Advanced Search
Search Results
127 total results found
Offline Knowledge
https://internet-in-a-box.org/ https://www.projectnomad.us/ Internet-In-A-Box (IIAB) prefers the Raspberry Pi for its server hardware, though NUCs are acceptable The Raspberry Pi 4 ($35+), Raspberry Pi 5 ($45+) and Raspberry Pi 500 ($100 computer-in-keybo...
Kettlebell/Dumbbell Weekly Routine
Workout A Run through the following circuit 3 times: Squat: 8~12 reps Rest 60 seconds Clean & Press: 6~12 reps Rest 60 seconds Kettle/Dumbbell Rows: 10~15 Rest 90 seconds Clean & Press: Workout B Run through the following circuit 6 times: ...
How Kernel Anti-Cheats Work
https://s4dbrd.github.io/posts/how-kernel-anti-cheats-work/
git worktrees
https://www.gitkraken.com/learn/git/git-worktree Most experienced developers are comfortable with the notion of branches in git: you have the main lump of code and then to keep the main lump of code "pure", you create a branch that's separate from the main lu...
Plan and prepare to develop AI solutions on Azure
With the explosion of generative AI as a tool for developers, we are now tasked with the creation of comprehensive AI solutions, which can include machine learning models, AI-based services, and prompt engineering, all alongside custom code. Azure exposes sev...
Analyizing a codebase with git before reading a single file
https://piechowski.io/post/git-commands-before-reading-code/ The files that change the most git log --format=format: --name-only --since="1 year ago" | sort | uniq -c | sort -nr | head -20 Piechowski explains that this line is for finding the files that cha...
Reggie Fils-Aimé @ NYU Stern
https://www.twitch.tv/videos/2761065620?t=00h14m56s Reggie gave a talk about everything "real" about Nintendo during his tenure as CEO of Nintendo of America. Some highlights: https://x.com/Stealth40k/status/2050351656156758100 https://x.com/Stealth40k/stat...
"How LLMs Actually Work"
https://www.0xkato.xyz/how-llms-actually-work/
"Marry Me" Chicken
My mom found this recipe while browsing Facebook. It's similar to the One Pot Pasta recipe in how all the ingredients come together, but the tools and order of operations are a bit different. Ingredients Boneless skinless chicken breast Olive oil Sun-dri...
TIGER_STYLE.md used by tigerbeetle
https://github.com/tigerbeetle/tigerbeetle/blob/0.17.4/docs/TIGER_STYLE.md The architecture and code style guidelines for the tigerbeetle project are encapsulated in what the team behind tigerbeetle calls TigerStyle. Since tigerbeetle is a financial transacti...
Gary Bernhardt's "Boundaries" talk
https://www.destroyallsoftware.com/talks/boundaries
"How to Test" by Alex Kladov
https://matklad.github.io/2021/05/31/how-to-test.html
"Architecture of the ZeroMQ Community"
https://zguide.zeromq.org/docs/chapter6/
"Reflections on a Decade of Coding" by Jamie Brandon
https://www.scattered-thoughts.net/writing/reflections-on-a-decade-of-coding/
Ted Kaminski's Blog Post Archive
https://www.tedinski.com/archive/
BBQ Spare Ribs + Marinade
Ingredients 1/3rd cup (~5 tbsp) honey 1/3rd cup (~5 tbsp) soy sauce or amino acid substitute 1/4 cup (4 tbsp) oyster sauce 3 garlic cloves 2 tbsp tomato paste 1 tsp salt 1 tbsp ground ginger 2 tbsp brown sugar or ~1 tbsp maple syrup Ground black pep...
Cursor Python SDK Basics
Initial Documentation Follow-Along Tried using the Cursor SDK for Python at work (July 2026) on my Windows machine and kept running into a WinSocket error regardless of what version of Python I used. Started out by slapping the "Quick Start" code snippet in ...
Offsite 2026
Exercise: Things we'd want to know about a project Lines of Code Architecture Diagrams Test Coverage Big bloated files Linters Code Coverage How to run the project Does it compile? Tech stack Build pipeline structure Persistence structure (databas...