HackerTrans
トップ新着トレンドコメント過去質問紹介求人

aiibe

no profile record

投稿

Show HN: DeskTab – See the browser tabs like apps on a phone home screen

2 ポイント·投稿者 aiibe·5 か月前·0 コメント

Show HN: I Built a Simple Bill Splitter – No Data Sent, No Sign-Ups Needed

billburst.vercel.app
5 ポイント·投稿者 aiibe·2 年前·0 コメント

コメント

aiibe
·先月·議論
Cool game
aiibe
·8 か月前·議論
Quirks are pretty much unavoidable. I tend to get better results using Codex. It sticks to established patterns. Slow, but more deliberate. Claude focuses more on speed.
aiibe
·8 か月前·議論
That kind of repetitive process belongs in a script, rather than baked into markdown prompts. Claude has custom hooks for that.
aiibe
·8 か月前·議論
A well-documented codebase lets both developers and agentic models locate relevant code easily. If you treat the model like a teammate, extra docs for LLMs are unnecessary. IMHO. In frontend work, code moves quickly.
aiibe
·8 か月前·議論
I’m definitely interested in reducing token usage techniques. But with one session one problem I’ve never hit a context limit yet, especially when the problem is small and clearly defined using divide-and-conquer. Also, agentic models are improving at tool use and should require fewer tokens. I’ll take as many iterations as needed to ensure the code is correct.
aiibe
·8 か月前·議論
Writing and updating CLAUDE.md or AGENTS.md feels like pointless to me. Humans are the real audience for documentation. The code changes too fast, and LLMs are stateless anyway. What’s been working is just letting the LLM explore the relevant part of the code to acquire the context, defining the problem or feature, and asking for a couple of ways to tackle it. All in a one short prompt. That usually gets me solid options to pick and build it out. And always do, one session for one problem. This is my lazy approach to getting useful help from an LLM.
aiibe
·8 か月前·議論
Let cc/codex do research by themselves. I usually ask claude to scan codebase about specific part for context, describe my issue or feature then ask it to suggest solutions. Example : Study <subject>, I want to <fix/add feature>. What do you suggest ? From there, I have 2-3 different strategies options. Pick one, refine then implement.
aiibe
·昨年·議論
Svg Tailwind combo makes hover animations easy and fun.
aiibe
·2 年前·議論
Another good alternative. Archived but still in use at work. https://github.com/nadeesha/ts-prune