• 1 Post
  • 47 Comments
Joined 1 year ago
cake
Cake day: December 23rd, 2023

help-circle

  • MoonMelon@lemmy.mltoProgrammer Humor@lemmy.mlIs that bad?
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 days ago

    Maya and Motionbuilder run on Linux, but that happened before they were hoovered up by the monster. Autodesk just ignores that part of their portfolio. I know a few people who work/have worked on the Maya team and they’re talented, passionate devs, but management just doesn’t give a fuck about Media & Entertainment when Autocad and Revit are making so much money.


  • I see it as the continuation of a very old problem. Old school engineering didn’t have any standards until a bunch of people died over and over and the public demanded change. The railroads, construction tycoons, factory owners, mine operators etc all bitterly fought, and still fight, engineering safety requirements. Computer industries have continued this. They all oppose public action, hide negative information, and try to pin blame for conspicuous failures on individuals rather than systemic rot.

    I think also because of the relatively less visceral nature of software catastrophes we don’t have a culture of safety. That’s not to say software errors can’t cause horrific accidents but the power grid going down and causing a dozen people in the service area to die is less traumatic than a bridge collapsing and sending a dozen people into an icy river. That’s an extreme example but my point is that humans undervalue harms that are seen as less acutely, physically brutal and software just seems more abstract.

    Most of us aren’t working on power grid either, so when you start trying to quantify our software’s risks you have to speak to “harms” rather than just crimes like negligence, and then you expose this huge contradiction about how responsibility is allocated socially. Like, not only should engineers, pilots, and doctors have higher responsibility to prevent harm, but so should cops, journalists, politicians, billionaires, etc.

    So the risks are undervalued and both intentionally and unconsciously minimized. The result is most of us who’ve seen the inside are quietly horrified and that’s the end of it.

    I don’t know what the answer is except unignorable tragedies because that seems to be the only thing powerful enough to build regulations which are constantly being eroded.





  • That’s one kind, and Rust’s “ownership” concept does mean there’s built-in compile time checks to prevent dangling pointers or unreachable memory. But there’s also just never de-allocating stuff you allocated even though it’s still reachable. Like you could just make a loop that allocates memory and never stops and that’s a memory leak, or more generally a “resource leak”, if you prefer.

    Rust is really good at keeping you from having a reference to something that you think is valid but it turns out it got mutated way down in some class hierarchy and now it’s dead, so you have a null pointer or you double free, or whatever. But it can’t stop the case where your code is technically valid but the resource leak is caused by bad “logic” in your design, if that makes sense.





  • MoonMelon@lemmy.mltoLinux@lemmy.mlTcl/Tk 9.0 released
    link
    fedilink
    English
    arrow-up
    4
    ·
    8 months ago

    Back in the day TCL was used in a few places in Pixar’s Renderman renderer (called PRMan), and in its connection to Maya. You could write little TCL scripts within the Renderman Artist Tools (RAT) that would be evaluated during scene export. I think this still exists in some form inside Tractor, which is their renderfarm management software.

    It’s been a long time since I used prman but generally Python has replaced everything as the “glue” language, which honestly makes things a lot easier. VFX and game dev used to have a hundred different scripting languages rolling around.


  • I ran into a guy from high school and it turns out he worked for Microsoft back in the Windows Mobile days. He said that changing even a single button on a submenu would take six months of meetings, and if it involved other departments they would actively sabotage any progress due to the way MS internally made departments compete, so you could basically forget it. He said they literally backdoored software so they could sidestep other departments to get features in.

    I think about that a lot.



  • When I was in elementary school I entered the bathroom and some other boy was standing with his back against the wall, facing the urinals, with his pants down and his dick out. When he saw me he said, “No wait! I can make it!”

    He then started to piss. He apparently was pissing as forcefully as he could, trying to “make it”. As his stream started it went all over the floor in front of him, then crept up the wall, splashing all over the pipes and the bottom of the urinal. Finally he got, at best, one drop of piss into the urinal at which point his stream retreated and he re-sprayed everything a second time.

    “YEAH!” he said. “YEAH!”, in victory. Then he left.

    It’s been like forty years and I still remember this. I have five memories from elementary school and this is one of them.


  • MoonMelon@lemmy.mltoAsklemmy@lemmy.mlWhat are your fears
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 months ago

    Not a huge fan of snakes. It’s not to phobia levels, but I get a huge adrenaline rush when I see one, even if a fraction of a second later my forebrain identifies it as harmless. I love being in nature, so it’s just something I have to deal with.

    I’ve had several rattlesnake encounters and it’s at least one guaranteed nightmare every time. The dream is always the same: I’m standing somewhere at dusk, often barefoot. Under a nearby, low object I see a rattlesnake. Then I see another to the side. Then another behind me. Then I realize they are everywhere.

    I really hate ticks, so I appreciate their rodent killing service. But if we never ran into each other again that would suit me fine.


  • Yeah this is an extremely thin wrapper on GPT4All, literally just feeding in the above prompt. I’m not knocking the author for trying/sharing this but you’d probably be better off just installing GPT4All. That said, do you think this would have kept Ted out of prison?

    You: The Industrial Revolution and its consequences have been a disaster for the human race.

    Model: Honestly, I think the whole Industrial Revolution thing has just been a total mess for humanity as a whole. Like, what was supposed to be some kind of progress or advancement ended up causing way more problems than it solved. And don’t even get me started on all the environmental and social issues that came with it… ugh, it’s like we took two steps forward but then tripped over our own feet and fell back a few paces.






  • In the early 2000s I worked on an animated film. The studio was in the southern part of Orange County CA, and the final color grading / print (still not totally digital then) was done in LA. It was faster to courier a box of hard drives than to transfer electronically. We had to do it a bunch of times because of various notes/changes/fuck ups. Then the results got courier’d back because the director couldn’t be bothered to travel for the fucking million dollars he was making.