Skip to content

visitor@igmrrf — fish-inspired shell

Type help, or pick a destination below. This is a fish-inspired website shell.

↑↓ history · Tab complete · Esc close

Entity.case_studies()

Selected_Briefs

Detailed technical analysis of complex systems, from fintech pipelines to terminal-based developer tooling.

Sep 2026 Live Source

pack.nvim: A Plugin Manager That Delegates Instead of Reimplementing

A Neovim plugin manager built on top of the editor's native vim.pack API, adding an interactive dashboard and lazy loading without reimplementing git.

LuaNeovim 0.12 vim.packvim.systemGitAsynchronous Programming
Aug 2026 Source

DevIcons: A CDN That Is Just a Git Repository

620+ cryptocurrency and brand icons served as raw files and over jsDelivr, with a GitHub Pages showcase for browsing them.

TypeScriptSVGGitHub PagesjsDelivr CDNJSON Manifests
Aug 2026 Live Source

Sourcerer: Rebuilding a Dead Service From Its Open-Source Client

A discontinued developer-stats service brought back by writing the server its open-source extractor was still trying to reach — a Go web app and protobuf ingestion API around the original Kotlin analysis CLI.

GoKotlinProtocol BuffersPostgreSQL 18HTMXDocker ComposenginxCertbotGitHub OAuth
Aug 2026 Source

distract.nvim: One Asset Pipeline, Four Ways to Draw It

A data-driven rendering engine for Neovim that draws animated entities through half-block glyphs, the Kitty graphics protocol, or a GPU overlay window — in 2D or 3D, from a single set of assets.

LuaNeovim APIKitty Graphics ProtocolwgpuRustState Machines
Aug 2026 Source

bsec: Decentralized Secret Sharing With an Honest Threat Model

A Rust CLI for environment-variable management, file encryption and ephemeral secret sharing over IPFS and an on-chain registry — documented with the limits its cryptography actually guarantees.

RustAES-256-GCMECDH secp256k1HKDF-SHA256Argon2idIPFSSolidityEthereum
Aug 2026 Source

sendchamp-sdk: Modernising a Messaging SDK Upstream

A 30-file contribution merged into a third-party TypeScript SDK for the Sendchamp messaging API — two new service wrappers, a rebuilt type surface, rewritten test suites, and migrated lint and test tooling.

TypeScriptJestESLint Flat ConfigREST APIsnpmOpen Source Contribution
Jul 2026 Source

socks-ssh: Getting a Dynamic IP Past an Allowlist

A Node.js package that raises a SOCKS5 tunnel over SSH and selectively routes named hosts through it by intercepting global fetch — no changes at the call site.

TypeScriptNode.jsSSHSOCKS5undicifetch-socks
Jun 2026 Source

fedsdk: Shipping the Fed's Routing Directory Inside an npm Package

US ABA routing number validation against bundled FedACH and Fedwire directories, with a dependency-free subpath export for browsers and edge runtimes.

TypeScriptNode.jsnpmCloudflare WorkersFedACH / Fedwire
Apr 2026 Source

Arduino-Nvim: A Picker Abstraction for a Fragmented Ecosystem

Replacing a Neovim plugin's hardcoded Telescope dependency with a 192-line layer that detects and adapts to whichever of three incompatible picker plugins the user already has installed.

LuaNeovimTelescopesnacks.nvimmini.pickarduino-cli
Apr 2026 Source

arduino-tui: Wrapping a CLI Instead of Reimplementing It

A keyboard-driven Rust terminal UI for browsing, searching and managing Arduino libraries, built as a non-blocking wrapper around the official arduino-cli.

RustRatatuiTokioarduino-cliHomebrewcrates.io
Mar 2026 Live Source

Subbox: Deterministic Social Graphics Without a Headless Browser

A Next.js tool that turns text into platform-sized social images, rendering PNGs server-side with Satori and Resvg instead of screenshotting a DOM.

Next.js 16TypeScriptSatoriResvgZustandTailwind CSS 4VitestBiome
Mar 2026 Source

AlatPay CLI: Making Webhooks Debuggable Locally

A Go toolkit pairing a payments CLI with a mock WebSocket relay server, so webhook signature verification and event handling can be developed without a public tunnel.

GoWebSocketsHMAC Signature VerificationRESTCLI Tooling
Feb 2026 Source

aikomail: Email Verification as a Chain of Weakening Signals

A Go verification service that layers syntax, MX, SMTP handshake, disposable-domain and catch-all checks behind a worker pool and a rate limiter.

GoPostgreSQLDNS/MX LookupSMTPDocker ComposeFly.ioNeon
Feb 2026 Source

aikodb: A B-Tree Database in One C File, Tested From Ruby

A single-file C database with a REPL, a paged B-tree on disk and persistence across restarts, verified end-to-end by an RSpec suite that drives the compiled binary over a pipe.

CB-TreeCustom PagerPOSIX File I/ORSpecRubyMakeRake
Jan 2026 Source

Aiko AI: A Plan-Patch-Verify Loop in a Docker Sandbox

An autonomous coding agent that plans a change from AST-retrieved context, emits a git patch, and applies and tests it inside a disposable container — looping back with the failure logs until the tests pass or it runs out of attempts.

Python 3.11LangGraphLangChainGoogle Gemini 2.0 Flashtree-sitterDocker SDKNetworkXpytest
Oct 2025 Source

vi-mongo.nvim: Session Persistence for an Embedded TUI

A merged contribution to Maciej Kopeć's Neovim wrapper around the vi-mongo MongoDB TUI, adding an opt-in persistent buffer so closing the window no longer discards the database session — plus a window-targeting bug fix and a deprecated-API migration.

LuaNeovim APITerminal BuffersMongoDBOpen Source Contribution
Mar 2025 Source

NPC Labs: Scalable Web3 IP Distribution

The premier on-chain product distribution platform, turning pixels into profits for 5M+ users through immutable cryptographic provenance.

SolidityBasePolygonTypeScriptNode.jsPostgreSQLDocker
Dec 2024 Source

Funckage: Public Utility Library

A curated library of high-performance JavaScript and TypeScript functions designed for public reuse, focusing on modularity and extreme developer ergonomics.

TypeScriptVitestESLintBiome
Mar 2024 Source

BugRelay: Scalable Bug Reporting Infrastructure

A specialized platform bridging the gap between end-users and software companies through a multi-tenant reporting system.

TypeScriptNode.jsReactNext.jsPrismaPostgreSQL
Feb 2024 Source

Enterprise Clean Architecture: Scalable Node.js Systems

A production-grade template implementing Robert C. Martin's Clean Architecture principles using strict TypeScript.

Node.jsTypeScriptExpressDependency InjectionVitest