Live data from Hacker News

Viewing profile — joeyagreco

joeyagreco

HN member
Joined
Fri, Sep 23, 2022, 1:35 AM UTC
HN karma
133
Public activity
89 items

About joeyagreco

No profile information was provided.

Recent public activity

  1. comment
    Comment #49197764

    Getting a 408 :/

  2. comment
    Comment #49187868

    How is this curated? Don't see an explanation on the site.

  3. comment
    Comment #49174224

    So this is advertising as a secure npm?

  4. comment
    Comment #49174104

    > He replied with another malformed PGP-encrypted message

  5. comment
    Comment #49171638

    This leads me to believe it's NOT slop lol

  6. comment
    Comment #49114462

    Ann is 7 years old.

  7. comment
    Comment #49114398

    > ONE SCORE. INFINITE CLARITY. > Distance to AGI: 19.39 pts I don't think I've ever had less clarity lol

  8. comment
    Comment #49102959

    What am I supposed to do here?

  9. comment
    Comment #48097092

    > iPhone 5c > Apple TV Remote app > Apple's official iPhone and iPad app for controlling Apple TV. Pulled from the > App Store after Apple moved the remote into Control Center. lol…

  10. comment
    Comment #44968229

    Using how GPT-5 generates text within an image is a terrible way to test it. If you ask it to list all 50 states or all US presidents it does it no problem. Asking it to generate t…

  11. comment
    Comment #44608791

    If this were the case, wouldn't we see a new host instead of a complete cancellation?

  12. comment
    Comment #44502814

    On MacOS, I just have a single key associated with my top apps. cmd + shift + {key} takes me right there J = Chrome K = Terminal H = 1Password ... etc Hammerspoon setup: https://gi…

  13. comment
    Comment #44502739

    > Failed to search YouTube: 500 :(

  14. comment
    Comment #44405651

    Writing test boilerplate.

  15. comment
    Comment #44390402

    > an odd line the guy who ran on making public transportation free... is more popular with people that take public transportation...

  16. comment
    Comment #44373130

    I've used Starship for a few years with a pretty minimal config. https://github.com/joeyagreco/dotfiles/blob/main/.config/sta...

  17. comment
    Comment #44280181

    on computer, the difference between the 2 is negligible in my opinion, since either way you have to place the mouse at the start and then navigate to the finish with the only diffe…

  18. comment
    Comment #44202462

    What did you have in mind for viewing options?

  19. comment
    Comment #43908440

    Just had ChatGPT make this: https://ibb.co/pB4SPJBW

  20. comment
    Comment #43831880

    > the upcoming erasure of white collar jobs due to AI in the next few years https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5219933

  21. comment
    Comment #43792920

    The best way to do it! I have a file that sets my MacOS Defaults: https://github.com/joeyagreco/dotfiles/blob/main/.macos And a file to remap some keys: https://github.com/joeyagre…

  22. comment
    Comment #43721441

    In my opinion, this is the _only_ way to handle n-param functions in production code.

  23. comment
    Comment #43445427

    Review bombing is when many people dislike something.

  24. comment
    Comment #43411173

    > Failed to generate image. Please try again.

  25. comment
    Comment #43374822

    def add(a: int, b: int) -> int: return a + b is this surprising to you ?