Following this for almost 3 years now, it really is an amazing achievement. His YouTube streams are very helpful in learning a lot about Systems, Unix and good programming methodologies. Cheers to him for taking the leap of faith!
I quit my job to focus on SerenityOS full time
71–80 of 264 posts
Re: I quit my job to focus on SerenityOS full time
#72Re: I quit my job to focus on SerenityOS full time
#73What's more is that it also has a full web browser that is not based on webkit/blink/gecko but its own independent engine.
Unless anyone can name a counter example it's probably the most advanced open source browser engine except for the WebKit family, the Gecko family, and NetSurf. Never mind the whole OS - that alone is worthy of Andreas being able to work full time on the project!
Edit: Oops, didn't see the "open source" clause. So Trident, EdgeHTML, and Presto don't count.
Re: I quit my job to focus on SerenityOS full time
#74What's more is that it also has a full web browser that is not based on webkit/blink/gecko but its own independent engine.
Unless anyone can name a counter example it's probably the most advanced open source browser engine except for the WebKit family, the Gecko family, and NetSurf. Never mind the whole OS - that alone is worthy of Andreas being able to work full time on the project!
Re: I quit my job to focus on SerenityOS full time
#75Re: I quit my job to focus on SerenityOS full time
#76Indeed, the desktop theme looks very similar to Windows 95 or ReactOS.
Re: I quit my job to focus on SerenityOS full time
#77The only other effort like that has been on my mind for a long time is bcachefs that is mostly churned on by a single developer slowly making progress and aiming high.
I could only wish the very best to people and projects like this!!
Re: I quit my job to focus on SerenityOS full time
#78I'm curious, how can someone implement device drivers (without knowing hardware details.) for a self-made OS like this?
SerenityOS currently doesn't have a lot of tooling to help debugging drivers aside from kprintf() and kubsan. Other operating systems may offer more advanced capabilities, such as NetBSD's rump kernel where you can run drivers in userland for example.
Re: I quit my job to focus on SerenityOS full time
#79Following this for almost 3 years now, it really is an amazing achievement. His YouTube streams are very helpful in learning a lot about Systems, Unix and good programming methodologies. Cheers to him for taking the leap of faith!
That sounds super interesting, is there a link you can share?
Re: I quit my job to focus on SerenityOS full time
#80What's more is that it also has a full web browser that is not based on webkit/blink/gecko but its own independent engine.
Unless anyone can name a counter example it's probably the most advanced open source browser engine except for the WebKit family, the Gecko family, and NetSurf. Never mind the whole OS - that alone is worthy of Andreas being able to work full time on the project!