• 2 Posts
  • 183 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle





  • aard@kyu.deOPto3DPrinting@lemmy.worldPrusa slicer 2.8 UI changes
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 months ago

    Does Apple lack a feature to turn off or hide the file menu?

    I have no idea. They decided to put a notch with the webcam in the middle of the screen, so I’d not be able to use that space properly with anything else anyway.

    My point here wasn’t about mac, though (it was just handy for doing the screenshot at this moment , though it’s my least used platform for this: I had it upgraded, and as I have no intention of upgrading it on my Linux system after that experience I made the screenshot before the downgrade) - my point was the needless waste of space in the newer PrusaSlicer, which applies on all platforms.








  • Unless you are gunning for a job in infrastructure you don’t need to go into kubernetes or terraform or anything like that,

    Even then knowing when not to use k8s or similar things is often more valuable than having deep knowledge of those - a lot of stuff where I see k8s or similar stuff used doesn’t have the uptime requirements to warrant the complexity. If I have something that just should be up during working hours, and have reliable monitoring plus the ability to re-deploy it via ansible within 10 minutes if it goes poof maybe putting a few additional layers that can blow up in between isn’t the best idea.



  • aard@kyu.detoProgrammer Humor@programming.devOld timers know
    link
    fedilink
    arrow-up
    3
    arrow-down
    2
    ·
    4 months ago

    Shitty companies did it like that back then - and shitty companies still don’t properly utilize what easy tools they have available for controlled deployment nowayads. So nothing really changed, just that the amount of people (and with that, amount of morons) skyrocketed.

    I had automated builds out of CVS with deployment to staging, and option to deploy to production after tests over 15 years ago.


  • Accessing powershell is not the issue - that Windows is broken, with a sprinkle of bad permission management by corporations using it is the issue. And the bad permission practices are a direct result of how broken Windows is - I tried a while ago to use it with a fully unprivileged user, just like I do for decades on UNIX and now Linux. It pretty much is impossible without privilege elevation prompts every few minutes.

    In a proper environment a user should be able to destroy data they’re working with - but not have the ability to alter the operating system.