Lemmy account of natanox@chaos.social

  • 30 Posts
  • 471 Comments
Joined 1 year ago
cake
Cake day: October 7th, 2024

help-circle



  • 60% productivity loss whenever I try to use it for anything else than a code search engine.

    Even I as amateur Python dev am able to notice this. It’s basically a nicer (and more resource-intensive) StackOverflow for basic questions when your brain lags again or you’re stuck with how a library is documented (looking at you GTK). The best thing you can do with LLMs is not integrate it into your IDE but just have it open in a browser tab, and never ever copy anything out of it. Saves money, time and IQ points.

    Also worth mentioning: It’s extremely noticeable how different US companies tuned their models (unfortunately chinese models widely copied them). I was curious due to the whole Digital Independence things going on in the EU and did some tests with Mistral (EU) vs. ChatGPT (US).

    My core takeaways:

    • Mistral refuses to open any website that tells LLMs to fuck off (it’s sad this is even noteworthy, but all US companies just work around every block). This isn’t an issue if you host your knowledge DBs yourself.
    • Mistral will more likely tell you “I don’t know”, “This might be incorrect” or “you should double-check this” if it can’t find any resources on the question. ChatGPT instead will instead answer something as confident as always and hallucinate while coating you in honey.
    • Mistrals WebUI isn’t infested with invasive Javascript. And as a sidenote, the European model also refuses to generate any pixel slop even in the style of smaller artists. ChatGPT doesn’t give a shit unless it’s the IP of another US megacorp. But nobody should generate such slop anyway.

    Basically the US models are made to be as addictive and ruthlessly profitable as possible, always giving you something while sugarcoating your mistakes (even if that’s wrong). It’s gambling. Those who’re celebrating these things might already be psychologically addicted without realising it.

    (This doesn’t mean Mistral is great, just not as awful. Their tiny models are already used in weapons in Ukraine, and it’s still AI that sucks the planet dry)


  • It’s mostly an old notion that just won’t die. Especially in the years after its initial release (2004) it was just a disastrous experience sometimes with cracking noises, misconfigured sinks (or outright missing), crashes and - if I still remember one of my first Linux experiences with Ubuntu 8.04 right - the sudden decision to repeat the current audio buffer at maximum volume.

    Ever since I came back to Linux on Desktop around 2017 I didn’t had any bigger issues with Pulse either. Ever since Pipewire became the default stuff just works, no issues whatsoever.




  • Had a discussion about something similar. “Why don’t we take all the energy created in fitness studios? People constantly push pedals there!”

    It’s just so phenomenally little it doesn’t make any sense, a full routine wouldn’t even full charge a smartphone battery (not even close). Put solar on the studio roof instead.

    I’d assume it’s the same with these. Apparently the idea was even abandoned when it was applied to cars on highways, even those don’t produce enough energy by driving over it to justify resources and maintenance.










  • Natanox@discuss.tchncs.detolinuxmemes@lemmy.worldNo comment
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    1 month ago

    Running 20 year old binaries is not the primary use case and it is very manageable if you actually want to do that. I’ve been amazed at some completely ancient programs that I’ve been able to run, but I don’t see any reason a 20 year old binary should “just work”, that kind of support is a bit silly. Instead maybe we should encourage abandonware to not be abandonware? If you’re not going to support your project, and that project is important to people, provide the source. I don’t blame the Linux developers for that kind of thing at all.

    I see your point. What I think though is that it’s particularly hard on Linux to fix programs, especially if you are not a developer (which is always the perspective I try to see things from). Most notable architectural difference here between f.e. Windows and Linux would be how you’re able to simply throw a library into the same folder as the executable on Windows for it to use it (an action every common user can do and fully understand). On Linux you hypothetically can work with LD_PRELOAD, but (assuming someone already wrote a tutorial and points to the file for you to grab) even that already requires more knowledge about some system concepts.

    Of course software not becoming abandonware would be best, but that’s not really something we can expect to happen. Even if Europe would make the absolutely banger move and enforce open-sourcing upon abandonment of software after a few years, it would still require a developer to fix issues. The architecture of the OS should be set up so it’s as easy as possible to make something run, using concepts (like file management) as many people as possible are familiar with.

    devs are often being discouraged from compiling tools in a way that makes them work forever (since that makes the app bigger and potentially consume more memory) This is simply not true.

    We might be in different bubbles in this case. Please be aware I’m talking about the very loud toxic minority (hopefully it’s a minority…) who constantly shit about how things aren’t following “KISS” close enough, that your app or distro is bloated, etc. It feels like if I was collecting all statements against Flatpak, systemd, even just static linking that boil down to “it’s bloated! It’s not KISS! Bad!” (so not well-reasoned criticism) I read or hear, including around my local hackspace or on events, I could fill whole books.

    Linux desktop isn’t actively working against disabled people, don’t be obtuse.

    Not actively, no. The issue here is rather that, for way too long, we didn’t care enough. We had things working comparatively nicely one or two decades ago, but in more recent history the support deteriorated to such a degree the Linux desktop has become, to a huge degree, inaccessible to blind people (mostly due to issues with Wayland). I didn’t save those blogposts or statements to show in discussions like these, but the takeaway from all of them is that “It used to work for me many years ago, but if I want a system that respects me today I’m forced to use Mac”. But of course you’re also right, it’s slowly getting better! (Correct me if I’m wrong, not a native speaker: “being alienated” doesn’t inherently imply malicious intent of doing so, does it?)

    But this idea that “finally we have people that want Linux to work” is infuriating. Do you have any idea how much of an uphill battle it has been to just get WiFi working on Linux? That isn’t because the volunteer community is lazy and doesn’t want things to work: that’s because literally every company is hostile to the open source community to the point of sometimes deliberately changing things just to screw us over. The entitlement in that statement is truly infuriating.

    Sorry, I was really pissed off yesterday evening by earlier comments in the chain implying it’s good to “filter out people” and got carried away. This one is completely on me.



  • Natanox@discuss.tchncs.detolinuxmemes@lemmy.worldNo comment
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    2
    ·
    1 month ago

    What the hell is going on in this thread? Linux has been being actively developed by people who want “shit to god damn work” forever.

    Yes and no. Yes as in “you can fix it” (if you’re a programmer), but no in terms of “everything is set up so binaries will still run in 20 years as-is”. Dependency hell, missing library versions, binaries being linked against old glibc versions you can’t provide… all of these are known issues, and devs are often being discouraged from compiling tools in a way that makes them work forever (since that makes the app bigger and potentially consume more memory). And better don’t tell someone who’s blind (and used Linux before) what’s quoted above, they’ll either laugh at you or get really angry. It’s also one of the reasons I’m angry (I’m able to see, but I hate this hypocrisy in the community). Linux on desktop utterly alienated disabled people, simply because stuff like screenreaders keep breaking.


  • Natanox@discuss.tchncs.detolinuxmemes@lemmy.worldNo comment
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    3
    ·
    1 month ago

    Fortunately we do have a steady influx of new people incl. those who demand shit to god damn work, finally shifting this notion.

    For the time being we still have to resort to using the Windows version and Wine for old software though… But I already had the situation where the (unmaintained but working) app also had a Flatpak which was last updated many years ago and it just worked, which made me incredibly happy and hopeful. ❤️

    Good thing there’s a battle-proven response if people don’t like this because it’s “not what Linux is supposed to be” or some other nonsense: If you don’t like it just fork it yourself. 😚