• 2 Posts
  • 711 Comments
Joined 2 years ago
cake
Cake day: June 6th, 2023

help-circle
  • Hold up, what did I read into it? I directly quoted you and asked for clarification on whether you currently believe that is the state of AI, or whether you’re saying that’s what automation used to be.

    If you’re saying that’s what automation used to be, then we agree. But if you believe that modern AI can only do the “tedious bullshit no one wants to do”, that’s literally not the case.

    Sora 2 is generating realistic video of anything you want given just a text prompt, rivaling the best VFX artists.

    Hollywood is currently clamoring to “work with” AI celebrities who don’t exist, with a synthetic voice, singing songs no one composed with lyrics generated by an LLM. Why give a cut to a pop artist or band if you can synthesize it from nothing?

    The education system has been completely upturned because every assignment can be completed by an AI, and there’s no way for the teacher to detect it. And it’s having a measurably damaging effect on students’ intellect.

    A popular quote floating around right now is, “I want AI to do my laundry and dishes so that I can do art and writing, not for AI to do my art and writing so that I can do my laundry and dishes.”

    And right now I literally can’t know if someone is running an AI with the prompt: “respond to this comment as though you are an out of touch older American who still thinks the capabilities of generative AI are limited to simple automation of tedious tasks no one wants to do anyway.” And you don’t know if I’m an AI with the prompt, “respond to this comment like a condescending tech literate young adult who is afraid of the impact that generative AI owned and funded by an oligarchy is going to have on every aspect of their future.”

    I honestly feel stupid even bothering to type any of this out. I’m surely being had.



  • If coding is the means to an end they want, they will learn it.

    I started learning how to program because I wanted to mod Halo 20y ago. Gaming is often a motivator. I had a co-worker who started in the 80s, whose only option to play games on his C64 was to type up a bunch of BASIC from a magazine. He had to take care not to make any typos, then play the game, and then didn’t have any persistent tape to save it to, so he just lost it all on a reboot. Turns out, if you’re “forced” to type code in all the time, you start to figure out which bits do what, and you start changing it to behave how you want.

    “Hacking” could probably work as a motivator, though with great power comes great responsibility.

    But yeah, a kid won’t be interested in programming unless they see it as their only option to do what they want to do. PICO8 might be a good entry. Or something like Minecraft modding.




  • The Mag7 are the 7 giant tech companies currently propped up by the AI bubble. These companies represent upwards of 34% of the marketcap of the S&P500. The other 493 companies are also intimately tied to the success of AI and/or the Mag7. Not just everyone’s retirement accounts, but a huge amount of the world is invested in the US S&P500 thinking they’re diversified across 500 successful companies.

    So to be clear, yes, we’re absolutely poised for a worldwide economic recession. I wouldn’t be surprised if smaller nations who rely on USD are completely bankrupted, but one thing is for certain: when AI pops, the fallout will not be limited to the US.



  • I was going to say you’ll probably be fine, but if you’re considering Mint you’ll definitely be fine.

    Terminology you don’t need to know: Mint is still using x11, which Nvidia works fine with. I assume mint won’t switch to Wayland until it works smoothly on Nvidia too.

    My partner is using mint on a 3080. I think she had one graphical bug in one game one time after an update. Mint has a program specifically used to roll back to a past Nvidia driver. She chose the driver from before the update, rebooted, and the bug was gone. Just gotta remember to switch back to using latest later when a new driver comes out.








  • All of that can be publicly audited. When we talk about “trust” we’re referring to what happens server side, which we have to assume can never be publicly audited. The importance of e2e encryption is that what ever happens server side doesn’t matter. There’s a massive gulch between trusting a binary you’re able to inspect and trusting one you can’t.

    What you said is valid though, if you want/need privacy, you need to put in effort, but you also have to assume there’s someone smarter than you who will be able to outsmart your own audit. The absolute best you can hope for is that at least the binary is publicly reviewable and that they’re not smarter than every pair of eyes who reviews it. That’s basically the backbone of open source security.