I made it half way down the page before I realized this wasn’t “ArduinOS”. I can’t be the only one.
AnduinOS
131–140 of 221 posts
Re: AnduinOS
#132I really wish people creating a distro, and even more so distro of a distro of a distro should not call it OS. (Debian - Ubuntu . AnduinOS) I am alwasy happy to look at new operating system projects. It is a major hobby. Could distros use AnduinDI AnduinUbuntu AnduinLinux. or just Anduin I dont like getting my hopes up like that.
Technically what people often refer to as "Linux" should more properly be called "GNU slash Linux", or as I've taken to calling it, "GNU plus Linux", GNU being a holistic operating system with multiple kernel... ;)
Aside from that, it's also an inaccurate label these days. Most Linux distributions come with a lot of non GNU licensed software. To the point where these distributions (or any distribution) would be unusable without all that non GNU software. For example xfree86 and its modern replacement wayland are MIT licensed. Some popular window managers are GPL of course. But some aren't.
And some distributions actually replace GNU components on purpose (for stability/memory safety reasons usually). For example libc is now sometimes replaced by a MIT licensed variant called musl. You can now compile Linux with llvm instead of gcc. People commonly use zsh instead of bash. There are rust implementations of commonly used command line tools. Etc.
Re: AnduinOS
#133I made it half way down the page before I realized this wasn’t “ArduinOS”. I can’t be the only one.
Re: AnduinOS
#134This actually looks pretty neat, particularly the integration with Flatpak. One thing that confused me when I first went to Linux a million years ago was the difference in how you install stuff. With Windows you download an exe file, double click it, next next next finish, and you have your app installed. With Linux, every distro is slightly different and it's almost never quite as straightforward to people. I think…
On your mobile phone you install software like in linux, by looking it up in the store. Windows is the outlier
Re: AnduinOS
#135I made it half way down the page before I realized this wasn’t “ArduinOS”. I can’t be the only one.
Re: AnduinOS
#136Why do people keep doing this?
It was one of the reasons I eventually went back to Windows as main driver, yes it sucks for some things, there is M$ and all that, yet when one of my devices breaks down, I can get a replacement on the same day, without dealing with whatever snowflake hardware I need to order online that hopefully will actually support 100% of its capabilities.
VMWare Workstation, and WSL nowadays, take care of whatever needs I might have on GNU/Linux related development.
On Cloud side, we use whatever is the provider's custom distro, with customisations that most likely never end upstream.
Re: AnduinOS
#137I made it half way down the page before I realized this wasn’t “ArduinOS”. I can’t be the only one.
Re: AnduinOS
#138Earlier quoted context omitted.
flatpack, snap and all thpse docker wanabee solve the right problem the wrong way. (pseudo)static is a quick & dirty solution to a real problem. really solving it requires skills and time. which are all quite scarse given the new generation appetite for ease of use over efficiency
What is the right way to solve this problem in your view? If Rust continues to take over we will end up with (truly)static everything, which doesn't look too bad.
Re: AnduinOS
#139I wonder if this is a weird tasting the waters for an eventual MS Azure Linux Desktop Edition...
Re: AnduinOS
#140Earlier quoted context omitted.
flatpack, snap and all thpse docker wanabee solve the right problem the wrong way. (pseudo)static is a quick & dirty solution to a real problem. really solving it requires skills and time. which are all quite scarse given the new generation appetite for ease of use over efficiency
What is the right way to solve this problem in your view? If Rust continues to take over we will end up with (truly)static everything, which doesn't look too bad.
https://robert.kra.hn/posts/2022-09-09-speeding-up-increment... https://davidlattimore.github.io/posts/2024/08/27/rust-dylib...