gila [any, any]

  • 0 Posts
  • 3 Comments
Joined 4 months ago
cake
Cake day: February 15th, 2026

help-circle
  • Definitely not the asshole. It’s not your problem that your job doesn’t have 100% uptime. Where I am we don’t have fantastic work protections or anything but at least we legally can’t be compelled to take our rest breaks in segments (or multiple breaks together at once). Unfortunately this sounds to not be the case where you are so do what you need to do to keep your job if you need it, but no way in hell should you feel bad. Hope you have better days soon.



  • broadly, gain flexibility, lose familiarity. just try it and see.

    one thing i’ll spell out, you’ve likely never had to consider the logic by which windows loads dll versions. essentially, if you put a modified dll file in the same folder as an executable, when the executable calls for it that modified dll will be loaded instead of the system’s builtin version. game and software cracks sometimes rely on this principle. but on linux via wine/proton, that isn’t the case. so you’ll need to configure wine/proton to do a “dll override” in some cases (i.e when your game/software crack utilizes a modified dll). the process is pretty straight-forward, the main thing is knowing you need to do it.