I can run Neovim on my phone via Termux. I can run Neovim over SSH. I can run Neovim in tmux. That’s not possible with VSCode.
I can run Neovim on my phone via Termux. I can run Neovim over SSH. I can run Neovim in tmux. That’s not possible with VSCode.
Mint where?
NixOS and your family is always welcome to come over and your family is always welcome to come over for the weekend and friends are in my life and your dad will have a few minutes to be there by noon or something else but I’m not the one who is going for the weekend
Nix has flakes; nix run
can contain pretty much all of the needed dependencies. If that’s not enough, you can set up an entire container as a module.
Yep, parentheses force {}
to be interpreted as an expression rather than a block — same reason why IIFEs have !function
instead of just function
.
The inspector REPL evaluates as a statement-with-value (like eval
), so the {}
at the beginning is considered an empty block, not an object. This leaves +[]
, which is 0. I don’t know what would make Node differ, however.
Edit: Tested it myself. It seems Node prefers evaluating this as an expression when it can, but explicitly using eval
gives the inspector behavior:
Flaked NixOS unstable
I’m blind, sorry
No NixOS?
A MONAD IS A MONOID IN THE CATEGORY OF ENDOFUNCTORS
There’s thefuck
, but it hasn’t given me good suggestions.
MacOS has two files per file, so the extras need to be stored somewhere.
tips arch (btw)
People here really hate our distro for some reason. Isn’t it just Arch with extra steps (and all the configs in one file)? Everyone likes Arch! The definition of Arch is extra steps!
It’s useful to hide clutter. It’s easier to look at the file you care about when the file~
, file.old
, .file.swp
, file#
, file,v
, etc. aren’t in the way.
It’s a joke (afaik), cat only works for stuff like tar archives. Can’t figure out what to use for text files though.
Gotta be verbs — Destroy Data.
NixOS — odds are it won’t work, but when it does it’ll probably stay working.
I have serve-web running as a service, but that only works well on desktop screen layouts — from my experience, it runs terribly on mobile. However, even then, my tab layout isn’t synced between devices. My tmux saves all of my open projects, so I could throw my phone in a woodchipper at any moment, pull out my laptop, and be exactly where I left off. Good luck doing that with vscode.