Neat. But it’s kind of concerning to see yet another OSS project hitch it’s community resourcing to Discord.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Yeah, it's a bit at odds with their "free from corporate influence" angle. Absolutely no reason to not use Matrix.
Godspeed to them.
I wonder what's in it for Shopify. This seems like an odd thing for them to sponsor, or a very expensive FU to Google.
Sounds like Tobi's on another side-quest.
This does seem like a Tobi ideological thing, doesn't it? Ugh.
This is the first I'm hearing of Ladybird. Looks really interesting and glad to see there are more options for browsers coming
I was wondering why it was written in C++, but the FAQ already beat me to it.
Why build a new browser in C++ when safer and more modern languages are available?
Ladybird started as a component of the SerenityOS hobby project, which only allows C++. The choice of language was not so much a technical decision, but more one of personal convenience. Andreas was most comfortable with C++ when creating SerenityOS, and now we have almost half a million lines of modern C++ to maintain.
However, now that Ladybird has forked and become its own independent project, all constraints previously imposed by SerenityOS are no longer in effect. We are actively evaluating a number of alternatives and will be adding a mature successor language to the project in the near future. This process is already quite far along, and prototypes exist in multiple languages.
Glad to see they are open to using safer languages. C/C++ was great for its time, but we really need to move on from them.
Hard disagree. Safe C++ code can be written quite easily these days. And better tools are coming out all the time.
Yes, but there's a difference between "you can write safe code" and "the compiler will come for your family the next time you make a mistake"
rust isn't a magic bullet either, it still doesn't protect against a whole host of problems, like stack overflows, out of memory/bitflips, logic errors, memory leaks, unrecoverable errors/panics etc., and many projects are full of unsafe context rust code anyways.
As someone who has done no programming since taking C++ in high school more than 20 years ago, what do you mean by safer language?
Go and Rust mostly
C and C++ require more manual management of memory, and their compilers are unable to let you know about a lot of cases where you're managing memory improperly. This often causes bugs, memory leaks, and security issues.
Safer languages manage the memory for you, or at least are able to track memory usage to ensure you don't run into problems. Rust is the poster boy for this lately; if you're writing code that has potential issues with memory management, the compiler will consider that an error unless you specifically mark that section of code as unsafe.
We are targeting a first Alpha release for early adopters in 2026.
I will watch this from afar with great interest.
Ah, the famed non-profit Shopify.
Very interesting. Not what I was expecting on a Monday morning.
TL;DR: The Ladybird browser, which was written from scratch and aims to be an alternative to corporate-backed browser, now has a non-profit organisation behind it. Also, it got additional funding of 1 million dollars. The end.
Ah, now I can be excited for them and move on with my day. I get that video presentations can be great for feature releases that need visual aids, but I don't want to sit through a video for details that can be summed up in two sentences.
#1 sponsor is Shopify, how does that affect the indepentness?
Why are we shouting?
As long as it doesn't become a way for Shopify to shovel ads and collect data it isn't a problem. We will watch with great interest
How can you be "independent" if you have sponsors? All sponsorships are in the form of unrestricted donations. Board seats and other forms of influence are not for sale.
..per the FAQ.
influence exists whether they want it to or not.
True but you can account for that in the organization
Exactly. When the person who holds your purse strings decides they don't like something, they can influence you by simply... taking away your financial backing.