while(true){💩};

  • 0 Posts
  • 329 Comments
Joined 3 years ago
cake
Cake day: June 11th, 2023

help-circle
  • None of this would be bad if the devs also didn’t think that they should be the default Linux desktop. It’s one thing having a constrictive desktop environment that forces you into its way of doing things. I can see that actually being useful in a corporate setting. But to borderline-force that on everyone by way of defaultism, especially those who don’t know better, is where it crosses a line.






  • You’re gonna hate this, but… AI can literally do it, and for the large models it’s terrifying how accurate they are. You will argue that your little ESP32 powered reprap or klipper or whatever printer can’t handle it, to which regulators will go ok then, either the printer has to call out to a service with an http request to upload the gcode every time it wants to print anything, or your slicer has to do it (and we dont care that it’s open source, it’s illegal to operate if it doesnt make the call and you’re getting fines or jail time if you get caught).

    This is what AI was built for 😟

    EDIT:

    In case it isn’t abundantly clear, I am not in favor of what I just described. I know that it is possible though and know how to architect exactly these mechanisms. If I can build them, so can they. (I won’t, of course, that goes against everything I stand for).




  • Semperverus@lemmy.worldtomemes@lemmy.worldGas prices
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 month ago

    Ok, that makes cents.

    There are no units on that website and I’ve only seen gas stations list prices in the dollars-and-cents format ($5.99 instead of 599¢).

    Looking at it a bit closer, you’re paying $1.79AUD/litre.

    To compare to the U.S. (where the OP’s signpost is clipped from in the meme), $1.00AUD trades for $0.72USD as of this writing, so $1.79AUD would be $1.29USD. Then, to get from litres to gallons, we see that there are ~3.79 litres in a gallon. Multiply $1.29 by 3.79 and you get 4.8891, or $4.89USD per gallon, which is about on track with what we are paying here in some states, maybe a little less. I am open to correction on this math.



  • Is it?

    As a malicious actor or red-team player, I would want to get you on as old of an OS as I could in order to exploit a wider range of CVEs. Or in most cases, one would be hunting for a specific set of CVEs. Once I’ve got you on the version I want, I can then perform other attacks and ensure that they run.

    The iPhone, many Android phones, some network equipment, and game consoles all have eFuses that burn when you perform an update, and the specific number or pattern they burn in is used to determine the lowest OS version your device is allowed to be on in order to stop this from happening.




  • Semperverus@lemmy.worldtolinuxmemes@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    2 months ago

    Graphics font and name fall under trademark I believe, which separates it from copyright.

    Firefox is a famous example of this. The code for Firefox is completely open to anyone to fork and reuse, but you cannot call your fork Firefox. Mozilla retains the brand and the logo for it.

    So instead we get iceweasel.


  • Do you think it runs at 1000w continuously? On any decent GPU, the responses are nearly instantaneous to maybe a few seconds of runtime at maybe max GPU consumption.

    Compare that to playing a few hours of cyberpunk 2077 with raytracing and maxed out settings at 4k.

    Don’t get me wrong, there’s a lot to hate about AI/LLMs, but running one locally without data harvesting engines is pretty minimal. The creation of the larger models is where the consumption primarily comes in, and then the data centers that run them are servicing millions of inquiries a minute making the concentration of consumption at a single point significantly higher (plus they retrain the model there on current and user-fed data, including prompts, whereas your computer hosting ollama would not.)