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

help-circle






  • BURN@lemmy.worldtoNo Stupid Questions@lemmy.worldXXX
    link
    fedilink
    arrow-up
    48
    arrow-down
    5
    ·
    4 months ago

    For the most part Americans are so desensitized to the gain Violence that it’s not something most of us think about much.

    I’ve grown up in a post Columbine world, and mass shootings have been a part of my life since it started. They’re just a really unfortunate part of life here that won’t change unless there’s a massive culture shift.



  • The Linux series was one of the best, because it showed what would happen if someone who didn’t know what they were doing tried to move to Linux. Linux shills have been preaching “it’s the year of the Linux desktop” forever now, but since it’s so different from windows and macOS there’s a massive learning curve that only shows up once you’ve switched.

    I would bet 8/10 people who have used windows/macOS for 30+ years would have many of the same problems as Linus did. I know I’ve made many of the same mistakes that were made by Linus/Luke in that series, including accidentally nuking my DE.

    Linux sucks as a desktop if you aren’t already familiar with Linux from the terminal. There’s a few edge cases, but for the most part it’s not a good experience if you do anything more than web browsing.

    I’m no Linus shill, though I do enjoy their content for the most part. He’s not a tech god like people make him out to be, he’s just a slightly above average tech nerd who’s a good presenter. And that’s the audience that the Linux shills are trying to push the OS onto.









  • My guy, you’re the one getting all worked up here. I’m just providing thought out responses.

    You’re proving my point. Everything you mentioned is Silicon Valley/Big Tech. The only place it’s being used is big tech. And yes, Linux does count. That’s fine, but it’s still nowhere near replacing Java.

    My goal is to be out of software in under 20 years. It’s a soul sucking, terrible job that takes the life out of you. So it really doesn’t matter what you think is coming in the future. Java works 100% of the time for my use cases, and there will always be Java jobs available.

    Also I’d kill to be an experienced COBAL dev. They can write their own checks doing 40hrs a week of barely anything at banks. It’d be the dream job.

    I’m not a programmer for fun 99% of the time. I don’t care what’s “cool” or “hot” or “trending”. I care about what keeps me employed.

    I’m sure not miserable writing Java code. I definitely am writing Python. So I really don’t care about your opinions. They’re not backed by anything but hurt feelings.


  • I genuinely could not give a shit about Rust. It doesn’t scare me, because just like COBAL, Java isn’t going anywhere. An IDE helps, but it’s no easier visually than checking if something is within a pair of brackets.

    I’m not saying you can’t do it with Python, just that it gets exponentially more complicated as you do so. Just like you can build single purpose tiny applications in java, you can build massive ones in python.

    Rust and Java aren’t competing outside of Silicon Valley and Big Tech, and even they often still use a significant amount Java in legacy tech. Rust still can’t replicate everything that libraries and plugins for Java can, it’s still not a fully mature development stack, it’s close, but it’s far from becoming the next java.

    Java isn’t a perfect language, I never said it was. I’m standing by my comment that it’s better than 90% of the languages out there.


  • Ok, so now build an api that can handle 100k iops with a cache, db calls and everything else, and tell me how simple that is in Python.

    Java and Python, like any programming languages don’t do everything well. They do a few things well, and most things adequately. Python is great for scripting and small applications, but once you’re hundreds of files into a corporate software project it becomes near unreadable. Java is great for large scale applications but suffers if you want to make a single purpose app.

    I’d also argue that yes, the Java is more readable at scale. Everything is explicitly typed, braces are so much better than indents (is something 20 indents or 21 idents deep, I never know), semicolons are useful for delineating ends of statements.

    It sounds like your only expose was Java in uni and have never worked with anything at scale.


  • And yet it’s still a better option than 90% of languages out there.

    Trendy languages are great until they break something or lose support. Java is consistent, and that’s the most important part.

    You sound like some Java dev personally offended you so much that you can’t separate the language from a person you hate for completely irrelevant reasons.

    Like I said, I’ll take Java and extreme OOP over Python/Rust/Go any day of the week because it’s actually readable code instead of a clusterfuck of hundreds of methods in one file