• 1 Post
  • 48 Comments
Joined 2 years ago
cake
Cake day: December 23rd, 2023

help-circle



  • At first I thought she meant ‘fantastic’ in its literal sense and I was optimistic. No, of course the former CFO of Morgan Stanley is a ghoul.

    “Burgum, a Republican, used his speech to criticize Silicon Valley for having supported ‘the climate extremist agenda,’ which he defined as the idea that ‘a degree of temperature change in the year 2100 is the thing that we should drive every policy in America.’ Burgum added: ‘I’ve always been a little offended by that.’”

    Well it’s like 3 or 4 degrees at this point, which is civilization-ending. Real, “we’re all going to die anyway” energy here. Glad we’re doing this to hallucinate the next Amazon show and not slow down the approaching catastophe or at least give poor people food or some shit. Is that a little offensive?





  • MoonMelon@lemmy.mltoMemes@sopuli.xyzIt would get old fast
    link
    fedilink
    English
    arrow-up
    11
    ·
    2 months ago

    Yeah, it’s impossible to develop a greenfield site without scraping everything off. You have to create and get approval on water runoff management plan for any new development. That means grading everything and often these days it also means managing and impounding water on-site without dumping it all into the (overloaded) storm drain system. When there’s no grass you have to install silt fences to keep silt out of nearby streams while building. You can’t get final approval, and remove the silt fence, until there is some kind of ground cover and that basically means grass since it grows fast and is easy to apply. Even if you somehow left the trees there’s no way they’d survive the process.

    Fuck McMansion developers, and fuck lawns, don’t get me wrong. But it’s a reflection of an entire system of land-use policy and not just stupidity, or whatever.




  • I’ve been getting annoying amdgpu crashes every now an then. I’ve tried all the various BIOS and kernel params but so far nothing has worked. Next step is rolling back a kernel version, at least that’s what I’ve gathered from all the threads about it. It’s bothersome but not frequent enough to be a real pain.

    (This is an amd framework 13 with fedora 42 / wayland)


  • Used it a ton in the art departments of vfx and game dev. Im talking about the tools that make assets, not the game engine or a runtime scripting language. More like the stuff launching and running in Maya, or Houdini, or Substance, etc.

    Most of this is already highly OO, and there’s a lot of interaction with C++. Python is the perfect language for this. There’s a lot of rapid interation and gluing many different services and data together. Also you’re waiting on file IO or some massive scene graph update all the time so having the tools be slightly slower doesn’t matter. Also, at least in vfx, there’s mixed Linux/Windows/Mac and it’s great for that. ALSO art teams (unlike the programming team) have people who may not be super technical, and Python let’s them write tools and scripts more easily. They don’t even have to understand OO but you can say “copy this class template and implement these two methods” and they can write tools that “work” in the pipeline.

    It’s honestly a godsend. Before the industry settled on Python, every program had its own proprietary scripting language and some were quite limited. Their C++ APIs are all different, of course. So now everyone just ships with a Python interpreter, you manage launching each app so you can control PYTHONPATH and you’re golden.





  • I had a tricky time getting hardware encoding to work and it ultimately ended up being I needed to expose the GPU to the Docker container. The yaml config needed:

        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
          - /dev/dri/card0:/dev/dri/card0
    

    Note this was on a low-end Synology NAS with some sort of crappy intel GPU, but it actually works now, I was surprised. I only mention because before this I spent lots of time messing around with the Jellyfin settings and only the logs tipped me off. Jellyfin loves to fallback silently to CPU transcoding it seems, which I guess is good, but make troubleshooting unintuitive. Searching for log errors online gave me this solution.



  • MoonMelon@lemmy.mltoFirefox@lemmy.mlublock ai slop list?
    link
    fedilink
    English
    arrow-up
    32
    ·
    4 months ago

    It’s not just tech. Gardening, DIY, cooking, and similar popular subjects have been completely destroyed by this crap. If I see an AI generated header image or thumbnail I immediately backpedal now because I assume that means the text is bullshit too.

    The example stuck in my memory now is when I was trying to read about watermelon growing times and the article said they flower a week after germination.There’s now frequently this, “oh GOD DAMN IT *close tab*” moment when you realize it’s actually total slop. Like, “oh so this article is BULLSHIT bullshit.”