Skip to content
View backmind's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@StrategyBS

Block or report backmind

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
backmind/README.md

Yasser Fuentes

Head of ML Modeling @ Tritemius · PhD in Physics · Madrid

BlogLinkedInNewsletterORCIDScholar

Construir para entender.


Physicist turned ML engineer. Currently leading ML modeling at Tritemius — fine-tuned transformers for Solidity smart-contract vulnerability detection, blockchain fraud analysis, and mempool monitoring.

Before: co-founded Translucent Datalab, an IE University spin-off processing 4M+ pages/month to map illegal online pharma markets for Fortune 500 pharma and US regulators. And before that, years firing femtosecond lasers at materials at CSIC — 12 peer-reviewed papers, ~900 citations, h-index 10.

I also blog, write poetry, play flamenco badly, and go birdwatching.


Tech Stack

Currently exploring: RAG architectures · LangChain · k3s · OpenTofu · Ansible · Chezmoi · Proxmox


Featured open source

ProjectWhat it is
obsidian-at-peopleFuzzy @ mentions for Obsidian. Official community plugin — my PR led the original author to archive his repo and endorse this fork. 8.3k+ downloads.
tutorialsFour-layer homelab documentation series (see below).
prismflyFirefly III analytics: personal inflation index, lifestyle elasticity, sustainability waterfall. 10 years of hand-recorded data → interactive dashboard + LLM-ready report.

Homelab Documentation Series

Four-layer architecture for personal infrastructure → backmind/tutorials

flowchart TB
L3(["✅ <b>HDA-TERM</b><br/>Workstation · Windows + PowerShell"]):::done
subgraph hardware["&nbsp;Home lab · 10Gb LAN&nbsp;"]
direction LR
L1(["✅ <b>HDA-NAS</b><br/>Synology DS920+ · SHR-2 · 32 TB"]):::done
L2(["✅ <b>HDA-SERV</b><br/>Debian 12 · i7 + RTX 3080<br/>ZFS · Docker rootless · Pi-Hole"]):::done
L4(["🚧 <b>HDA-DOCKER</b><br/>Microservices"]):::wip
L2 --- L4
L2 -.->|daily backup| L1
end
L3 -.->|SSH / Samba| hardware
classDef done fill:#ddf4e4,stroke:#2ea043,color:#1a7f37
classDef wip fill:#fff4d6,stroke:#d29922,color:#9e6a03
click L1 "https://github.com/backmind/tutorials/blob/main/hda-nas.md"
click L2 "https://github.com/backmind/tutorials/blob/main/hda-serv.md"
click L3 "https://github.com/backmind/tutorials/blob/main/hda-term.md"
Loading
GuideCovers
HDA-NASSynology DS920+ setup, disk selection, RAID/SHR-2, hardware testing
HDA-SERVDebian 12 headless: SSH hardening, ZFS, Samba, Docker rootless, CUDA, Pi-Hole
HDA-TERMWindows Terminal + PowerShell 7: Oh My Posh, fzf, z, UV, productivity aliases
HDA-DOCKERMicroservices stack (in progress)

Research & academic

ProjectDescription
autoRICEWQBatch handler for RICEWQ hydric simulations — scales from dozens to tens of thousands of runs. Used in 2 peer-reviewed papers.
EspeciesInvasoras-MITECOWeb scraping + PDF/GIS processing of Spain's MITECO invasive species registry

Personal projects

📰 Feeds & scrapers
ProjectDescription
Bird-of-the-dayDaily bird species RSS feed and static site, self-hostable as a microservice → live instance
Palabra-del-diaAd-free Atom feed of daily Spanish etymology from elcastellano.org
anait-games-calendariCal feed of weekly video game releases from AnaitGames
EOM-ScraperEl Orden Mundial → Readwise Reader
💻 Developer tools
ProjectDescription
ClaudeUsagePowerShell module to query Claude Code usage limits from the terminal
PSAliasFinderPowerShell alias discovery — suggests existing aliases when you type the verbose form. Inspired by oh-my-zsh's alias-finder
termux-widget-git-obsidianTermux shortcuts for git-syncing your Obsidian vault from Android
domestika-downloaderFork with concurrency + H.265 transcode. PR submitted upstream
💰 Personal finance
ProjectDescription
MyWallet-to-FireflyiiiETL from the (deceased) MyWallet Android app to Firefly III
SimuladorHipotecaMortgage simulator for amortization strategy analysis

Metrics

Pinned Loading

  1. obsidian-at-peopleobsidian-at-peoplePublic

    Use the @ to create links to people files with smart fuzzy search, accent-insensitive matching, and backlink-based ranking.

    JavaScript 18 1

  2. tutorialstutorialsPublic

    Some tutorials I made and share with the community

    PowerShell 9

  3. prismflyprismflyPublic

    Decompose your spending, track your real purchasing power — Firefly III analytics

    Python 2

  4. Bird-of-the-dayBird-of-the-dayPublic template

    Daily bird species feed and static site — clone-ready template

    Python 1

  5. ClaudeUsageClaudeUsagePublic

    Query Claude Code usage programmatically from PowerShell. Monitor your 5-hour, 7-day, and Opus usage limits directly from your terminal.

    PowerShell 1 1

  6. PSAliasFinderPSAliasFinderPublic

    PowerShell Alias Discovery Module Based on the oh-my-zsh alias-finder plugin

    PowerShell