• 0 Posts
  • 20 Comments
Joined 2 years ago
cake
Cake day: December 23rd, 2023

help-circle

  • 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)




  • MoonMelon@lemmy.mltoFirefox@lemmy.mlublock ai slop list?
    link
    fedilink
    English
    arrow-up
    33
    ·
    3 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.”




  • It’s the same as learning anything, really. A big part of learning to draw is making thousands of bad drawings. A big part of learning DIY skills is not being afraid to cut a hole in the wall. Plan to screw up. Take your time, be patient with yourself, and read ahead so none of the potential screw-ups hurt you. Don’t be afraid to look foolish, reality is absurd, it’s fine.

    We give children largess to fail because they have everything to learn. Then, as adults, we don’t give ourselves permission to fail. But why should we be any better than children at new things? Many adults have forgotten how fraught the process of learning new skills is and when they fail they get scared and frustrated and quit. That’s just how learning feels. Kids cry a lot. Puttering around on a spare computer is an extremely safe way to become reacquainted with that feeling and that will serve you well even if you decide you don’t like Linux and never touch it again. Worst case you fucked up an old laptop that was collecting dust. That is way better than cutting a hole in the wall and hitting a pipe.



  • Whenever the interest rate is higher on the app, or the price is discounted or whatever, I assume the price difference is being made up by harvesting and selling my data. This is reinforced by the fact that most apps are designed like total shit, offering a worse experience than a web browser. Therefore the only reason I can speculate they made an app at all was because apps offer a larger hole in our integument through which they can sneak.

    I don’t buy the security argument at all, it’s all just “rot economy” nonsense. I am old enough to have deposited paper checks physically to a bank teller. They would scrutinize the details and more than once I was challenged over minor discrepancies. This was less convenient than electronic processes but it no way was it less secure. Info moved with difficulty then, but that included theft. Laws regarding warrants and surveillance were very clear cut and relatively strict compared to their digital equivalents. I don’t think people who lived before the surveillance age realize just how much privacy has eroded. There was a time when having all your private data stolen was a huge deal. Now I’ve lost count of how many court-ordered “Identity Protection” services I’ve been offered by companies with terrible security practices, many of which I never directly did business with at all.

    I haven’t totally chucked apps like the dude in the story but I get it. FOSS apps are my compromise.


  • KDEnlive is improving, however Resolve is still more powerful and mature. That said, DaVinci’s business model seems precarious. It feels like they could, at any moment, enshittify Resolve and force users into a subscription just to maintain access to old edits. I think for that reason KDEnlive is better for almost all users. If you are a professional filmmaker then the color and vfx workflows of Resolve are probably worth paying for, but in that case it’s probably a FinalCut vs Resolve question anyway.



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



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


  • Man, fuck 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 Fuck 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
    2 years 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.