Viewing profile — joeyagreco
joeyagreco
HN member- Joined
- Fri, Sep 23, 2022, 1:35 AM UTC
- HN karma
- 133
- Public activity
- 89 items
- HN profile
- View on Hacker News ↗
About joeyagreco
No profile information was provided.
Recent public activity
-
comment
Comment #49197764
Getting a 408 :/
-
comment
Comment #49187868
How is this curated? Don't see an explanation on the site.
-
comment
Comment #49174224
So this is advertising as a secure npm?
-
comment
Comment #49174104
> He replied with another malformed PGP-encrypted message
-
comment
Comment #49171638
This leads me to believe it's NOT slop lol
-
comment
Comment #49114462
Ann is 7 years old.
-
comment
Comment #49114398
> ONE SCORE. INFINITE CLARITY. > Distance to AGI: 19.39 pts I don't think I've ever had less clarity lol
-
comment
Comment #49102959
What am I supposed to do here?
-
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…
-
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…
-
comment
Comment #44608791
If this were the case, wouldn't we see a new host instead of a complete cancellation?
-
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…
-
comment
Comment #44502739
> Failed to search YouTube: 500 :(
-
comment
Comment #44405651
Writing test boilerplate.
-
comment
Comment #44390402
> an odd line the guy who ran on making public transportation free... is more popular with people that take public transportation...
-
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...
-
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…
-
comment
Comment #44202462
What did you have in mind for viewing options?
-
comment
Comment #43908440
Just had ChatGPT make this: https://ibb.co/pB4SPJBW
-
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
-
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…
-
comment
Comment #43721441
In my opinion, this is the _only_ way to handle n-param functions in production code.
-
comment
Comment #43445427
Review bombing is when many people dislike something.
-
comment
Comment #43411173
> Failed to generate image. Please try again.
-
comment
Comment #43374822
def add(a: int, b: int) -> int: return a + b is this surprising to you ?