Google tends to slowly choke freedom out of its products, with the latest installment a Chromium commit that finally removes Manifest v2 from the codebase. https://chromium-review.googlesource.com/c/chromium/src/+... I was curious what Brave's take was, since I remember someone at Brave quoted as saying they wouldn't be able to independently maintain a patch-set to retain Mv2. I checked again today, and they have instead done something quite cool! They have brought support for the key Mv2 extensions into the core directly, so they don't need to maintain Mv2 separately. Nice move! https://brave.com/blog/brave-shields-manifest-v3/ It looks like that happened almost a year ago, and I had somehow missed it. Glad to find out now!
Been using OpenCode almost exclusively (really like both the harness and OpenCode Zen), but I'm thinking of experimenting with something like https://omp.sh since I don't currently leverage features like sub-agents as much as I probably should. There's just so much to learn around all of this, even after you understand much of how the underlying systems are put together.
Extremely hyped for how the trailer for Doom Dark Ages - Revelations is looking. I haven't played Dark Ages yet because there was something about the gameplay that turned me off...it felt slower somehow than both 2016 and Eternal. Anyway, the Revelations DLC for DE is a massive change! Dashing is back! And there's the...I'm not kidding...grappling hook with full angular momentum, so you can reel in to whip around stuff as you're fighting it. And a spear. And some lore! Check it out: https://www.youtube.com/watch?v=nL_JF1ZNllI
I've always been fascinated by how societies will convince themselves they are somehow virtuous by passing, for example, labor laws, or environmental laws, and then inevitably don't like the cost increases associated with those laws, and therefore outsource to other countries that don't have those laws. This effectively punishes those that follow the rules, and rewards those that are the most ruthless. iPhone owners walking around talking about how unenlightened we were when we had slavery don't know what to say when I point out how their phone was made. When I was in the Navy, we'd pull into Thailand, and we'd have to pay a service their to pump our sewage to another ship where it could be processed, because the US Navy has rules against dumping sewage in foreign ports. But a lot of foreign ports don't care, so they'll happily take a couple hundred thousand USD to pump the sewage off the ship, and then cruise right across the bay where we were moored and dump it within a mile of shore. Easy money. Apparently something similar is happening with pesticides in the EU: "EU-banned pesticides found in rice, tea and spices" documents it, and points out: > Although these chemicals are not allowed on the EU market, they can still be exported from European Member States to third countries. From there, they can return to Europe as residues in imported food — a “toxic pesticides boomerang” that puts consumers at risk. The pattern holds: ban the thing that is bad, then have other countries use those things and import the product. Fascinating. https://www.foodwatch.org/en/eu-banned-pesticides-found-i...
The reason Cordel (the software that powers this site) and PiFeed (my simple social network) both lean heavily into RSS is that it's still the right tool for the job - high engagement feeds on Facebook, Insta, Youtube, and Tiktok drive human eyeballs, but lack the structure and control that RSS provides. That's why RSS won't die, and why AI is turning to RSS to get reliable updates! https://julienreszka.com/blog/rss-is-back-ai-agents-are-r...
This HN comment by "gormo" is the reason I visit HN. It's the only nuanced, intelligent discussion I've read about the de/merits of AI and software engineering, and it's clear the participants are intelligent and articulate. Really appreciated the back-and-forth. https://news.ycombinator.com/item?id=48357291
Comments that writing is done by AI get tiresome. I hang out on HN a fair amount (my main social media, tbh), and the accusations that articles, papers, and code are written by AI are getting out of hand. It would be interesting to have a scaffold that allowed you to take the raw prompts or initial versions of folks' writing and juxtapose it in a dynamic way with the "AI polished" version to dispel some of this commentary.
I tend to work on projects in my spare time that are small, self-contained web pages that do things like display a calendar, kanban board, web launcher, spreadsheet, document, log, world clock, etc. These are self-contained capsules of capability, containing both application logic and application data in a portable format that runs just about anywhere, and requires no special infrastructure (a simple WebDAV server is all that's needed). Since it is all file-based, the hosting, backup, restoration and duplication story is solved. I often wonder why these very simple applications are so rare; it may be because they are difficult to monetize. But since I don't care about that, but rather hackability and portability, I think they are pretty ideal.
It's frustrating that it's been more than 20 years since Katrina and we haven't done too much about this. Relocation seems like a multi-decade effort. > Coastal Louisiana faces sea level rise of around 10 to 23 feet, according to the analysis published in May in the journal Nature Sustainability. The impacts will be bleak: around 75% of its remaining wetlands are set to be lost and its shoreline could retreat inland by up to 62 miles, the scientists found. https://lite.cnn.com/2026/05/25/climate/new-orleans-sea-l...
Really excited to see this! The problem is easy to understand, but wickedly difficult to solve. > The result is also notable for how it was found. The proof came from a new general-purpose reasoning model, rather than from a system trained specifically for mathematics, scaffolded to search through proof strategies, or targeted at the unit distance problem in particular. As part of a broader effort to test whether advanced models can contribute to frontier research, we evaluated it on a collection of Erdős problems. In this case, it produced a proof resolving the open problem. https://openai.com/index/model-disproves-discrete-geometr...
Really impressed with with Antirez is doing over at https://github.com/antirez/ds4. My main gripe is that I'm running a 128GB Strix Halo machine with ROCm, and that's not a primary target for DS4. I think the endgame will be llama.cpp fixing this issue (https://github.com/ggml-org/llama.cpp/issues/22319 requests model support for DS4), and then running that via lemonade's build of llama.cpp (https://github.com/lemonade-sdk/llamacpp-rocm/releases) with an Unsloth quant of DeepSeek v4 Flash (like https://huggingface.co/unsloth/DeepSeek-V4-Flash). Just waiting for progress on llama.cpp, since everything else should be ready.
One interesting application of LLMs is to have them read through privacy policy and terms of use for you so you can look for anything particularly hazardous to your considered use cases. I did this for opencode.ai and discovered that their Zen product provides better guarantees about privacy than their Go product, so I'm switching to Zen, even though it's a little bit more expensive.
The real insight over the past 2-3 days has been a combination of: 1. Local models like Qwen 3.6 and Deepseek v4 Flash (even in a 2-bit quant!) are quite useful, and understand integrations like tool calls well. 2. A harness like OpenCode is an immense step forward in keeping local models on-task. This site was crafted almost entirely locally with Qwen 3.6 35B-A3B. 3. It's becoming clear that adding on additional skills and integrations will pay huge dividends in getting it to operate autonomously for hours. I think a project like my good friend's https://dex.rip for cross-session memory and tracking will take this even farther.
Working with some local models (Qwen 3.6 35B-A3B and Qwen 3.6 27B UD, both in Q_6K) as well as some cloud-hosted models (Deepseek v4 Flash hosted through OpenCode.ai) to build a simple feed page, can be hosted through CGI or as a server. This is the first deployment - fairly happy with how quickly it came together without any frontier model contribution!