What was this article about? It described a thing and then gave some examples. No advice. No call to action. Just some rambling. A better question is why is this post on the front page!
I like the idea of an extended standard lib for Rust, but coding was never the hard part. The hard part is getting everyone to agree what should be in it. If you can get everyone to agree to an api then the rest can easily be filled in (with or without vibe coding).
I love Apple’s efforts to implement web standards and document them well, but I really don’t understand the use for grid lanes. Is there anything I can use it for besides Pinterest clones?
I’ve been following the Ohm project for years and it’s the best way to build parsers I’ve ever seen. I’ve used it to parse many program languages and even markdown. I’m happy to see it get even faster.
This article went much deeper than I was expecting. Wow. I always wondered what native peoples alphabets looked like since the Latin alphabet was imposed on them by colonialists. Fascinating.
I'm impressed. It runs my dev blog quite well. Some of the CSS alignment is off and it doesn't load web fonts, but it looks basically the same as Chrome. Even the syntax highlighted code snippets work.
I don’t hate the C language. I hate the C compiler (and the rest of the toolchain). Anything that helps me not interact with the C compiler is a huge win.
I’m currently working on a browser targeting the T-deck in pure Rust. It’s effectively a text mode command line browser good for reading pages with links and nothing else. There just isn’t the ram for anything more. Interestingly, The slowest part is actually SSL connections.