HN user

tocariimaa

30 karma
Posts2
Comments16
View on HN
Grok 4.3 3 months ago

Why do Americans love to bring black people into everything?

Always when an article of this author gets posted on HN there's a Rust fanatic saying how his code does not work and how wrong he is for committing the sin of using C in current year.

vim has 2 implementations of slime.

Which are both buggy and one of them is abandoned.

Lem is a new editor written in Common Lisp that has slime "built-in".

"Lem" is not (neo)vim, has Emacs RSI bindings and even if by some chance it included some "vi mode", it would simply be an emulation, not an actual vi editor. Same issue with Emacs using "evil mode".

I have this script:

  #!/bin/sh
  set -e
  curl "https://adventofcode.com/${YEAR:?}/day/${DAY:?}/input" --cookie "session=$(cat .token)"
then: YEAR=2024 DAY=1 ./aocdata