HackerTrans
TopNewTrendsCommentsPastAskShowJobs

throwaway6977

no profile record

Submissions

Ask HN: Are you more quickly hitting Claude Code limits the past 48-96 hours?

6 points·by throwaway6977·há 4 meses·3 comments

comments

throwaway6977
·há 4 meses·discuss
I agree- I'm currently trying to learn how I can embed a fine tuned tiny model into my c++ game so it can provide a narrative in prose of certain game-event logs. It needs to be as tiny as possible so it doesn't take resources away from the running game.
throwaway6977
·há 4 meses·discuss
Sounds similar to buying a 3D printer hehe
throwaway6977
·há 6 meses·discuss
Chess on M series Macs has the same issue. Even level 1 is easily 2000+ Elo because of the same thing.
throwaway6977
·há 6 meses·discuss
GN is a well established, popular and independent consumer hardware reviewer that has only a few peers on par with them in the space. Hardly some "random tech influencer".
throwaway6977
·há 8 meses·discuss
There is mention of desktop applications in their getting-started docs; it seems well within the intention of the maintainers to me.

https://eliemichel.github.io/LearnWebGPU/introduction.html

> Yeah, why in the world would I use a web API to develop a desktop application?

> Glad you asked, the short answer is:

    Reasonable level of abstraction

    Good performance

    Cross-platform

    Standard enough

    Future-proof
throwaway6977
·há 8 meses·discuss
You can be your own AI provider.
throwaway6977
·há 10 meses·discuss
I just spent a lot of yesterday tweaking a docker image with xfce and vs code so I can just let codex go full access mode without too much worry in a throwaway sandbox. The agent runs similarly-namespace-constrained and without sudo. I think it's a relatively safe middleground- do you really think container escape is still a big deal here?

Finally getting this setup also allowed me to very quickly troubleshoot what was breaking my build in the codex cloud hosted container which obviously has even less risk attached.

Now I'm juggling and strategizing branches like coding is an RTS game... and it feels like a super power. It's almost like unlocking an undiscovered tech tree.