HackerTrans
TopNewTrendsCommentsPastAskShowJobs

phelm

no profile record

comments

phelm
·18 days ago·discuss
What % of people reading that will know to not take it at face value? Of HN people yes very high, of the people living in my country I'd guess pretty low. The "AI responses may include mistakes" disclaimer is only shown when you expand
phelm
·last month·discuss
A demo https://codepen.io/editor/phelm/pen/019e87f5-dfec-7372-9849-...
phelm
·4 months ago·discuss
This is awesome, it would be great to cross reference some intelligence benchmarks so that I can understand the trade off between RAM consumption, token rate and how good the model is
phelm
·5 months ago·discuss
could you just add "!.gitkeep" to .gitignore?
phelm
·6 months ago·discuss
Heres the chat https://chatgpt.com/share/696ac45b-70d8-8003-9ca4-320151e081...
phelm
·6 months ago·discuss
This looks great, i've been wanting a dev sandbox that doesn't run the risk of costing a lot if I forget to turn it off.

I had a few issues

1. manpath: can't set the locale; make sure $LC_* and $LANG are correct

suspect this is due to it inheriting locale from my local machine? easy to get around with some updates to .bashrc

2. the $SHELL environment in my sprite is `/opt/homebrew/bin/fish` I use fish on my local (mac + homebrew) machine and it seems to have inherited from my local machine, its nice to be using fish in the sprite, but seems weird that $SHELL in the sprite points to non-existent path. Slightly concerning that a local env var is being transferred to a remote machine without my explicit permission, I have some sensitive env vars locally.
phelm
·7 months ago·discuss
More detail in the React Blog post here https://react.dev/blog/2025/12/03/critical-security-vulnerab...
phelm
·last year·discuss
See also https://smudge.ai/blog/ratelimit-algorithms
phelm
·last year·discuss
I love this, could you add a licence for the cli code?