• 9 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle

  • Hey in case you haven’t got anything yet, I’ll throw in my few cents.

    Mic wise, I would get a dedicated microphone. When buying a headset usually the money goes into the headphones and the mic is just an add-on. I have a mic that requires an actual audio interface to run but I’d get something like a blue yeti or a Audio Technica AT2020 (USB). If you want something clip on I’d look at the mod-mic, maybe a little pricey though.

    Headphones wise, I can only really talk about what I use for gaming which is a pair of Beyerdynamic DT770s. They are closed back but are really nice all the same. A friend has a pair of DT990s which are open back so that may be more your thing.

    Hope that helps.




















  • Interesting question. Personally, I started with a text editor transitioned to vim, then to VSCode and now I’ve settled on a customised neovim install.

    I’m a believer of PDE, that is personal development environment. It’s a concept one of the Devs of Neovim TJDeVries talks about.

    In essence it’s the idea of building your development environment how you want it. Personally, Neovim allows me to do this. For example, I have a VSCode style debugger, incredibly fast searching with ripgrep, vim keyboard shortcuts and uses the same language servers as jetbrains products.

    Here’s a link to his full conversation on the topic: https://youtu.be/QMVIJhC9Veg

    Stay awesome!