• 0 Posts
  • 99 Comments
Joined 10 个月前
cake
Cake day: 2023年9月2日

help-circle

  • Safety rules are written in blood. When you spend at least 8hours/day doing the same thing, even if that thing has a very small chance of generating an accident, that’s a lot of time spent doing something risky. Everyone has bad days, any one of those could kill you/severely injure you if you don’t take safety protocols seriously.








  • The definition of “operating systems” is not really clear. Some say the operating system is what is called the “kernel”. In the case of Linux operating systems, that kernel is called “Linux”. Most people, however, say that the operating system is the whole thing you install. That is, the kernel + a bunch of other apps.

    For example, in windows: notepad, internet explorer (now edge), paint, and all those apps are part of the operating system, that’s what people mean when they say “windows”. It’s the whole package. Other less obvious parts are drivers for example.

    In the case of Linux, most distributions ship with a bunch of GNU programs.

    “Akschually people” argue that the GNU parts are as important (if not more) as Linux itself for the operating system, so they feel like all the hard work of the GNU developers is shadowed by the people that say “Linux”.






  • Well, it did improve someone’s live, didn’t it? I’m not claiming my library that has 3 stars on GitHub is gonna revolutionize all of humanity. But it’s a little improvement. That contributes to having a more complete software ecosystem.

    That code is now available to everyone that wants it. If they need it, it’s there to use. Better than every company having to reimplements for the thousandth time the same closed software.

    Which brings me to another point I didn’t mention before. If a company uses an open source library, even if they are not required to publish their improvements to the library, they might do anyway because it is easier than maintaining their own fork and migrating every upstream change.






  • If I choose MIT it’s because I don’t care if people “steal” the code. This meme is stupid and condescending, if he didn’t mind that Intel used it’s code it’s because he didn’t mind, that why he chose MIT. Why is Intel beating him in the meme? It makes no sense. You are proyecting your thoughts onto him as if that’s how he felt, but then you show that he didn’t feel the same way you do. Why?

    When I see a GPL license I don’t see freedom. I only see forced openness, which makes me immediately avoid that library, since I can’t statically link to it.

    Freedom means that everyone can use your code. Yes, that means for-profit corporations. For free, without restrictions.

    If I want to make a piece of software to improve people’s lives and I don’t care to do it for free, I’ll choose MIT. If it gets “stolen” by a for-profit corporation it only makes it better, because now my software has reached more people, thus (theoretically) improving their lives.