super_mario_69 [he/him, comrade/them]

  • 0 Posts
  • 21 Comments
Joined 3 years ago
cake
Cake day: July 9th, 2021

help-circle
  • I’m on a project where we original had three devs, but two of them did exactly what is depicted in this image, so now there’s only me. There’s a proper god damn mountain of tech debt that keeps growing. At this point it’d take me probably a solid couple of months to sort it out, but of course the customer doesn’t want to pay for anything, because “what’s the problem, it’s still running”. All I can really do is glance at it every now and then, like that gif with richard ayoade and the fire from IT crowd. It’s a pretty big and widely used system too, so it’s gonna be a real biblical clusterfuck when it finally shits the bed.






  • Yep. The red-scare brainworms are deeply rooted here, every boy has to go to the military to prepare for the inevitable day the russians come. It hasn’t really been taken very seriously for as long as I’ve lived, at least. Until now, I guess. A funny little cultural rite of passage meme where 18-year-olds get to fuck around with their bros in the woods for half a year. But tbh I never went myself, so I don’t really know what you actually learn there.

    “40 soldiers and an old tractor” is what I assume is the portion of the conscripts who are actually ready and willing to fight, and didn’t just go there because they were expected to.








  • I love arch and I’m incredibly biased, but here goes. I have used Arch exclusively for the past n years. All of the things you’ve mentioned will work great. The AUR absolutely rules. It’s rather similiar to Void in the sense that it’s a completely blank slate, so it’s going to be as unique an experience as you make it.

    Arch is really stable and reliable as long as you don’t break it, really. Out of the handful of times I’ve fucked up my install, all of them have been my own fault. Fortunately Arch is (relatively) easy to fix: keep a live USB on hand and chroot into your physical drive with arch-chroot and unfuck whatever needs unfucking. I haven’t ever had to completely start over from scratch a single time. It’s a learning experience!

    Go for it, I say. Try it in a VM beforehand if you gotta.



  • So far at my current job I’ve dealt with five different PMs.

    The first one is really good. Used to be a dev. Big fuck-work-energy. They handle all the administrative bullshit that I don’t know or care about. They check in on the devs every now and then. Lots of constructive feedback and praise. They managed to make some kind of contract with the customer that pretty enabled me to do jack shit and get paid for it most of the time without anyone raising eyebrows.

    The second one is good, pretty average PM. Used to be a dev themselves since the 90’s, so they understand the developer’s point of view. Easy to work with.

    The third one is just kind of there. Handles the admin stuff and that’s it. The devs (i.e. I) do most of the interactions with the customer, since the PM doesn’t really know wtf the project is even about.

    The fourth one isn’t even there. Sometimes I don’t even know if they’ve quit or what, because I never see or hear from them. The ultimate quiet quitter. Once they showed up to some friday afternoon function, said “sup?” chugged a beer and devoured a pizza in ten seconds (rolled it up and ate it like a burrito!!), and went home. My main inspiration, my number one career goal.

    The fifth one was garbage though. Made all sorts of unrealistic promises to the customers and took it out on the devs when we couldn’t deliver in time. They quit at some point, and the project transfered to PM #1.




  • I’ve been fucking around a lot with this same stuff on a similar setup (6900XT, sway, M27QP, Arch 6.4 tkg-pds). I managed to make it work more or less flawlessly. Here’s how I did it:

    • I use MANGOHUD=1 gamemoderun %command% in Steam to run my games.

    • When Gamemode runs, it’s configured to enable adaptive_sync, start gpu-screen-recorder, and run a script that sets pp_power_profile_mode to 1 and power_dpm_force_performance_level to high. As @Atemu mentioned, there’s some kind of bug with amdgpu, so by default the power management will be all over the place.

    • The built-in frame limiter in some games (e.g. Apex Legends, Risk of Rain 2) can cause stutter for some reason I don’t understand. V-Sync also had stutter and also caused noticeable input lag. The solution was to use MangoHud’s frame limiter with fps_limit=165 in MangoHud.conf.

    • This patch fixes the mouse move VRR issue. There’s instructions on how to apply it if you scroll down a bit. If it still doesn’t work right, try launching sway with WLR_NO_HARDWARE_CURSORS=1 sway. No need to disable direct scanout either.

    Let me know if it works!