• 0 Posts
  • 44 Comments
Joined 6 months ago
cake
Cake day: January 6th, 2026

help-circle


  • A very large chunk of the improvements in the last year have come not from categorically better models, but from the circumstances of the models massively improving. For example, reasoning is just automatic prompt engineering, and eats a fuckton of tokens. Harnesses give LLMs tools, making it easier to turn nondeterminism into determinism (does this code compile is a decision the compiler can answer definitely). Then there’s subagents, which is just automatic context engineering.

    Basically, the price per token might not have changed, but in practice, the amount of tokens used to get “SOTA” performance has massively increased.


  • No, at least in the case of Germany, keeping them running was simply not an economically viable option. They were ANCIENT, so would’ve needed a fuckton of work, which would’ve taken forever AND cost a fortune. This is the opinion of the energy industry THEMSELVES, not from bleeding heart liberals.

    There’s basically no universe where building nuclear is a better option RIGHT NOW than just building more renewables and batteries and a smarter net.


  • r1veRRR@feddit.orgtoLemmy Shitpost@lemmy.world📡📡📡
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    14 days ago

    I can only think of maybe a small handful of positive instances of “porn in nonporn”. For example, Bayonetta as a character is very much aware of her sexiness, and approves of flaunting it. Compare that to something like Stellar Blade, where the Eve is just “accidentally” super hot, with zero self awareness.

    I agree, is what I’m saying.



  • r1veRRR@feddit.orgtoLemmy Shitpost@lemmy.worldI'm doing my part
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    15 days ago

    It’s not just profitable, it also requires most people in the west (probably 99% of people here) to realize there understanding of what a “basic level of quality of life” is is completely scewed by our immense privilege. Globally speaking, we are all part of the top 10% destroying the planet the most. From memory, a single american going vegan can make up for a families worth of emissions in a poorer country.

    There’s no amount of rich people we can eat or corporations we can destroy that will allow us to just live like we are at the moment. Nowhere close.


  • r1veRRR@feddit.orgtoLemmy Shitpost@lemmy.worldI'm doing my part
    link
    fedilink
    arrow-up
    3
    arrow-down
    3
    ·
    15 days ago

    It’s crazy how long that misrepresented study stays alive. The point wasn’t to find fault, it was to figure out how much comes from people in general. After all, nature does create it’s own green house gases.

    By the logic of the study, the oil company that sold Swift her kerosene is 100% responsible for it. By that studies logic me, you and Swift are EQUALLY not responsible for ANY oil we use, ever. That’s obviously stupid.











  • What exactly are we talking about? Doing Windows related development on Windows is roughly as decent as doing Linux related development is on Linux (or Mac).

    It’s just that because like 90% of servers are Linux, 90% of development benefits far more from being developed on a Linux-y system.

    For example, the Windows filesystem is very different. Over and over I’ve had issues with permissions being different, with paths being inconsistent (this happens esp. with WSL) and with limits on path length.

    You can develop on Windows, but having the test env closer to the real env takes care of so many little headaches.


  • Ignoring prices, Mac is definitely the second best option after Linux for Linux-y development flows. None of my issues were huge, but still enough to ask for a Linux laptop for a replacement.

    1. Very little customization, compared to Linux. I’m talking horizontal tiling window managers like Niri
    2. Docker does not run natively, so you pay a hefty performance penalty with the VM
    3. File name case insensitivity caused a bunch of Git issues

  • Sure, if you just use Linux for dev, with a Windows hypervisor, you won’t notice the difference.

    We devs also have a serious issue of performance blindness, because generally work and test on pretty beefy machines. Windows 11 is undeniably heavier on the system than Linux, and Mac hardware flies anyway. If your dev machine is beefy enough, you won’t really notice though.