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
There are many accessibility audit tools out there. The most mainstream one is probably Chrome's Lighthouse Accessibility audit. But let me tell you a secret.| Stefan Judis Web Development
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
Reading another book about the air campaign in the Falklands and again struck by how much the strategic outcome was defined by the tactical decisions around the margin.| Decade City
With 5.2 Django will finally support 307 and 308 status codes on redirects. Still going to have to keep implementing 303 myself but it's a…| 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