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

help-circle




  • Watching videos has been broken for a few weeks. On the 24th of Sep they mentioned that they’d identified a potential cause, but since then there haven’t been any updates. They typically aren’t super communicative and tend to lock down posts because of the huge surge of duplicate bug reports and unhelpful comments they get whenever this happens. So the silence is not that unusual, but it has been slightly longer than usual for an update.





  • 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
    ·
    3 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.