It's a shame that the latest AI trend is figuring out how to replace our beloved internet. To state the obvious: the master plan is to make websites invisible to the public and let agents do "the web browsing" for us.| Stefan Judis Web Development
lastmod | randomgeekery.org
Ultimate Vocal Remover is a free and open-source tool that allows you to separate stems from audio tracks using machine learning.| www.aleksandrhovhannisyan.com
2025-09-18| randomgeekery.org
Having ongoing discussions about URL parsing differences as a basis for a #curl security vulnerability report made me check when I wrote my “my URL isn’t your URL” blog post.| randomgeekery.org
...| gobino's bites
I think that I see what IS when it comes to the current gerrymandering efforts in Texas and in California. I’d like to ask readers to figure out where I’m wrong and how we can avoid what seems to me to be the most likely outcome of this game. The post So What, Now What? appeared first on Epsilon Theory.| Epsilon Theory
I plan on writing a longer post about all of it, but in the past week or so I've rewritten my entire website in Astro and it's been a breeze. I can even upda...| Xavier H.M.
Generate a sourcemap and add it to Eleventy's global data.| www.aleksandrhovhannisyan.com
I bought a saxophone album when I was 19 and it changed my life (not really but it's a good album)| Xavier H.M.
Just rambling about some webdev ideas, Blaugust, and getting back into blogging| Xavier H.M.
I've been using the Polypane frontend development browser for over a year now, and I've always known that I'm not using the tool to its fullest potential.| Stefan Judis Web Development
As someone fearing about the future of web development, I can only say that I hope Jeffrey is right on this one.| Stefan Judis Web Development
Change the Firefox default behavior and open new tabs next to the current one.| www.stefanjudis.com
kicking it old school at the library with my CD player; currently spinning HIT ME HARD AND SOFT by Billie Eillish. It's my go-to productivity soundtrack. Hoping to do some coding and writing.| Xavier H.M.
The present immigration debate is the product of three moments that changed common knowledge: the Shithole, the Sanctuary, and the Springfield Moments.| Epsilon Theory
Improperly routed cables can cause the Framework 13 bezel to pop back out.| Aleksandr Hovhannisyan
Safely wipe a drive using a bootable USB and diskpart.| Aleksandr Hovhannisyan
Back up your entire WSL distribution and import it on a different machine.| Aleksandr Hovhannisyan
A reference for downloading, splitting, and optimizing videos with CLI tools.| Aleksandr Hovhannisyan
Bash aliases I use to speed up my workflows.| Aleksandr Hovhannisyan
Move files between Windows and WSL using the wslpath command-line utility.| Aleksandr Hovhannisyan
Programmatically read your machine's IPv4 address on Linux.| www.aleksandrhovhannisyan.com
This week we do small refactoring to illustrate how we can improve code readability and reduce cognitive load.| Jakub Jarosz
Table of Contents Latex Code highlighting: minted Rust Cargo.toml workspace Release profile List exported functions Read human genome using needletail Prevent auto-vectorization Python Export org table Pretty plots These are some common libraries and code snippets for various tasks. Latex Code highlighting: minted 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 \usepackage[newfloat=true]{minted} \newmintedfile{rust}{ linenos, numbersep=5pt, frame=lines, baselinestretch=1.05, fontsize=\footnotesize, } \be...| CuriousCoding
The Road to Serfdom is not an endless road, but its path and duration, what I call the Great Ravine, is not up to us| Epsilon Theory
No way to prevent centralized 3rd party remote hosting of version control systems being a single point of failure say developers using open…| Decade City
Point your RSS reader at John's site.| Decade City
Every so often, things fall apart. In the words of those who lived it, here are the vibes and the semantic signatures of the twentieth| Epsilon Theory
How should I organize my Go code? What directories to create? How many nesed levels? Where to put what files? How about tests and test data? Shall I follow this and that template? Could we automate project structure generation?| Jakub Jarosz