• 0 Posts
  • 8 Comments
Joined 9 months ago
cake
Cake day: December 23rd, 2023

help-circle
  • MoonMelon@lemmy.mltoLinux@lemmy.mlTcl/Tk 9.0 released
    link
    fedilink
    English
    arrow-up
    2
    ·
    14 hours 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.


  • 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/removed ups. Then the results got courier’d back because the director couldn’t be bothered to travel for the removeding million dollars he was making.


  • Man, removed editing the registry. The duplicate entries, the non-standard locations, the UI of regedit… I had to dig through it so much when I was supporting a corporate launcher application in a Windows facility. Did the Windows dev decide to write their data into multiple registry entries, an INI file, an environment variable… or maybe all of the above? Find out on the next episode of removed My Life!


  • Bought a lemur pro 9 a few years ago and have it as a daily driver since. Pop OS works great for the most part but, as other people have mentioned, PopShop is slow/buggy and I often just resort to apt instead. My spouse plays a lot of PC games so when she got sick of Windows I migrated her over, and she’s had very few problems. Every once in awhile a game won’t run but usually that gets figured out in a few weeks by the Proton community.

    A few content creation linux apps only officially support Redhat, so getting them to run is a bit of a pain but that would be the case with any Debian based distro. So overall I haven’t seen the need to distro hop to Mint or something similar.



  • MoonMelon@lemmy.mltoLinux@lemmy.mlLinux in the corporate space
    link
    fedilink
    English
    arrow-up
    14
    ·
    edit-2
    9 months ago

    When I worked in VFX it was mostly Scientific Linux. A few macs were around for concept artists using Photoshop, and editorial using a proprietary video codec with Final Cut. Most business folks (in vfx called “coordinators” and “producers”) used tools that were web-based and cross platform (for example, Autodesk Shotgrid, Confluence, and Jira). A lot of internal development is done in Python so no worries there, either.

    In game dev unfortunately it’s exclusively Windows. If you bring up even using os.path.join, instead of hardcoding \\ into paths, devs who have never worked in another OS look at you like some sort of paranoid maniac.