| urls |
|---|
Practical notes and solutions from the tech trenches.
This repository is a living collection of technical notes, scripts, and solutions to non-obvious real-world problems - kept as a reference for myself and shared in case others find it useful.
Each topic has its own folder containing a README.md and any supporting files. The table of contents also links to related standalone repositories - effectively "promoted" notes.
- Resuming downloads from dynamic or expiring links with
wgetoraria2 - Downloading and caching the latest GitHub release assets on Windows
- Proof of concept: resumable Git clone through sparse checkout
- Bootstrapping reproducible Python environments on Windows with Micromamba
- Working around pip failure to detect MSVC Build Tools
- Building and installing FFCV on Windows
- Testing C APIs directly with Pytest and CFFI
- Practical advanced SQL and SQLite notes
- Exploring Zotero’s SQLite data model through direct database access
- Reverse engineering SQLite schemas with ERD Concepts
- SQLiteMP: materialized-path hierarchies in SQLite
- Building SQLite and SQLiteODBC with ICU and additional extensions on Windows
- Integrating loadable extensions into the SQLite amalgamation as auto-extensions
- SQLiteExtensionTemplate: C extension development and testing
- SQLitePackedBlob: compact storage for numeric arrays and embeddings
- SQLiteRegexpMatches: JSON arrays of regular-expression matches
- SecureADODB fork: exploring OOP-centric designs for database access
- SQLiteC for VBA: designing OOP interfaces for SQLite access via ADODB and directly through the C API
The solutions and documentation in this repository were developed with active AI assistance (mainly, Google Gemini and OpenAI ChatGPT) for brainstorming, code generation, and the refinement of code and text.