Tacking onto this comment as another thumbs up for vaultwarden. "incredibly reliable" is exactly the way to describe it, in the world of tech headaches the password manager is the last thing you want to be worrying…
Now a days the major performance difference between languages is memory handling and allocation. Microsoft has been making major moves in how c# gets compiled (AOT/JIT/Native). This is a concurrent effort to…
Pretty much correct from a historical sense. On top of this recent advancements in .net have lead to native AOT. Something to look into.
https://stackoverflow.com/questions/3202464/garbage-collecti... Extrapolating it to a larger sense, this SO thread explains it a little bit. The GC since the top answer has changed quite a bit; I'd read about the…
>And I had a heck of a time getting a config that allows each contained thing to see the others Use a utility container to learn some of the network/options of docker. The network-multitool[1] container is a good one I…
Tacking onto this comment as another thumbs up for vaultwarden. "incredibly reliable" is exactly the way to describe it, in the world of tech headaches the password manager is the last thing you want to be worrying…
Now a days the major performance difference between languages is memory handling and allocation. Microsoft has been making major moves in how c# gets compiled (AOT/JIT/Native). This is a concurrent effort to…
Pretty much correct from a historical sense. On top of this recent advancements in .net have lead to native AOT. Something to look into.
https://stackoverflow.com/questions/3202464/garbage-collecti... Extrapolating it to a larger sense, this SO thread explains it a little bit. The GC since the top answer has changed quite a bit; I'd read about the…
>And I had a heck of a time getting a config that allows each contained thing to see the others Use a utility container to learn some of the network/options of docker. The network-multitool[1] container is a good one I…