Apr 05, 2024 from Michael Lynch Building My First Homelab Server Rack Seven years ago, I built my first home server. It made my software development work faster and more enjoyable, so I’ve gotten more into the home server scene. I built a custom storage server, anoth...
Apr 02, 2024 from Lorenzo Setale's Blog How I get stuff done with Spoon Theory and Shortcuts I have always been a person that organizes his day and tasks, and I have grown, over the years, a little bit too much obsessed about scheduling and prioritizing things to do. Recently I was diagnos...
Apr 01, 2024 from HunterDavis.com 2024 Privacy and AI Update April Cool’s Day inspired me to do something different and share something unexpected. We live in a very different world from the one that existed when this blog was created. It’s taken many differ...
Apr 01, 2024 from Outside the Asylum Judge Calls in the 21st Century A modest proposal to reform the system of summoning judges to assist players in need.
Mar 30, 2024 from Volution Notes Context binding password-based authentication Experimenting with password-based authentication implemented directly in Postgres, all sprinkled with a few twists.
Mar 30, 2024 from nutcroft For the joy of making it I. In the bottom section of Y Combinator's website we read: Make something people want. Make. Something. People. Want. Make. It's about making. Creating. Crafting. This is about art. Not fine art, ...
Mar 28, 2024 from Luke Salamone's Blog Learning the Haystack MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']], displayMath: [['$$','$$'], ['\[','\]']], processEscapes: true, processEnvironments: true, skipTags: ['script', 'noscript', 's...
Mar 27, 2024 from Hammy Havoc Tony Warriner – Revolution: The Quest for Game Development Greatness Book Review I wrote a book review on Tony Warriner’s Revolution: The Quest for Game Development Greatness. The post Tony Warriner – Revolution: The Quest for Game Development Greatness Book Review appeared fir...
Mar 27, 2024 from Heitor's log Prettify and uglify JSONs in Vim How to turn ugly JSONs into pretty JSONs inside Vim. And vice versa.
Mar 24, 2024 from Outside the Asylum Tournament Simulator A tool to help with top 8 math, designing prize structures, cEDH tournament structures, etc.
Mar 20, 2024 from Londogard Blog TIL: Pixi by prefix.dev This is a very short one. Keeping it for myself! For my recent minor projects I’ve been utilizing Pixi to run my virtual environments and it actually works great! It’s simple to start and keep goin...
Mar 19, 2024 from Michael Lynch Why does an extraneous build step make my Zig app 10x faster? .chart-container { max-width: 800px; max-height: 300px; display: flex; justify-content: center; } For the past few months, I’ve been curious about two technologies: the Zig programming language and...
Mar 15, 2024 from Hammy Havoc Rising Mobile Bills Will Worsen UK Digital Divide I wrote an article for Previous Magazine called Rising Mobile Bills Will Worsen UK Digital Divide. The post Rising Mobile Bills Will Worsen UK Digital Divide appeared first on Hammy Havoc.
Mar 13, 2024 from Gonçalo Valério Security.txt in the wild A few years ago, I covered here in the blog the “security.txt spec”. A standard place with the security related contacts, designed to help researchers, and other people, find the right contacts to ...
Mar 13, 2024 from Ryan Schachte's Blog Wireguard tunneling in user space with Netstack's virtualized TCP/IP stack Fun with HTTP proxies and user space tunnels with Wireguard
Mar 13, 2024 from Volution Notes Pre-hashing large password files used with PBKDFs A subtle, but surprising, realization about password-based key-derivation functions when using long byte sequences as passwords.
Mar 12, 2024 from Victor Blomqvist's blog You might not need Redis Redis is arguably the most well regarded tech of all. My impression is that not even PostgreSQL has the same kind of positive aura around it. And of all tech available Redis is at the top of things...
Mar 07, 2024 from shankhs Use CMake to build and run cross-platform (WIN32 and LINUX) code. (Part 1) CMake is a build configuration tool. In other words, CMake generates Makefiles. This post gives an example on how to configure CMake (the actual content of CMakeLists.txt) to build and run C++ code...