Live data from Hacker News

Viewing profile — gcmeplz

gcmeplz

HN member
Joined
Fri, Oct 05, 2018, 3:02 AM UTC
HN karma
325
Public activity
64 items

About gcmeplz

personal site: https://will-keleher.com/

Recent public activity

  1. comment
    Comment #49039506

    Agreed that it (used to be) less common. AP style (like the article mentioned) uses spaced em dashes, and I think that style of spaced em dashes are more common in writing today be…

  2. comment
    Comment #48095882

    yeah, I immediately came to the comment section to look for inlay hints, and your comment is the only one that mentions them. I guess many people might not be aware that they're a …

  3. comment
    Comment #48001923

    Nice! It's great to confirm that it can in fact do it, and it's interesting that even with the clear guidance from an expert it took a few tries. https://genai-showdown.specr.net/ …

  4. comment
    Comment #47992168

    Your example doesn’t quite work btw! It removes two legs rather than just one. It’s possible for sure, but it really doesn’t match most people’s intuitions for what these models sh…

  5. comment
    Comment #47544509

    Non-consumer printers are also pretty good! I used to teach 120 students, so printing out materials for all of them for a week would sometimes be 1,000+ pages. 500 pages? I can't p…

  6. story
  7. comment
    Comment #44081900

    The types look great on remeda, but one thing that looks intriguing about SuperUtilsPlus is the focus on being tree-shakeable. Lodash's lack of tree-shake-ability is a drawback to …

  8. story
  9. comment
    Comment #43916725

    State-based ACT scores are also highly influenced by who takes the ACT. If more students choose to take the ACT, the scores might go down even it's because your education system is…

  10. comment
    Comment #43717632

    I write a lot of JS/TS for my day job, so zx ( https://github.com/google/zx ) has been a nice tool for bash scripts that start getting a little too complex.

  11. story
  12. comment
    Comment #43483693

    Should probably say "most engineers I've worked with," but I think that's mostly a testament to the git workflows where I've worked (lots of small commits and short-lived branches)…

  13. comment
    Comment #43483654

    > Nowadays I instead just clone a repo to a ramdisk, purge the .git folder and then rsync it to my hoarded stash of git repos. You're probably already doing this, but if you do a s…

  14. story
  15. comment
    Comment #43413657

    locate is nice, but I think that on most distros its index is only updated once/day (unless you adjust the cron job that updates it more often). Most of the times I'm trying to fin…

  16. comment
    Comment #42358342

    I love the look of `just` and have been meaning to try it out, but this feels like one of those examples where Make's dependency management shines—it lets you specify that many of …

  17. story
  18. comment
    Comment #36114719

    I think sometimes "clever" is just a term for bad code that you don't like. The clever-code react example doesn't seem like a good example of clever code to me—it just seems awful!…

  19. comment
    Comment #34156832

    Could you link to some examples of your cards? Your usage sounds cool, but I have a hard time picturing what cards I'd actually want to make.

  20. story
  21. comment
    Comment #33849636

    Absolutely bonkers. It can even ^C its way out of loops. > while true; sleep 1; echo "yay"; done > yay > yay > yay > yay > yay > ^C

  22. comment
    Comment #33849517

    I feel like that also describes 99% of the thinking that I do.

  23. story
  24. story
  25. story