• 0 posts
  • 29 comments
Joined 3 years ago
Cake day: July 1st, 2023
  • When you get rechargeable batteries, get yourself some good ones! Usually it doesn’t matter, but input devices are the one big exception because weak batteries can cause lags and sluggishness. VR controllers run on batteries too and some games turn into motion sickness hell if you have bad batteries, so a lot of people in the VR community have strong opinions on what rechargeable battery brands are good (iirc, the consensus is Eneloops and Eneloop Pros are a good choice, but that might have changed in recent years)

  • Wireless has gotten pretty good over the past few years. I have a super cheap wireless mouse from Aliexpress that I use to control my PC while I’m on my couch (I have the PC plugged into my TV to watch Youtube videos and play the occasional game) and I only have to charge that thing every 2 months or so for like 20mins. The much bigger problem is the annoying latency and random connection breaks, but that might just be a factor of the mouse being super cheap.
    My keyboard does both wired and 2.4ghz wireless with a physical toggle and it’s super reliable, but I have no idea how long the battery would last because I use it wired for my work Laptop during the day and wireless on my couch at night, so it’s basically always at full charge.

  • My team has moved to a thing we call “ScrumBan” and it’s worked pretty well. There still are 15-min Dailies, and a Review and a Retrospective each Sprint, but we cut almost all meetings that are about sitting around and “planning” tasks (aka awful 7-hour meetings where everyone just zones out and guesses random story point numbers). Instead, tasks are planned and moved to the board on demand and never in the presence of the entire team. It gives everyone so much more time to just focus on their work.

  • It’s surprisingly good as a backend language, if you don’t really need OOP all that much. The perfect case is probably using it in microservices that only really need to do a bit of data manipulation and some database interfacing.

  • Maybe not as a dev, but those qualifications make you perfect for tech support. The support people where I work have their own beer fridge plus dedicated lockable containers for their liquor and no one would ever dare mess with that. And if you’re good at support, there’s a high chance you’ll get promoted to the Product Owner role pretty fast!

  • We were having pretty big problems with our yarn configurations a few weeks ago because the default npm registry is now blocked for security reasons and we’re supposed to only use our own internal registry. The coworker who was supposed to fix it asked his AI whether he can override the configuration for the location for the default registry and the AI said no, so he closed the ticket as “can’t do anything about it I guess 🤷”. A few days later, another coworker just went and changed that configuration by looking at how custom scopes are defined and using common sense. Worked instantly, we haven’t been having any yarn issues since.