Viewing profile — zachrip
zachrip
HN member- Joined
- Tue, Aug 01, 2017, 8:19 AM UTC
- HN karma
- 1,775
- Public activity
- 228 items
- HN profile
- View on Hacker News ↗
About zachrip
No profile information was provided.
Recent public activity
-
story
Show HN: Claude Bucks – a wallet for your AI agent
Hey all, I thought of this idea today: it would be pretty fun if claude could accrue currency and then spend this currency at a cosmetics shop on its own. The twist: the amount of …
-
comment
Comment #48029794
Local models exist as part of the solution to privacy invasion. Not saying google has never been nefarious, but the whole point of local models is that your data doesn't leave your…
-
comment
Comment #47767636
I think the accessibility checks only take into account the text color, not the actual real world readability of given text which in this case is impossible to read because of the …
-
comment
Comment #47750707
Where did they say the prompt cache is shortened?
-
comment
Comment #47593823
That is a way to approximate it, though I'd be curious to know the semantics compared to xhr - would they both show the same value at the same network lifecycle of a given byte?
-
comment
Comment #47588281
Fetch has also lacked support for features that xhr has had for over a decade now. For example upload progress. It's slowly catching up though, upload progress is the only thing I'…
-
comment
Comment #47315347
This is a pretty widely known acronym
-
comment
Comment #47167183
Oauth with mcp is more than just traditional oauth. It allows dynamic client registration among other things, so any mcp client can connect to any mcp server without the developers…
-
comment
Comment #47078374
Can you clarify what you mean?
-
comment
Comment #46977220
I actually think the title is misleading. I'm not sure actual existing deployments are affected? Seemingly just new ones are not working?
-
comment
Comment #46977212
I've been using railway a while now, and I've basically never paid them but I would. It's even better than heroku. Super easy to use.
-
comment
Comment #46899297
Is the code in the eval also turned into wasm first then? Does this work as a JIT for wasm?
-
comment
Comment #46873992
Would like to see the eval version - the dialogue version just seems like normal code with extra steps?
-
comment
Comment #46366493
Can you give a real world example?
-
comment
Comment #45891317
64 bit ints are a thing in JS for a while now
-
comment
Comment #45753742
Why do they obfuscate if they're just going to provide the mappings?
-
comment
Comment #45722576
I'm low vision and I have to zoom to 175% on HN to read comfortably, this is basically the only site I do to this extreme.
-
comment
Comment #45708690
They're also working on mRNA treatments, there is the LUNA study currently underway. Unfortunately I have a rare variant that isn't covered by this treatment. I'm hopeful but alas …
-
comment
Comment #45702088
I was prescribed vit a palmitate, lutein, and DHA. The vit prescribed was a high dose, like 10k iu per day. I cut back on that dose, I'm going blind but I also need to consider my …
-
comment
Comment #45661592
Heroku's pricing model made me shy away even from using them for small stuff. Why get comfortable on a stack that disincentivizes success?
-
comment
Comment #45489407
They did mention their adhd diagnosis..
-
comment
Comment #45480981
The worst part is that I pay for the privilege!
-
comment
Comment #45480904
Gmail is dogsh*t at search. It's so bad. I can search the EXACT word I want and not a single email will come up, or it will bring up the most irrelevant emails.
-
comment
Comment #45300333
When I found out I am going blind, I traveled around Europe solo for a summer and I found myself at La Sagrada Familia...once inside I almost cried because the light was so beautif…
-
comment
Comment #45275554
Packages are not auto updated if you have a package-lock. Agreed that post-install, left-pad, etc have been overall problematic tho.