Skip to content
View scantinibudden's full-sized avatar
❄️
Please be a cold day
❄️
Please be a cold day

Block or report scantinibudden

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
scantinibudden/README.md
 ██████╗ ██████╗ ██████╗ ███████╗    ██╗  ██╗██╗   ██╗██████╗ 
██╔════╝██╔═══██╗██╔══██╗██╔════╝    ██║  ██║██║   ██║██╔══██╗
██║     ██║   ██║██████╔╝█████╗      ███████║██║   ██║██████╔╝
██║     ██║   ██║██╔══██╗██╔══╝      ██╔══██║██║   ██║██╔══██╗
╚██████╗╚██████╔╝██║  ██║███████╗    ██║  ██║╚██████╔╝██████╔╝
 ╚═════╝ ╚═════╝ ╚═╝  ╚═╝╚══════╝    ╚═╝  ╚═╝ ╚═════╝ ╚═════╝

Software Engineer · Infrastructure Lead · Privacy Advocate

AWS TypeScript Python Arch Linux Node.js


> whoami

Software engineer and infrastructure lead at a healthtech company focused on longevity and women's health. I architect backend systems, manage cloud infrastructure at scale, and lead cross-functional hiring across frontend, backend, and AI roles. Based in Buenos Aires, Argentina 🇦🇷.

I care deeply about privacy, operational security, and open-source tooling — both professionally and personally.


> cat /etc/stack

☁️ Cloud & Infrastructure

  • AWS CDK — DynamoDB, S3, RDS, SQS, SES
  • ECS deployment pipelines
  • GitHub Actions CI/CD
  • Staging/production environment management

🛠️ Languages & Frameworks

  • TypeScript / Node.js — primary stack
  • Python — scripting, scraping, automation
  • R — statistical modeling (linear mixed models)
  • LaTeX — academic papers
  • Bash — system automation

🖥️ Workstation

  • Desktop — RTX 4080 Super · 64GB RAM
  • Laptop — MacBook Pro M4 Pro
  • Other — Raspberry Pi 4
  • Local LLMs — VLLM / Ollama
  • Qwen 3.5 (9B/27B) quantized models

> cat ~/research.bib

Eye-tracking & reading research — analyzing fixation metrics (FFD, FPRT, skip rates) across 76 Spanish-speaking participants reading short stories. Statistical modeling with linear mixed models via pymer4, exploring effects of word length, frequency, sentence position, and fatigue. Includes an online cloze experiment for lexical predictability estimation.

Tools: R · pymer4 · LaTeX (Overleaf) · BibTeX/natbib


> neofetch --personality

         /\            ┌──────────────────────────────┐
        /  \           │  OS:      Arch Linux (btw)   │
       /\   \          │  DE:      KDE Plasma         │
      /      \         │  Editor:  VS Code            │
     /   ,,   \        │  Agent:   Claude-Code        │
    /   |  |  -\       │  Dog:     German Shepherd 🐕 │
   /_-''    ''-_\      └──────────────────────────────┘

> gpg --list-principles

🔑 Privacy is not about having something to hide — it's about having something to protect.
🔑 Infrastructure should be reproducible, auditable, and boring.
🔑 The best security setup is the one you actually use.
🔑 Ship it, then iterate.

┌─────────────────────────────────────────────┐
│  "Any sufficiently advanced infrastructure  │
│   is indistinguishable from magic."         │
│                          — probably someone │
└─────────────────────────────────────────────┘

Arch Privacy Hot Chocolate

Pinned Loading

  1. Neural-Networks-Unsupervised-Learning Neural-Networks-Unsupervised-Learning Public

    Forked from jbarcossc/tp-2-redes

    A class assignment where we learnt about unsupervised learning. Particularly comparing Oja Rule with Sanger

    Python

  2. Multilayered-Perceptron Multilayered-Perceptron Public

    It's a project for UBA where we developed a multilayered perceptron model using python and numpy.

    Python 1 1

  3. Operating-System Operating-System Public

    Small operating system that runs a small game using Bochs

    C 1

  4. OCR-kNN OCR-kNN Public

    MNIST Classification using kNN algorithm

    Python 1

  5. Travelling-Salesman-Problem Travelling-Salesman-Problem Public

    Forked from lucasikruger/Algo3-TSP-problem-tp2

    Implementations of heuristics and metaheruistics

    Jupyter Notebook