• 0 Posts
  • 5 Comments
Joined 9 months ago
cake
Cake day: October 17th, 2023

help-circle


  • Showing interest in tech or programming was always the number one hiring criteria for me.

    IT is so a fast changing job that you want to keep up just with your job alone, so if your company wants innovation they need people that do stuff like this in their free time.

    This doubly applies for people fresh out of school, cause honestly you don’t learn nearly enough to do the job there. So every little extra gives you a lead against your concurrence.



  • Your DE won’t use that much cpu no matter which you use.

    As long as you want to run out of ram you should be fine.

    But imo it’s a bad idea to mix a server os with a normal desktop use.

    How about using proxmox and having a vm just for desktop use, like this you could also just pause all the resources easily when you’re not using your desktop computer. Personally i would have a debian stable and a proxomx vm and just enable the proxmox vm whenever I need it.

    If your not scared of scripting you could also unsuspend the vm via a keyboard listener. (for example trigger unsuspend when key f3 is pressed. This would be doable with evtest and qm resume )

    Or if you don’t want to use a vm you could also disable the autostart of the DE and start it via shell when you really need it.