88 points

The story behind Senerenity OS is quite amazing:

It was October 2018 and I had just completed a 3-month rehab program at a state addiction clinic in Sweden. I was unemployed, staying with family, and had basically nothing going on.

With no drugs or other vices to pass the time, the days seemed impossibly long. I struggled to find activities to fill them. I enrolled in school for a while, but it wasn’t for me this time either. Eventually I turned to programming, since it’s always been my big interest in life.

Until that point, my career had been focused on web browsers (WebKit at Apple & Nokia). However, I had always been interested in low-level things so I began tinkering with some of that. I wrote a little ELF executable parser… And an Ext2 filesystem browser… And a little GUI framework with an event loop…

Out of this tinkering, an operating system began to take shape. I chose the name SerenityOS because I wanted to always remember the Serenity Prayer. I was quite worried about my future at the time, and I figured that this name would help me stay on the good path.

My general idea was to build my own dream system for daily use. It would be a combination of my two favorite computing paradigms: the 1990s GUI and the no-nonsense command-line of late-2000s Unix.

Source: https://awesomekling.substack.com/p/i-quit-my-job-to-focus-on-serenityos-full-time

permalink
report
reply
17 points

The author was a guest on the Changelog podcast. The episode was an interesting one, I highly recommend it

The Changelog: Software Development, Open Source: The serenity of building your own OS

Episode webpage: https://changelog.com/podcast/554

Media file: https://op3.dev/e/https://cdn.changelog.com/uploads/podcast/554/the-changelog-554.mp3

permalink
report
parent
reply
12 points

Sounds like Terry Davis but the good ending

permalink
report
parent
reply
12 points

I will never not be impressed with people who get themselves off drugs and have endless respect for that.

permalink
report
parent
reply
53 points

Wait, so that’s a proper *NIX system? A non-linux system? That’s quite impressive!

permalink
report
reply
60 points
*

Yes and they implement EVERYTHING in house. In case you haven’t heard they also started implementing a browser engine from scratch https://ladybird.dev/ just for fun. It kinda took off and they even got some nice donations, just to keep it going and see where it leads.

The β€œfounders” youtube channel is quit interesting. Especially the monthly update videos if you want to keep up to date with the latest developments. https://inv.tux.pizza/channel/UC3ts8coMP645hZw9JSD3pqQ

permalink
report
parent
reply
29 points
*

Yikes.

Building everything from scratch is one thing.

Maintaining it is completely different.

permalink
report
parent
reply
Deleted by creator
permalink
report
parent
reply
16 points

tried it out in a VM, I was truly impressed by that browser.

I mean, sure, lots of pages don’t work, but lots of pages DOES work on it, with no issues.

Never seen this on any custom, β€œbuilt in” browser of an alternative OS.

permalink
report
parent
reply

[This comment has been deleted by an automated system]

permalink
report
parent
reply
6 points

The browser was at first only available in serentyOS itself but lately is available as a stand alone program running on other OSs as well. It’s still pretty early days, I am exited to see where all this leads tho!

permalink
report
parent
reply
5 points

Wow, a whopping 100k from Shopify, that’s awesome!

permalink
report
parent
reply
3 points

Does the browser work yet? Can’t find screenshots

permalink
report
parent
reply
3 points

It’s a work in progress. Most sites won’t work but some do. Check out this latest development update video: https://inv.tux.pizza/watch?v=giq5iXJntgQ&t=911 That link leads directly to the β€œdemo segment” where he opens some sites.

permalink
report
parent
reply
18 points

Why do groups insist on BSD/MIT/Apache style licensing…

permalink
report
reply
37 points

I don’t know about the creators of this project, but in general: So that they can use the stuff in their closed source applications while finding enough contributors to write software for them for free.

permalink
report
parent
reply
14 points
*

Here’s why.

Because I like the 2-clause BSD license. I am not a fan of β€œcopyleft” or forcing obligations on people in general. I want my software to be available for anyone who wants to use it.

permalink
report
parent
reply
7 points
*

He missed the entire point of copyleft which is a bit disappointing.

All well, at least it is libre. I respect his choice in the end as pressuring or forcing someone to use a copy left license us just as bad as proprietary software

permalink
report
parent
reply
3 points

The GPL is a better choice if you want to make money from the software. With a pushover license, your competitors can extend the program and profit from it in a way you can’t because they aren’t required to give the changes back. The GPL evens the playing field. Of course, you often see the original company requiring a CLA so they retain copyright over all of the code.

On the other hand, it does enable possibilities that you would be very unlikely to get otherwise. For example, Cedega (formerly WineX) forked Wine when it used a pushover license and brokered deals with game companies to make the DRM compatible with WineX/Cedega. That meant you could play these games on Linux-based OSes with Cedega, but not Wine. I really wonder if it would have been possible to make Wine compatible with some of these DRM schemes otherwise. Consequently, however, Cedega could not incorporate any changes from LGPL’d Wine, as that would have required them to license Cedega under the LGPL, too.

That’s another issue. You can incorporate MIT-licensed software in GPL software, but you can’t incorporate GPL software in MIT-licensed software. So going with the GPL gives you more options. As SerenityOS is building everything from scratch, this isn’t an issue, but you can well see how it could be. The LGPL is far less disruptive to people who want to release their software under a pushover license. It only requires you give back any changes to the LGPL-licensed part, and does not cover other parts of your program. Personally, I really like the LGPL. It levels the playing field while being quite compatible. It’s not perfect either, of course.

It’s a tricky question, and there are no right answers. Ultimately, the decision is up to the developer and I can’t fault any choice, including the decision to use a proprietary license.

permalink
report
parent
reply
12 points
*
Deleted by creator
permalink
report
parent
reply
4 points

They all bear the same permissive properties

permalink
report
parent
reply
2 points
Deleted by creator
permalink
report
parent
reply
9 points
*

For some software, where EEE tactics aren’t a concern, but corporate adoption matters, these licenses make perfect sense. However. that’s not the case here: an OS is a prime target for EEE.

permalink
report
parent
reply
5 points

What is your issue with the licensing?

permalink
report
parent
reply
0 points
*
Removed by mod
permalink
report
parent
reply
1 point

Lol excellent use of emoji

permalink
report
parent
reply
17 points
*

Is it possible to run it in VM?

Edit: it’s meant to run on a vm. cool!

permalink
report
reply
1 point

Quite easy. It automatically starts in qemu when you build it.

permalink
report
parent
reply
14 points

Serenity now, insanity later.

permalink
report
reply

Linux

!linux@lemmy.ml

Create post

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

Community stats

  • 7.7K

    Monthly active users

  • 6.5K

    Posts

  • 179K

    Comments