

I use a foldable cone, and a dual voltage kettle. I’m thinking of adding a vial of electrolytes and minerals to add to distilled water. Many places I travel have absolutely terrible water, and water makes a big difference!
I use a foldable cone, and a dual voltage kettle. I’m thinking of adding a vial of electrolytes and minerals to add to distilled water. Many places I travel have absolutely terrible water, and water makes a big difference!
I wouldn’t complain about using VSCode if the team i was on primarily used it (a la Typescript). But yeah, I’m glad I am more independent… And not doing web dev.
I honestly was persuaded to start using neovim (again) because of theprimegean. I don’t like his content, but I was so tired of VS Code being so fucking slow and not part of the terminal. I used vim a lot, but with too many plugins it slows to a crawl. So when theprimegean talked about neovim, I was like great, yeah, I should try that. And then a few videos later I blocked his chanel because, yeah, it’s not great.
Uh… Have you tried Fish? Or even a modern ZSH? Like oh my ZSH?
I guess I don’t want notepad tools. But I can set my key bindings in ZSH to vi bindings and do things like:
$ cat <<EOF | sparql --data=some.ttl --query=/dev/stdin SELECT ?s ?p ?o WHERE { ?s ?p ?o . } LIMIT 10 EOF
And that gives me a real basic text editor. Granted with syntax highlighting on, it thinks I’m trying to do ZSH scripts. But if you needed a ZSH script it would be perfect.
Second, tab works great for auto complete, it even suggests stuff (as long as you have that enabled, or the command supports it. Some clis do not have support for auto complete, but the shell does)
Modern shells are pretty fucking awesome.