

Great! I would like to use -O0 or -O1 on my distro…
My email: musicscratchgame2009@gmail.com
Great! I would like to use -O0 or -O1 on my distro…
The only thing that is a genuine problem with Linux as a whole is that a lot of apps and games just aren’t compatible
Because two systems are different.
It is not a problem. Shut up and hack.
Just install plan 9. It is better than anything else.
There are errors in my post, so it must not be chatgpt ;)
Yes, the syntax is the same. It also support various GNU and BSD extensions.
GNU bc is unmaintained for years. The latest version is from 2017. It don’t have a repo or a mailing list.
bc-gh started in 2018 and it is still actively developed. It is adopted by many projects I’ve listed in my post.
perhaps they don’t care about bc. I think they don’t even notice that GNU bc haven’t been updated since 2017.
I will change it to “licensing reason”. Thank you
But the software you listed are used by many peoples. bc-gh is robust and performant, GNU bc is not actively developed, and benchmark shows that it is clearly slower than bc-gh in most case. But in most distros bc-gh is not available.
Making a LFS distro already show you all the GNU mess! Why another distro?
GitHub can you shut down this repo? ahaha 🤣 🤣 🤪
its quality will not be lower than usa linux, as they will pull latest development but not push back (to the linux list)
The Linux world have bad things, especially in userland and libc
op-ti-mize [verb (trans.)]* … (gcc) to modify executable code so that it fails more quickly.
Wow. Hope that they will do better than kspp
BSD developers: who cares about that. And, it is already happen. Android libc use lots of code of OpenBSD libc. OpenSSH is used everywhere.
GNU’s ssh implementation seems to be some abandoned trash, even though it was started in 1998, before OpenSSH. If OpenSSH doesnt exist, we can hope that everyone will be using differently broken ssh implementations; I’d expect gnu ssh to be a buggy, unreliable implementation which support hundreds of thounsands of flags and configuration options. Workers everywhere will be punished because of their buggy implementation of ssh. Why workers in every companies have to make their own ssh implementation? They should be doing something else.
OpenBSD is the easiest to use.
Why don’t more distro use LibreSSL? Why don’t more distro use mandoc? Why don’t more distro use clang?
Send diff to their lists.
Every year I upgrade to something better and found the past distros very disgusting.
6/2021: Ubuntu, Debian, Mint (for ~15 minutes), Kali Linux 2022: Ubuntu, Lubuntu, RHEL, Fedora (for some days), Arch 2023: Artix (for some days), Gentoo, Alpine (Alpine is the best distro I’ve ever seen), switched to OpenBSD in the end of the year!
2024: OpenBSD. Have a machine running FreeBSD but currently unplugged and haven’t learned anything from FreeBSD.
OpenBSD is so simple and I started reading man pages when I use it. I’m starting to learn tmux. Started to learn sed. Started writing some shell scripts. I can confirm I wasted time using all the distros above except Alpine. Except when I compile the linux kernel on Gentoo. I switched to OpenBSD without any problem. I quickly forgot the /dev/sda1 and learned disklabel. Not using vim without any problem, and I learned how to use vi efficiently.
OpenBSD is not too hard for any “newbies” that can read English. They can type “help” and it will open help(1). When they have read help(1) they will read afterboot(8). afterboot(8) is just comprehensive. It’s a pity that package management is about the end of this man page, but package management is just simple: pkg_add and pkg_delete package-name. They may read pkg_add(1) and pkg_delete(1) when they want to upgrade.
Default X11 window manager is fvwm. xterm is launched when X is started. You can move windows with mouse. Minimized windows also appear on the grey screen. But you have to double click much. This is usable. cwm is also available when you want a wm that can be used with a keyboard. It is much efficient.
2025: plan 9 ???
man, try info too. But linux might not have good man page, so use the wiki too.