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

help-circle



  • This wasn’t meant to be the point of the meme at all. Wireless keyboards and mice have overcome the issues that made them objectively worse than their wired counterparts (latency and accuracy). Unfortunately though with wireless headphones you either get low latency or good audio quality, and I’m yet to find headphones that do both well. At the moment I have WH-1000XM4s I use for music at work and ATH-M50Xs I use for games. If I could get the best of both worlds I absolutely would, but it seems like every good sounding wireless headphones have awful latency that’s too jarring to ignore when playing games.



  • For my current job we’ve all agreed to take the approach of not writing comments that say what the code does, but why you did something the way you did. Probably about 90% of our code is uncommented because it just doesn’t need to be, but every once in a while you have to do something out of the ordinary to get the desired behavior, and explaining why you made the weird decision you did is infinitely more helpful.










  • I followed this guide from PiMyLifeUp. I’m a pretty technical person, but I’ve been leaning on their guides more and more because they’re so damn simple, and I’m tired of feeling like I’m reading the Linux equivalent of medical journals.

    One issue I ran into was the qbittorrent user that is created did not have rwx access to the directory I was downloading files to causing my torrents to stall, so be aware of that. You also need a small fan for the Pi’s processor otherwise it will overheat. Other than that we just have a 2TB SSD connected over USB to the Pi 3B+ and it works great, even with 4k BluRay content.

    Once you get the qBittorrent server set up, set the default download location as a library in Plex and as long as you enable autoscan torrents should automatically get ingested into Plex once they finish. The setup also makes it way easier to seed and get super high ratios if you’re into that. Then you can connect to qBittorrent from anywhere on your local network and give it magnet links, or even setup ZeroTier One as a P2P VPN to allow you to connect from remote networks. Currently it is setup to tunnel all traffic through ProtonVPN running on Wireguard.


  • Sure! It is this one from Amazon. I went for it because unlike a lot of KVMs I saw, this one had a “remote” that could be put on your desk instead of having to hit the switch button on the KVM itself which made hiding all the cables a ton easier. You can see it the center of my monitor stand.

    The KVM itself has 4 USB-A inputs and two DP/USB-A outputs (one for each device). I run one set of DP/USB-A cables to my PC and the other set to my Macbook. The USB-A going to my Macbook plugs into a USB A to C dongle with an ethernet port on it that I plug directly into our switch. Unfortunately, when I ran ethernet into the switch I was only getting ~400Mbps down instead of 1Gbps, so I opted to run networking to each computer independently. For video I use a DP to USB-C cable which goes directly into my Macbook. For charging I just use the standard charger that came with it. Even though it is not as nice as having a single cable for power/video/input it works great for my use case, and plugging in the extra two cables is hardly a bother considering the laptop sits there for days at a time.

    Hope this helps!