Viewing profile — healeycodes
healeycodes
HN member- Joined
- Fri, Jan 12, 2018, 2:20 PM UTC
- HN karma
- 695
- Public activity
- 89 items
- HN profile
- View on Hacker News ↗
About healeycodes
My email is on my home page at the bottom.
Recent public activity
-
comment
Comment #49151588
Cool! I kinda feel like these should be built-in. But this looks useful for closing the DX gap here.
-
comment
Comment #49151570
Reasonably? Yes. Could probably be made to work well. $ bat 2.ts ─────────────── 1 │ function one() { 2 │ let x = 1; 3 │ defer (() => { throw new Error("thrown from one!"); })() 4 …
-
comment
Comment #49151517
Author here. I find try/finally verbose and vulnerable to mistakes. For me, it adds "function noise".
- story
-
comment
Comment #48695306
You're right that my post's algo does not handle this case (it's more of a toy to explain the basic cases). > When I read Allan and Kennedy my impression was that vectorising arbit…
- story
-
comment
Comment #47412143
Editing the current line works because I brought in https://man7.org/linux/man-pages/man3/readline.3.html towards the end so I could support editing, tab completion, and history. I…
-
comment
Comment #47411255
Author here, and yeah, I agree. I skipped writing a parser altogether and just split on whitespace and `|` so that I could get to the interesting bits. For side-projects, I have to…
- story
- story
- story
- story
- story
-
comment
Comment #44929584
Author here, one of the fastest improvements I've seen is @cloud11665's idea here: https://x.com/cloud11665/status/1955958965046595699
- story
- story
- story
- story
- story
-
story
Show HN: Queuedle – Daily word-sliding puzzle inspired by Wordle and Scrabble
Hey HN! Queuedle is a daily word-sliding puzzle that I play with my friends. It combines the positional gameplay of Scrabble with the daily puzzle and discovery elements of Wordle.…
- story
- story
- story
- story
- story