This Month in Ladybird - April 2026
71 points by richardboegli 3 hours ago | 13 comments

bityard 2 hours ago
It looks like this is getting pretty usable!

This post reminded me of gaming emulator updates that I also love to read. "Fixed X bug to make Y behave correctly, which means game Z works now." (One of the things they fixed was CSS Doom, so I guess there is some legitimate overlap to gaming at any rate.)

reply
geophph 2 hours ago
> strava.com : Login works now that Navigator.getBattery throws the spec-mandated error type instead of one of our own (#8770).

what’s Strava want with my battery level?

reply
yurishimo 57 minutes ago
Maybe it uses some that battery API as a heuristic for a lower-power version of the site? Or maybe they have a web-only version in developing markets? Low battery means it should query for your location less often to save battery?

Totally spitballing here. Strava being a website that requests battery does not seem wildly outlandish to me, albeit it is a bit suspicious in general.

reply
einpoklum 48 minutes ago
> it uses some that battery API as a heuristic for a lower-power version of the site?

As a naive user I would expect websites to not be able to receive information about my battery state. With that information they can track my mobile phone usage pattern, and with some cross-referencing gain even more specific private information.

reply
lukan 29 minutes ago
I think it is great that the API exists, but it is not great, that no permission from the user is needed to access it.
reply
geophph 18 minutes ago
[dead]
reply
charcircuit 11 minutes ago
Bots trying to brute force accounts may not have the API implemented like a real device may.
reply
Imustaskforhelp 2 hours ago
https://ladybird.org/assets/img/newsletter-apr-2026-reddit-g...

To whoever had the evangelion r/unixporn as a way to test out ladybird reddit. I respect you so much as I really liked reading about evangelion (I haven't watched it as much BUT I have watched countless documentaries explaining it and had evangelion as my wallpaper for sometime)

Now coming to the point, the fact that reddit is working in ladybird sounds crazy good, I am not sure if youtube is working or not but I hope that youtube works too and Ladybird sounds to really work.

Also, thanks to https://jakubsteplow.ski/ for donating the money to ladybird. I mean I would like to actively promote people who donate to open source projects as a better way than what google ads or others too and jakub I wish you nothing but the best and I hope other people donate to projects like ladybird too (Independent donors/donations), also thanks to human rights foundation https://hrf.org/program/ai-for-individual-rights/

It's amazing how browsers had an almost mono/(duo or trio?)-poly yet it took a single guy to do all of this. Its really inspiring.

reply
smallerize 2 hours ago
https://ladybird.org/#about

> How many people are working on the browser today?

> We currently have 8 paid full-time engineers working on Ladybird. There is also a large community of volunteer contributors.

reply
JLO64 39 minutes ago
I love EVA, but I’ll cautiously recommend it. I feel like there are two sides to it: the mecha/alien/monster sci-fi side which has an amazing aesthetic, and the personal drama focusing on self loathing and loneliness. I think the first side is the most attractive to most people, but what really sticks with me to this day is the latter.

If you do end up watching I have to warn about the watch order. There are two timelines, the original TV series plus the movie “End of Evangelion”, and then the “Rebuild of Eva” movie series which started as a complete reboot but somehow ended as the ultimate Reboot/Remake/Sequel to the original stuff.

reply
imagetic 2 hours ago
Can’t ship it soon enough.
reply
einpoklum 42 minutes ago
> Human Rights Foundation ... “AI for Individual Rights” program

That sounds quite dodgy. Ladybird doesn't have AI, why would such a program support its development?

But even before that: "Human Rights Foundation" sounds like "The Human League" which George makes up in Seinfeld as a fake charity. And promoting AI as a "human right" is quite suspicious. If I had to, I might be that this is something backed by one of the corporations burning through Billions of dollars and Gigawatt-hours on LLMs.

Looking at their annual report summaries and their huge staff, my guess slants a bit towards either bodies like the CIA or some ideologically-motivated billionaires (e.g. talk about the "dictator Maduro", focus on Iran etc.)

reply
technothrasher 34 minutes ago
> "The Human League" which George makes up in Seinfeld as a fake charity

It was actually The Human Fund. The Human League is an English pop band, most successful in the 1980s with their hit single "Don't You Want Me".

reply
satvikpendem 2 hours ago
If you want to use no-Javascript browser as well, this browser prototype [0] is getting pretty good too. It's developed by Dioxus, a GUI framework in Rust, as part of its native renderer which seeks to create their own alternative to Skia, similar to Flutter, but it'll work on the web as well with HTML and CSS standards unlike Flutter web which is just a canvas.

It's also a from scratch implementation, sort of, using existing Rust crates like stylo (which servo also uses) and taffy, but it doesn't rely on any code from existing browsers such as Chromium, Gecko or WebKit.

[0] https://github.com/DioxusLabs/blitz (in /apps/browser)

reply