Need to look like a rockstar programmer? There's an Emacs package for that: https://github.com/tarsius/magit-rockstar/blob/master/magit-rockstar.el#L25 (with a genuinely useful purpose!)
miniblog.
Related Posts
I'm trying mini projects to exercise my new programming language and find gaps.
So far I've done fizzbuzz, JSON parsing, and a crude scheme interpreter.
Any ideas for additional projects? They need to be well scoped because I keep finding e.g. stdlib crashes.
Playing with Hermes Agent and it's the first agentic tool where I feel I need to *justify* my changes. It's updating its notes over time.
W: Split those two jobs, they're completely unrelated.
H: Done. I also updated the skill to note that unrelated topics should be split.
It's confusing how 'REPL' refers to two different UIs:
A CLI like IPython or Julia, where things like multiline editing and syntax highlighting need careful implementation.
An editor protocol like SLIME or CIDER where multiline editing is a total non-issue.