• 0 Posts
  • 119 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle












  • However, there are companies selling direct support, and communities focused on specific topics, and wikis run by some of the most popular linux distributions, and classes, and books, and various other good information sources.

    You literally said that.

    I use Linux all the time. I have an unraid server in my basement with about 50 docker containers. I run Debian to run a lemmy instance. I use windows for gaming, and I use Mac for software dev. Linux works fantastic for servers. As a desktop os it’s shit.

    As for “what we did that led to Linux breaking”, that’s just a hilarious question. Go to your Linux wikis and forums and read there. It will literally just break plugging in the wrong device. This isn’t a “my friend and I”. This is every software dev I’ve ever talked to that has used Linux, including ones that currently use it.

    Your last comment there is the exact point I’m trying to make. If you have to learn anything in order to literally make the OS function (e.g. even set up a monitor) then Linux will never go mainstream. That’s just a fact.



  • You do not need to use PS to manage network settings. And no normal user has any clue that exchange even exists much less needing to modify it. And saying that PS doesn’t have good documentation is laughable comparing it to bash. Listen, I hate windows just as much as you all do, but it is most definitely more user friendly than any Linux distribution out there. No windows user ever needs to even touch PS much less program network settings with it. Literally the fact that you need to even open the app at all is a massive fucking downside to Linux. Users don’t want to type out “weird incantations”. They want to click a button, select from a dropdown, or in the case of many many many drivers, do absolutely nothing at all.

    The fact that you had to call out a specific nonstandard desktop environment to support your case for Linux being easy to use is exactly the point that several other people in this thread are trying to make.


  • I’ve run Linux on custom built gaming computers. You still get all the same problems that dude is talking about. And no, forums and wikis are not a replacement for the os just working. A good analogy for Linux that a friend came up with. “Linux is a tank, it can blast through anything, you can do tons with it. But it doesn’t come with a cup holder. You decide to install one. But when you do so the shift lever doesn’t work anymore. So you move the shift knob over, now the AC doesn’t work. You fix that and now the tank won’t turn right, unless the AC is off.” You get the point.


  • Whoosh. This happens literally every time anyone comments about how difficult Linux is, someone just recommends some other distro or obscure fix (this time a new desktop). You’re literally missing the actual problem here because you’re always trying to solve strange problems on Linux. The fact that you know a solution to this and the solution isn’t continue using your current system but instead install a new graphical interface is the exact problem that the person you’re responding to is complaining about.



  • tyler@programming.devtoProgrammer Humor@lemmy.ml1 hour in Java
    link
    fedilink
    arrow-up
    2
    arrow-down
    2
    ·
    1 month ago

    No, it really is unique to python. Most other languages have one or two package managers, not 15 (15 is not an exaggeration). Ruby has one. Rust has one. Java has two (maven and gradle). Elixir has one. Swift has one.

    Python programmers think it’s normal when it most definitely is not. Even your IntelliJ example isn’t correct because IntelliJ will literally install and set up the jdk for you, but pycharm is completely unable to do that and it’s not because JetBrains hasn’t tried. Python tooling is just really really really bad.