serenity
gopher-os
serenity | gopher-os | |
---|---|---|
259 | 6 | |
30,846 | 2,573 | |
0.7% | 0.7% | |
10.0 | 0.0 | |
1 day ago | over 4 years ago | |
C++ | Go | |
BSD 2-clause "Simplified" License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
serenity
-
Firefox nightly is running an experiment featuring a Fakespot feed on newtab
For a little more context, the most controversial of of the pronoun PR request was how Andreas Kling rejected it[0]:
This project is not an appropriate arena to advertise your personal politics.
There is a "politics" section to the contributing guidelines [1], but this particular change doesn't appear to be covered by them.
[0]: https://github.com/SerenityOS/serenity/pull/6814#issuecommen...
[1]: https://github.com/SerenityOS/serenity/blob/master/CONTRIBUT...
-
Calling All Hackers
We could argue about the history of hacker culture and its inclusivity, but it would most likely be just a series of proofless claims from both sides. I personally have never seen or heard of a person rejected from any hacker clique because of their sexual orientation. I've heard of a few having their contributions refused for trying to push political agenda [0], but then again it wasn't their identity that was refused, only the contributions related to advertising that identity.
I don't feel like the neo-queer-hacker culture you're discribing is particularly welcome to anyone who disagrees with them. I've heard of multiple instances of people calling for bans of people who said something in their private lives [1]. That is completely opposite of "inclusive". Inclusivity only matters when it includes people you disagree with.
[0] https://github.com/SerenityOS/serenity/pull/6814
-
Ladybird browser to start using Swift language this fall
Not anymore https://github.com/SerenityOS/serenity/pull/24648
- Managarm: Pragmatic microkernel-based OS with asynchronous I/O
- Ad-tech setting 'Privacy-Preserving Attribution' is opt-out in Firefox 128
-
Malloc broke Serenity's JPGLoader, or: how to win the lottery
They merged a PR to replace males pronouns https://github.com/SerenityOS/serenity/pull/24648
If I understand correctly, there was just a social media mob calling the project transphobic over the use of a couple of "he" in the documentation, that is uncalled for.
- Update outdated male-specific language
- SerenityOS maintainer calls the idea of non-males users a "controversial topic"
-
Ladybird Web Browser becomes a non-profit with $1M from GitHub Founder
A user account called "anon" is "he"? It has no gender, it is a Linux user account. The correct word should actually be "it", which is exactly what the word got recently updated to: https://github.com/SerenityOS/serenity/pull/24648
- SerenityOS discussion about gender neutral language
gopher-os
-
If I know neither Go or Rust, which do I choose to learn first/only?
But there are other brave people exists like biscuit or gopher-os who can do it :)))
-
Can Go be used for kernel development?
Can it? Yes. Should it? Now thatās up for debate.
-
The one and only..
golang? https://github.com/gopher-os/gopher-os
-
random question from a beginner, has anyone written an OS in Go?
I'm sure it would be a fun proof of concept, and there seem to be some projects like https://github.com/gopher-os/gopher-os , but they themselves admit it's just a proof of concept. Every tool has its use.
-
Go is a nice improvement over C and C++, and it doesn't make me feel dirty like Java does.
Iām pretty the C in the the OS is just the libc that is used for user programs and not part of the actual kernel. There is also gopherOS which contains no C at all. My only point was that it is possible to write one in Go and that Go can be used for low level coding. And I donāt believe you can write an OS in pure python bc it isnāt compiled
-
Wow that feels real good
Wait. You're not who we asked for
What are some alternatives?
Chicago95 - A rendition of everyone's favorite 1995 Microsoft operating system for Linux.
eggos - A Go unikernel running on x86 bare metal
rust-raspberrypi-OS-tutorials - :books: Learn to write an embedded OS in Rust :crab:
Cosmos - Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
haiku - The Haiku operating system. (Pull requests will be ignored; patches may be sent to https://review.haiku-os.org).
biscuit - Biscuit research OS
linux - Linux kernel source tree
router7 - router7 is a small home internet router completely written in Go. It is implemented as a gokrazy appliance.
reactos - A free Windows-compatible Operating System
Harbol - Harbol is a collection of data structures and miscellaneous libraries, similar in nature to C++'s Boost, STL, and GNOME's GLib; it is meant to be a smaller and more lightweight collection of data structures, code systems, and convenience software.
redox - Mirror of https://gitlab.redox-os.org/redox-os/redox
LLVMSharp - LLVM bindings for .NET Standard written in C# using ClangSharp