• 2 Posts
  • 7 Comments
Joined 2 years ago
cake
Cake day: June 9th, 2023

help-circle
  • For the multi-seating aspect, I’ve just set up something similar using something called a KVM Extender (I got this one). I have my PC set up in my office and another seat set up in my bedroom.

    The KVM essentially just transports HDMI and USB a long distance through an ethernet cable, so the bedroom monitor just appears as a second monitor. I’ve set up a keyboard combination to switch between enabled monitors so only one is turned on at once.

    Not sure how many seats you could push with this, since you would need a set of KVM extender boxes per seat with its own HDMI/Display and USB ports in the PC. Might be something to look into in case it fits!








  • I’m a professional and hobbyist C# .NET dev and I recently made the switch to a full Linux environment at home. I’ve gotten a great workflow setup with just VSCode and some extensions. I’ve actually found some ways to improve my workflow with VSCode vs Visual Studio and I’m glad I made the switch. The only thing I really miss is the phenomenal diagnostics and profiling I would get with a full Visual Studio install, but I’m getting used to using cli dotnet tools to replace that as well.

    If you’re going the VSCode route, feel free to ask me more questions on useful extensions or workflow tweaks!