rssed

a collection of dev rss feeds - blogroll

Add a new feed

+

161 feeds


dbushell.com

Posts

Matt’s Malware 🔗

Over the weekend Matt Mullenweg — creator and would-be destroyer of WordPress — has seemingly released malware upon two million innocent websites. Eve [...]

Hey! Deno 2 looks fun! 🔗

Deno 2.0 launched with an announcement video that opens like an episode of Silicon Valley. I have to admit I do enjoy a bit of cringe acting. Followin [...]

An Interesting HTML Parser Conundrum 🔗

Despite better judgement I decided to code a basic HTML parser. Not the full HTML spec but enough to create a tree of nodes and attributes. I’ve alrea [...]

Misleading Container Queries 🔗

CSS container queries are spectacular! And I keep being mislead by the same mistake. It’s starting to irritate me! In this blog post I document a bad [...]

Dumb Home 🔗

My “smart home” has gotten progressively dumber. Can you remember a time before the AI-pocalypse? The tech trend of yesteryear was to give everything [...]

Is the Tailscale Magic Fading? 🔗

The Tailscale magic ✨ is starting to wear off. I gave positive opinions on Tailscale back in August 2022: “Basically Tailscale does one thing extremel [...]

Hmmarkdown 🔗

I rolled my own Markdown library! It’s called Hmmarkdown on GitHub. It’s published on both JSR and NPM too. I’m testing in production on my own websit [...]

Docker Network Bugs and Fixes 🔗

Docker is great! Docker networks are grand. I know, controversial opinions! Docker and Docker networks are not easy to understand and often table-flip [...]

JSR and Deno: Final Review 🚮 🔗

With my first impressions and second look of JSR (the JavaScript Registry) I tried to be positive and optimistic. I saw the potential that JSR could o [...]

The Deno Package Paradox 🔗

Deno packaging is now a fragmented mess. It didn’t start that way. “Designing Deno’s module system around HTTP imports was ambitious. It aimed to repl [...]