Readit News logoReadit News
havaker commented on Asterinas: OS kernel written in Rust and providing Linux-compatible ABI   github.com/asterinas/aste... · Posted by u/Klasiaster
havaker · a year ago
The license choice is explained with the following:

> [...] we accommodate the business need for proprietary kernel modules. Unlike GPL, the MPL permits the linking of MPL-covered files with proprietary code.

Glancing at the readme, it also looks like they are treating it as a big feature:

> Asterinas surpasses Linux in terms of developer friendliness. It empowers kernel developers to [...] choose between releasing their kernel modules as open source or keeping them proprietary, thanks to the flexibility offered by MPL.

Can't wait to glue some proprietary blobs to this new, secure rust kernel /s

havaker commented on FLUX is fast and it's open source   replicate.com/blog/flux-i... · Posted by u/smusamashah
starfezzy · a year ago
Doesn’t open source mean the source is viewable/inspectable? I don’t know any closed source apps that let you view the source.
havaker · a year ago
Open source usually means that you are able to modify and redistribute the software in question freely. However between open and closed, there is another class - source-available software. From its wikipedia page:

> Any software is source-available in the broad sense as long its source code is distributed along with it, even if the user has no legal rights to use, share, modify or even compile it.

havaker commented on Pkl, a Programming Language for Configuration   pkl-lang.org/blog/introdu... · Posted by u/bioballer
havaker · 2 years ago
Built-in fetching of http resources and reading files from the filesystem[1] combined with turing-completeness are features that I wasn't expecting from a configuration language. I wonder if the complexity this brings is justified.

1: https://pkl-lang.org/main/current/language-reference/index.h...

u/havaker

KarmaCake day54September 26, 2023View Original