• 2 Posts
  • 13 Comments
Joined 2 years ago
cake
Cake day: June 25th, 2023

help-circle
  • I am in software and a software engineer, but the least of my concerns is being replaced by an LLM any time soon.

    • I don’t hate LLMs, they are just a tool and it does not make sense at all to hate a LLM the same way it does not make sense to hate a rock

    • I hate the marketing and the hype for several reasons:

      • You use the term AI/LLM in the posts title: There is nothing intelligent about LLMs if you understand how they work
      • The craziness about LLMs in the media, press and business brainwashes non technical people to think that there is intelligence involved and that LLMs will get better and better and solve the worlds problems (possible, but when you do an informed guess, the chances are quite low within the next decade)
      • All the LLM shit happening: Automatic translations w/o even asking me if stuff should be translated on websites, job loss for translators, companies hoping to get rid of experienced technical people because LLMs (and we will have to pick up the slack after the hype)
      • The lack of education in the population (and even among tech people) about how LLMs work, their limits and their usages…

    LLMs are at the same time impressive (think jump to chat-gpt 4), show the ugliest forms of capitalism (CEOs learning, that every time they say AI the stock price goes 5% up), helpful (generate short pieces of code, translate other languages), annoying (generated content) and even dangerous (companies with the money can now literally and automatically flood the internet/news/media with more bullshit and faster).


  • Java is IMHO one of the most underrated platforms outside of enterprise environments.

    Most people also forget, that Java is not only a language, but also a platform, an ecosystem and active research is applied to many parts of Java.

    Concerning Oracle: OpenJDK is actively supported by very different but big and capable companies (IBM, Amazon, Eclipse Foundation…). The quality of the language, libraries and documentation needs people which are payed to work on this, full time.

    Bring to this the free IDEs one can get for Java - Eclipse and Netbeans are a little bit old school, but offer everything to build/debug and develop complex software.

    Java is not my favorite programming language, but when I want to write interesting software and ensure it will be running for the next decade w/o significant changes, Java is really hard to beat.

    Of course, in hindsight we know how to do a lot of things better as they were done in Java. Still, what other open source Language/Platform/documentation with the backing of capable companies and really independent and interoperable builds are out there?

    One last note to all people which were damaged by Java in university or school: Usually the teachers/professors/lecturers have no real world experience of software development besides the usually university projects, and for the usual university projects which basically means getting small to midsize projects to run Java is total overkill.

    Don’t confuse this with real world software projects in the industry, which are mission critical and need to work a decade from now on. Java was always a bread and butter language, but one which learned from other languages and even the verbosity makes sense, once one dives into code written a few years back by another person.


  • … I do not want to argue with you and Linux hardware support certainly is much better than decades ago (I was there, I know :-P) … but even my hardware, which was bought with Linux support in mind, I have several problems… one of my laptops WIFI card has problems with Linux sleep mode, one of my Lenovo machines has audio trouble with the microphone after being used for longer online calls and the list goes on. I hope that I am just very unlucky with my hardware picks, but when you have known hardware components in a mass produced device like Google Pixel, I hope we get Apple level support of hardware.


  • Unless you invested a lot of money and time, you are certainly already running an OS with a lot of BLOBs at the most important parts (WIFI driver, etc).

    Given AOSP and a decent smartphone, I am basically at exactly the same level I am with running Linux on my desktop. Actually, the smartphone could be better, if it is a Pixel, because at least I’ll have 100% hardware support. … and again, AFAIK one will be able to run Debian in a virtual environment.

    Long story short: I would never buy hardware with vendor lock in, but middle to high class Android smartphones are actually standardized hardware which run excellent with Linux. Total win for me.






  • wolf@lemmy.ziptoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    23
    ·
    1 year ago

    Very happy to read that, but honestly, when reading “$1 million USD” as investment sum, it reads more like an advertisement stunt than a real investment. (Like, 2 senior developers for one year?)

    We need more diversity in Open Source operating systems for desktops, laptops and any of the *BSDs is a great candidate. (Would love to see Haiku getting some sponsorship or even ReactOS!)



  • Good points, and I mostly agree with you, especially with feedback loops!

    Still, I never argued for waterfall. This is a false dichotomy which - again - comes from the agile BS crowd. The waterfall UML diagram upfront, model driven and other attempts of the 90s/early 20s were and are BS, which was obvious for most of us developers, even back then.

    Very obviously requirements can change because of various reasons, things sometimes have to be tried out etc. I keep my point, that there has to exist requirements and a plan first, so one can actually find meaningful feedback loops, incorporate feedback meaningfully and understand what needs to be adapted/changed and what ripple effects some changes will have.

    Call it an iterative process with a focus on understanding/learning. I refuse to call this in any way agile. :-P


  • … I cannot count the number of times at my different workplaces where we had an agile process, dailies and everything else of the agile BS for projects which where either trivial or not solvable. No worries, the managers, product owners and agile coaches made money and felt good, we developers went for greener pastures…

    Agile is a scam, nothing they do is based on any facts and when you challenge agile coaches / other people which profit it is always ‘I believe’ or ‘proven by anecdote’.

    Combine this with the low quality of people in the average software projects and you have a receipt for failure.

    Writing the requirements first at least forces people to think trough a project (even if only superficial), so I am not surprised the success rates for this projects goes up.