8
rocktim
4y

Things i have changed during this quarantine :

1. Switched to yarn from npm
2. Started using vim as default code editor.
4. added Ubuntu Subsystem
3. Picked Firefox .ditched chrome.

Do you have any new changes?

Comments
  • 1
    Found typora, it feels great to know I have wrote the syntax correctly w/o "previewing" each 15 secs.
  • 1
    @melezorus34 great. ill look it up. For general typos and grammar mistakes in browser I use Grammerly extension.
  • 4
    Started using typescript.
    Switched from Vue to svelte.
    Learned Rust.
    Learned postgres.

    This quarantine is being great for learning new stuff.
  • 3
    5. Order of numbers 3 and 4
  • 1
    @neeno yes indeed. I am switching to ts too.
  • 1
    @electrineer chill my guy. I can't do anything now . Just go with it
  • 4
    @rocktim that's just another thing you changed during quarantine
  • 1
    Ditched Chrome for Brave
    Started learning Go
  • 0
    So why did you switch from yarn to npm?
  • 0
    No was already using Firefox (and yarn) 😉
  • 0
    Started using vim and playing CTFs...
  • 1
    Doesn't have much to do with the covid stuff but i finally ditched VSCodium for NetBeans again!

    Oh, and i regularly started to use Tutanota's end-to-end encrypted calendar :)
  • 3
    @kescherRant it works way way faster, with the downside of using a different lock format, and more-gyp dependent builds fails sometimes.

    You can still use use npm for publishes and yarn for your own interests.

    Pnpm is where it’s at though, it symlinks packages in node_modules so you don’t spends thousands of gigabytes on node packages... WHICH IS HOW NPM SHOULD WORK IN THE FUCKING FIRST PLACE!!!!!
  • 0
    @kescherRant I meant to say node-gyp, not more-gyp
  • 1
    @jesustricks Yup, pnpm is neat.
Add Comment