If you saw my Old post and hated it because it was overwhelming and bad, you'll be happy.| ReedyBear's Blog
I was on the General Musings show with Kevin Powell 🏻 We chat front-end job hunting in 2025, the misalignments between the technical interviews and the roles they were looking to fill, the overall state of the industry and hiring processes and how to distinguish yourself from the crowd. Audio · Video| nerdy.dev
Ep #216 Live at All Things Open w/ Shruti Kapoor Robbie and guest co-host Jason Lengstorf chat with Shruti Kapoor about her leap from Slack and PayPal to YouTube, the joys and pitfalls of open source, and eternal web dev debates. ⤷ whiskey.fm · youtube · spotify · apple| nerdy.dev
Ep #212 TalkShop Show w/ Macho Man Randy Standards Robbie and I chat with Dave Rupert about whiskey, web culture, the quirks of building side projects, the shifting landscape of the web, AI-driven development, spec-driven workflows, RSS’s decline, and more. ⤷ whiskey.fm · youtube · spotify · apple| nerdy.dev
Stoked for my upcoming talk at Beyond Tellerrand in Berlin next month: 🎶 Midi Meets CSS 🎶 Most folks use WebGL to visualize their audio (and it's awesome) but that's not me, CSS is. I've taken a different approach… Be there or be aspect-ratio: 1| Adam Argyle
Ep #215 Rust Is Overrated w/ guest Naman Goel Robbie and I talk with Naman Goel about the origins and evolution of StyleX, how it integrates with React and other frameworks, the pros and cons of different programming languages like Rust, TypeScript, and Swift, and whatnot. ⤷ whiskey.fm · youtube · spotify · apple| Adam Argyle
Ep #214 NPM Worms & RubyGems Coups: Trust Issues in Open Source Robbie, Chuck, and I talk about the worst whiskey, Tailwind as a “state management library,” recent security scares in open source, NPM dependency hygiene, developer visa drama, and tech salaries. ⤷ whiskey.fm · youtube · spotify · apple| Adam Argyle
You can now watch my talk from CascadiaJS 2025 3 weeks ago 🤘🏻💀 Watch on YouTube| Adam Argyle
Ep #213 Is CSS A programming language? Robbie and I chat with Kevin Powell about the quirks and complexities of CSS, Tailwind and Flexbox, AI’s failure to write decent styles, anchor dingles, trim styles, and more. ⤷ whiskey.fm · youtube · spotify · apple| Adam Argyle
🤷♂️ Our company flags AI websites with caution messages, yet blocks ProtonMail while letting Gmail pass without issue.| gobino's bites
⚠️ "The hidden risks of AI chat logs and what you’re really giving away".| gobino's bites
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
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
Generate a sourcemap and add it to Eleventy's global data.| www.aleksandrhovhannisyan.com
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
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
Table of Contents Possible speedup? BBHash Limasset et al. (2017) uses multiple layers to create a minimal perfect hashing functions (MPFH), that hashes some input set into \([n]\). (See also my note on PTHash (Pibiri and Trani 2021).) Simply said, it maps the \(n\) elements into \([\gamma \cdot n]\) using hashing function \(h_0\). The \(k_0\) elements that have collisions are mapped into \([\gamma \cdot k_0]\) using \(h_1\). Then, the \(k_1\) elements with collisions are mapped into \([\gamm...| CuriousCoding
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