• 1 Post
  • 369 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle







  • You are probably underestimating your abilities.
    People that worry about overestimating their skills mostly underestimate their skills.

    If someone says they are “good” at something, I take it to mean competency and some enthusiasm.
    They might make a mistake, but they won’t (or at least will rarely) make it twice.
    They know how to find the solution to something within that domain of knowledge. It might not be the best solution, but it will be a solution that works.
    They are also aware of what they don’t know in within the domain. So, they can do C++ but know they can’t do embedded programming. Or they can do C#, but know they can’t do game dev.

    And I would take them at their word for that, until they prove otherwise.
    If they are below where they claim their skill is, I would try to help them learn (unless they show no interest in improving).
    If they are above where they claim, I would tell them this.

    It’s always hard to judge our own skills.



  • And it CAN fix all your problems. But that doesn’t mean you don’t have to fix the problems yourself.
    Which is often more than I can deal with. Thankfully - so far at least - all my problems are problems other people have encountered and have documented (and - in many cases - contributed to various projects to get the fix to more people)










  • Proxmox is a great place to start. It has a nice web ui, it’s easy to install, and has loads of useful features for running VMs.
    You can easily run windows or whatever Linux VMs you want.

    Before spending big money on a beefy server that may or may-not do what you want, I’d suggest buying a cheap NUC (intel N100 nucs are cheap, and have an iGPU).
    Then you can follow one of the many tutorials out there about Proxmox, Windows and GPU pass through.
    Once you have a windows VM working, you can play around with remote desktop stuff, and see if it is responsive/suitable - things like Apache Guacamole or Rust Desk can make for a very nice end user experience with a bit of extra upfront config.

    If remote desktop stuff isn’t working for you, you could try buying some used Crestron NVX from eBay. Can’t remember the exact model, but they are about £160.
    They have very little latency, but they will saturate 1gbe so need a home-run to the same switch (or 10gbps+ trunk links between switches).

    Once all that is feeling good, think about other services you want and get them running on the (starting to get overloaded) n100 nuc.

    When you have everything feeling good, then you can invest in a beefy machine with all the bells and whistles.
    Considering the n100 is for learning, with the idea of rebuilding the entire server: document what you do!
    There will be lots of trial and error along the way, and you will mess things up. So make sure you take lots of notes about what you do to configure things, and take snapshots of VMs before you start tinkering with them.