Advanced Search
Search Results
117 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...