3 ms·
I'm glad we have an alternative to ladybird, since I haven't been a fan of the direction of the project for a bit.
by QwenGlazer9000 9d ago
I'm glad we have an alternative to ladybird, since I haven't been a fan of the direction of the project for a bit.
- ubercore 9d agoWhat in particular? I've enjoyed watching some of the community update videos and dev videos, but haven't followed the project closely.
- fabrice_d 9d ago[flagged]
- aqfamnzc 9d agoCan you explain more about that?
- fabrice_d 9d ago[flagged]
- aqfamnzc 9d agoThanks!
- lawn 9d ago[flagged]
- RamRodification 9d ago[flagged]
- bigstrat2003 9d agoThere's nothing sad about that. He's entitled to his opinions, as are you.
- spartanatreyu 9d ago[flagged]
- maelito 9d ago[flagged]
- QwenGlazer9000 8d agoIf you look at some of the other comments replying to my original comment, you'll get the context that the project started out as a hobby project, purely for fun. Call me chronically online or whatever, but I've looked at his twitter, and I really don't like his attitude. What specifically grinds my gears is one of tweets where he looks down on programmers who rewrite and program just for the fun of programming. It's so hypocritical of him, when his entire project started off as just for the fun of programming. The cherry on top is this was all a part of the whole "agentic shift". I'm fine with someone using AI, and he seemed to use it semi responsibly (at least last I checked), but his hubris and hypocrisy make me not care about the project anymore.
- ubercore 8d agoYeah it's an interesting turn. I remember seeing him talk about how programming for fun was part of essentially his rehab. Seems like it's turned into something different now if he's looking down on others for doing the same.
- edgyquant 9d agoWould also be interested to hear why. Personally I used to watch serenityOS and only recently relooked into it to see the main guy was no longer leading it but working on ladybird full time
- bryanlarsen 9d agoThey announced they are doing an AI assisted rewrite of parts of their code into Rust. That would alienate some. https://ladybird.org/posts/adopting-rust/ https://ladybird.org/posts/adopting-rust/ Myself, my annoyance with Ladybird is that restarted everything from scratch. There are components of servo that are really good and basically complete. Why not use those components and concentrate on the components where you have design conflicts with Servo?
- cogman10 9d agoDidn't they start with like C++, then zig, and now rust. To me it's just not serious. They also had articles of "why we are doing zig and not rust". It's an ambitious project, but I can't take it seriously when the tech stack is in constant flux.
- kouosi 9d agoI think they used swift instead of zig because Kling was using mac for development
- julenx 9d agoTheir origins are in C++, which is what SerenityOS has used. They've never done zig. They explored using Swift as a C++ successor language for the project[1], but seeing the platform support out of Apple was lacking, they gave up and made the bet on Rust[2]. The motivation to use a memory safe language as the alpha approaches sounds more of a longer term bet [3]. [1] https://ladybird.org/newsletter/2024-11-30/#swift-language-adoption https://ladybird.org/newsletter/2024-11-30/#swift-language-a... [2] https://ladybird.org/posts/adopting-rust/ https://ladybird.org/posts/adopting-rust/ [3] https://ladybird.org/posts/changing-how-we-develop-ladybird/ https://ladybird.org/posts/changing-how-we-develop-ladybird/
- sashank_1509 9d agoYeah I remember Ladybird, and Serenity OS starting as a learning project to teach engineers that a Browser can be made from scratch by a relatively small team. I even remember the author claiming he did it to occupy himself as he was trying to stay sober off drugs. This was all very admirable. Then somewhere along the way, they decided they wanted to be a real browser for some reason even though we have Chrome, Safari and Mozilla which is open source. This is IMO the worst use of your time as talented engineers, your product is completely undifferentiated and can never be differentiated since it’s a browser. You’re competing against very well funded adversaries, who are giving away everything for free. Inevitably to compete, you will lean heavily into AI coding, at which point the “learning” goal is completely left at the wayside. I’d analogize, there are sometimes good reasons to build a game engine, maybe it’s for learning, keeping the skill alive, something unique you want to demonstrate or you just want to reinvent the wheel for your game but using AI, a bajillion tokens to build an Unreal clone is a waste of your time, which is exactly what Ladybirds doing.
- bityard 9d ago> your product is completely undifferentiated and can never be differentiated since it’s a browser. I disagree with this. Yes, we have Chrome, Safari, and Firefox. And a few spin-offs of those. However, functionally, they are all pretty much the same. They all offer largely the same set of features, have substantially identical UX, and in general try to be everything for everyone. What's missing is a browser for those of use who aren't "everyone." There is an (admittedly small) market for a browser for the privacy-conscious, the ad- and DRM-averse, the hackers, the power users, and those who are delighted rather than scared to see every possibly tweakable knob and button in their settings menu. Let me change the theme, let me rearrange the UI to my workflow, let me block any damn element/site I choose at the network level. Give me an API to extend and modify the _whole_ browser however I want without needing your corporate permission. What's missing is the "Linux" of browsers. (To be clear, I am not suggesting that Ladybird or Servo will fill this gap. It's too early to say one way or the other.)
- mohamedkoubaa 9d agoThe browser as an implementation of the standard is not differentiable. But a universal app engine with sandboxing untrusted apps, high performance, and platform neutrality that may or may not retain a DOM or render HTML is very browser-like and under explored. On the other hand, I don't know if a slightly more customizable browser is something that's really worth building from scratch.