• 0 Posts
  • 9 Comments
Joined 1 year ago
cake
Cake day: July 27th, 2023

help-circle

  • Any stock based investment is more risky for short-term saving as there is no guarantees of returns and potential drops in value. For long term savings, the dips can be waited out and on average have historically gotten good return over the long run. For shorter term savings you could consider fixed income like CDs. While the rates are lower, they are guaranteed so you will have your money when you need it






  • As others mentioned it would to know what you plan to use the workspace for.

    If it’s general configuration management and coding (text editing) an alternative to something like guacamole/rdp/vnc would be to use VsCode remotely over SSH. This lets you run code’s UI on a local machine but open and operate on remote files with little overhead. The other option is always ssh + tmux + vim, which is really lightweight, but probably harder to learn.

    While remote desktop solutions work (like guacamole) they can introduce a fair amount of input latency which can be awkward.