Skip to content
View Sarctiann's full-sized avatar
🇦🇷
🇦🇷
  • AtlanticWorkshopp
  • Corrientes, Argentina

Block or report Sarctiann

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Sarctiann/README.md
  • 👋🏼 Hi I'm Sebastián Atlántico Rodríguez Capurro +. I was born in Corrientes, Argentina, on January 15, 1990.
  • All my life, I was surrounded by musical instruments and computers. So it's no coincidence that I've spent my entire life creating my sounds, music, and tiny programs.
  • I started formal programming around 2017, and I loved it. I took several courses to scratch the surface of a lot of programming languages, but my goal is to meet a powerful high-level language with the capabilities of system-level low-level languages.
  • I became a Linux and Mac OS user, so there I met the power of the terminal.
  • I speak Spanish and English.


Nowadays (2023),

I primarily work with JSX and TSX.

  • Despite that, my best programming language (and my first love) is Python3, and I'm very excited for the arrival of Mojo.
  • I follow the progress of new programming languages such as V and Zig, among others.
  • I also worked with Lua, SuperCollider, Flutter (Dart), C#, C++, C, and Rust.

The content of this account is not very representative of my path traveled, since I work with other private accounts for my work. However, I utilize it to contribute to some open-source projects.


Pinned Loading

  1. my_zsh_conf my_zsh_conf Public

    Shell

  2. lazyvim_config lazyvim_config Public

    My custom lazyvim setup, nothing special. Just to keep my devices in sync.

    Lua 3

  3. .tmux.conf .tmux.conf
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    set-option -g focus-events on
    4
    set-option -sg escape-time 10
    5
    set-option -g default-shell /bin/zsh
  4. my_ghostty_config my_ghostty_config Public

    GLSL

  5. .wezterm.lua .wezterm.lua
    1
    local wezterm = require("wezterm")
    2
    
                  
    3
    -- "./config/wezterm/local_values.lua"
    4
    local local_values = require("local_values")
    5
    
                  
  6. alacritty_config alacritty_config Public