• 0 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle


  • The things I’ve read (admittedly mostly from the OpenBSD camp) from BSD devs, they seem to not worry about corporations building from their source that much, instead they actively try to get rid of GPL code because it isn’t permissive enough for their standards.

    Theo wrote "GPL fans said the great problem we would face is that companies would take our BSD code, modify it, and not give back. Nope—the great problem we face is that people would wrap the GPL around our code, and lock us out in the same way that these supposed companies would lock us out. Just like the Linux community, we have many companies giving us code back, all the time.

    But once the code is GPL’d, we cannot get it back."






  • I see, so then there are two options: 1) Make the full offline installer the default, or 2) put all options side by side and explain the difference.

    The first option isn’t good because any default will not fit everyone, there will always be someone looking for what isn’t the default. The second option would just be confusing for the person who knows nothing about computers. “I have to read a wall of text to decide what to download? This is too much!”

    I mean, there’s no way to win here. Is there any OS avaliable that can have one installer that fits exactly everyone, or a way to have a list to choose from if the user knows nothing about the choices?






  • People will say “use this editor” or “use that window manager”, but honestly it’s just personal preference. There’s no award for using ed to edit files, and almost anything you can do with one distro you can do with any other distro. You might get an urge to distrohop and compile the kernel, and that’s fine, but imho far more useful is to learn how pipes work and what you can do with regular expressions. A tutorial for bash is always useful.



  • I’ve started to reconsider how I do things online. For such a long time it’s been the norm to expect things for free (gratis), and users became the product. If the choice now is being bombarded with ads or paying for a service, I’d rather pay a reasonable price. If I want online storage to keep my files backed up and available, then a small sum is acceptable to me. The important thing is to choose providers who believe in the open spirit of the internet, using free software, respecting privacy. I’ve submitted a couple of patches to the operating system I use. Etc. I want the internet to be a cooperative, friendly place.



  • Same for me, sort of. Started with Ubuntu in 2007 (I still feel nostalgic about the login drum “bu-du-bup” sound), then arch for a couple of years, all the tiling wms, endless polishing of dotfiles. I mainly used the computer to modify how I used the computer. Then I found things I liked doing, like typesetting with TeX, and after that I just wanted a system that let me do that without spending time on the system itself. Since then I’ve used Debian.


  • I see. I asked because “stable” means different things in different distros. In Debian it means that interfaces and functionality in one version doesn’t change. If I set up a script that interacts with the system in various ways, parsing output, using certain binaries in certain ways etc, I should be able to trust that it works the same year after year with upgrades within the same release. To some people this is important, to some people it isn’t.