• 0 Posts
  • 25 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.









  • folekaule@lemmy.worldtoProgrammer Humor@lemmy.mlOld timers know
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    3 months ago

    It depends. I’ve done it a few different ways:

    • YOLO: especially with thugs like PHP you only affect one page at a time and with low traffic the odds of a problem is small
    • Maintenance page: temporarily show a page. Some servers like IIS have this built in. Otherwise it’s a simple update to httpd conf
    • In a cluster environment, just take the node you’re updating out of rotation, and only update one node at a time.
    • Copy and switch like you suggested. Can be combined with any of the above and is a smart move if upload is slow or can be interrupted, or it’s cumbersome to restore the old files

    Edit: spelling




  • Since unity is c# I think maybe you phrased that opposite of what you meant?

    Anyway, I work in an enterprise environment. We use both Java and .Net, and it largely depends on which group you’re in. Neither Java nor .Net is going away anytime soon.

    You really don’t get to stick with just one thing in a developer career. Learn a little of everything, especially multiple paradigms, and specialize in a few related to the business you work for.

    A key skill is adaptability, learning as you go. If you make yourself too specialized, you’ll set yourself up for being laid off when your skills become obsolete. I have interviewed a few older IT people in that situation, only a few years from retirement.