Advanced Search
Search Results
167 total results found
Git mneomics from the CIA
https://wikileaks.org/ciav7p1/cms/page_1179773.html These aren't really "tricks" for the most part but nice mnemonics for when you have the associated thought. The more verbose/intimate ones are nice to have written down, though, like the git bisect one. Copy...
Scott Spence's post on MCP Optmization
https://scottspence.com/posts/optimising-mcp-server-context-usage-in-claude-code Highlights MCP servers all have their own descriptions and prompts for their various functions and tools. However, if you make a lot of these MCP servers and make their descript...
Tokens
https://karpathy.github.io/2026/02/12/microgpt/ https://learn.microsoft.com/en-us/dotnet/ai/how-to/use-tokenizers https://learn.microsoft.com/en-us/dotnet/ai/conceptual/understanding-tokens https://huggingface.co/learn/llm-course/chapter6/1 https://huggingface...
Useful tips
Options 101
https://www.investopedia.com/terms/o/option.asp An option is a financial tool that grants a buyer the right, but not obligation, to buy or sell a given asset at a set price within a specific time frame. Options are powerful tools because they give investors ...
Evaluating Companies - P/E Ratio
https://www.chase.com/personal/investments/learning-and-insights/article/what-is-a-p-e-ratio
Mixed Media
Online articles, research papers, books, videos, etc. that I found interesting
Articles & Blog Posts
Blog Posts
"Harold and George Destroy the World!" - Tom Clancy March 2026 https://tomclancy.info/harold-and-george.html Never thought I'd see someone reference Captain Underpants, but this quote has stuck with me for a chunk of the 2020s: Regardless, having realize...
Research Papers
Scholarly articles and other intellectual papers, some I read from start to finish, others bookmarked "for later".
New Page
Selfhosting
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...