• 0 Posts
  • 24 Comments
Joined 2 years ago
cake
Cake day: June 27th, 2023

help-circle



  • It’s very obvious to me that Microsoft wants to ditch on-prem Windows Workstations and even Servers. There is no Office after 2025 for Windows Server anymore. There is no Windows Server after 2022. There is only Windows 10 or 11 in Azure HCI for Enterprise users.

    The strategy for Workstations is not yet clear to me, but all products around Windows turn into SaaS.

    Learn to use Linux. It’s the only way to have your hardware under your control. Fuck Office… get rid of this piece of shit of software now.


  • Of course, it’s better to use some frameworks for logging, especially because these verbose statements are often needed for assertions while unit testing the code. But it’s still equivalent to printf.

    I use debugger sometimes. I actually like to load core dumps to take a look at the stack trace. But I usually don’t really need debugger interactively because when some error appears, I usually already have an idea what happened. And lots of embedded code needs timing in milliseconds, so debuggers won’t help.








  • The only case where I’d use a virus scanner is when I’d host a file server for Windows systems.

    Btw, ClamAV is slow and generally awful. It has many false positives that you get spammed all the time. There are also cases where it doesn’t really find the virus (false negatives). It’s also buggy and it’s not a good sign for security product.

    I’d still recommend Linux, if you want to be safe. Windows has never been designed with security in mind. It’s not even a proper multiuser system.