Apr 28, 2024 from Caffeinspiration Harry Chapin and RATM: the problem with bleeding interests Note: this post requires a basic familiarity with the songs discussed. If you’re not familiar with them, I’d recommend you listen to at least a portion of the following three songs: Free Bird by Ly...
Apr 27, 2024 from R74n Newsletter 🥘 NEW GAME: Make a dish in Infinite Chef 🆕 From the developer of Sandboxels comes a new in-browser cooking experience.
Apr 27, 2024 from Sagar Tiwari's blog Disabling the borrow checker How you can bypass borrow checking in your rust programs if you need to
Apr 24, 2024 from Outside the Asylum On Duct Tape and Fence Posts From computer security to writing the MTG rulebook, there are some failure modes that everyone tends to fall into.
Apr 19, 2024 from All content on Seirdy’s Home Classic web badges My curation of over 70 88x31 badges, representing what I and this site use and stand for.
Apr 17, 2024 from Londogard Blog Streamlit Fragments - Make the Dashboard Dream come true An old coworker gave me a shout-out that Streamlits latest (1.33.0) release added Fragments. Fragments simply put enables creation of indepedently updated fragments inside your streamlit applicatio...
Apr 15, 2024 from All content on Seirdy’s Home Unencrypted connections do mean injection Reply to wdym [ISPs inject content], any examples? by dflxh, posted 2024-04-15 My previous response to similar concerns is relevant. To elaborate:If nothing prevents bad behavior from an ISP, and i...
Apr 10, 2024 from Gonçalo Valério Local AI to the rescue The last couple of years have been dominated by the advancements in the Artificial Intelligence (AI) field. Many of us witnessed and are currently experiencing some sort of renaissance of AI. It st...
Apr 10, 2024 from ~hedy Vim visual block mode for column editing The visual block mode in Vim lets you edit text simultaneously across adjacent lines, similar to the “Alt-drag” feature in modern editors, but there’s more you can do with it. One of the basic form...
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 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 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 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...