Live data from Hacker News

Viewing profile — healeycodes

healeycodes

HN member
Joined
Fri, Jan 12, 2018, 2:20 PM UTC
HN karma
695
Public activity
89 items

About healeycodes

I write about software @ https://healeycodes.com

My email is on my home page at the bottom.

Recent public activity

  1. comment
    Comment #49151588

    Cool! I kinda feel like these should be built-in. But this looks useful for closing the DX gap here.

  2. 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 …

  3. comment
    Comment #49151517

    Author here. I find try/finally verbose and vulnerable to mistakes. For me, it adds "function noise".

  4. story
  5. 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…

  6. story
  7. 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…

  8. 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…

  9. story
  10. story
  11. story
  12. story
  13. story
  14. comment
    Comment #44929584

    Author here, one of the fastest improvements I've seen is @cloud11665's idea here: https://x.com/cloud11665/status/1955958965046595699

  15. story
  16. story
  17. story
  18. story
  19. story
  20. 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.…

  21. story
  22. story
  23. story
  24. story
  25. story