• 0 Posts
  • 36 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle
  • Check with your employer if they will help with your continued education somehow. My employer, for example, will reimburse some tuition costs if you get a degree while working there.

    As a nurse you can continue up to and including a PhD. Or you can go to medical school and become an MD. There are many options. Try to find a few that sound interesting and learn more about them.

    If you feel you have unused potential, maybe making a change in your career is just what you need. Even if you just look into what it would take, it could put things in perspective for you.








  • Excellent point. I had forgotten about this. I work for a non profit so I’m ok, but yes you should absolutely check the terms of the license before using. On the upside, almost everything is markdown files in regular folders, so you can fall back to vim anytime.


  • I don’t know if this will work for you, and I’m not sure if you’re only looking for TUI editors, but Obsidian has vi key bindings and a lot of plugins.

    Disclaimer: I have not tried the vi key bindings in Obsidian.

    Another one I use is vscode. It has a ton of markdown plugins and vi key bindings. It also has a nice preview window.



  • Git is a distributed VCS just like fossil. GitHub never has been an integral part of it; it’s just the most popular hosting option. This is like saying you’re glad you’re using Firefox because everyone complaining that Twitter is down is using Chrome.

    Even if you do just GitHub for hosting you can, on account of it being distributed, still work and commit code.

    What is more disruptive is that so much code is hosted on GitHub that even if you’re not yourself hosting anything there, you risk almost all your dependencies being unavailable to your build pipelines. If you didn’t have a cache set up, you’re gonna have a bad time.

    Too much of their process it’s tied in with GitHub. That’s what people are complaining about.