Inspired by tools like Grafana that I just discovered, what other cool open source tooling do you use?
Primary code editor: helix
Graphical debugger and certain IDE features: vscodium
Lots of open source language servers: clangd, rust-analyzer, perl-navigator, …
Makefile to compile-comands.json: bear
TUI file manager: yazi
Better Grep:ripgrep
Debugger: gdb(gnu debugger)
Always tried to try neovim but felt kinda overwhelmed since I was always a jetbrains/vscode kind of guy. Never knew there were pre-configured setups. I’ll give this one a try, thanks!
Edit: and I’ve just seen it supports Vue, fucking great
LunarVim is great but I really think its better to make your own config and spend the initial investment of getting that set up.
You’ll understand the editor better and because of that can configure it to exactly how you want, and integrate things you regularly use into it (such as plugin features and bash functions) and also learn some Lua along the way
Not exactly programming but recently discovered Logseq and I’m absolutely loving it. Been using it for work but I kinda want to start using it for personal stuff too.
I use Logseq for everything. I’ve found the more you throw into it the more useful it becomes since your touch points are so frequent and that gets you thinking through and exploring your graph more. I’ve yet to use any of the data query features but I’ve heard they’re incredibly powerful.
Whiteboards are just a fantastic way for modeling a topic or themes you know you want to turn into a deliverable when the how is uncertain.
Several from here https://github.com/awesome-selfhosted/awesome-selfhosted and here https://github.com/awesome-foss/awesome-sysadmin
The most recent one was vikunja to manage to-do’s without cluttering my calendar.
GNU Emacs!
Still climbing that learning curve after decades now, and the payoffs keep building.
It’s a real programmers’ environment. One you code to grow and mold to your needs.
It really is amazing for programming. I gave VS Code(ium) a chance as I hadnt used it in a while, and it feels like a frustrating black box compared to Emacs.
My favorite feature is Emacs being entirely self documenting, it makes it SO much easier to troubleshoot issues, make refinements, or just understand what’s going on in your environment.
Orginally I used Doom Emacs, but, although being wonderful to work in, wasn’t as easily understandable to me. I recommend anyone wanting to start an vanilla Emacs config starts here.
Exemplary youtube playlist by System Crafters that makes creating your emacs config from scratch not only more palatable, but arguably trivial. (At least up to the point he goes in the series).