Live data from Hacker News

Claude Code Cheat Sheet

cc.storyfox.cz

201–210 of 215 posts

Re: Claude Code Cheat Sheet

#202

Shocking how far ahead Claude Code is from Codex on the CLI front.

The Claude desktop app is way worse than the Codex desktop app

Even the AI itself is goofy. So many false positives during reviews immediately backtracked with "You're right, I'm sorry" in the next response.

It seems like there's either a paid pro-Anthropic PR campaign on HN because the comments fawning about it don't match my experience with Claude at all, or I keep getting the worse end of the A/B testing stick..

Re: Claude Code Cheat Sheet

#204

What does the "Session Picker" section refer to? Claude Code does not have a session picker, as far as I can tell.

They mean `/resume`. But the shortcuts are Ctrl+B to toggle branch, Ctrl+V to preview, and Ctrl+R to rename, at least on my machine.

Re: Claude Code Cheat Sheet

#205

Earlier quoted context omitted.

I tell people that too! It really is. You can actually program in english now, and you can run it interpreted and compiled. Most recent LLMs are almost reliable enough to just have them go at it. (Though I'd recommend sandboxing or ask-for-permissions just to be sure yet :-P )

Not quite - English might be the interface but knowing English isn't enough to understand what's happening, what to ask for, how to verify and guide the output.

Exactly, it's still programming.

Re: Claude Code Cheat Sheet

#207

Earlier quoted context omitted.

Comments like this should include how much $$$ you spend on tokens.

Yes, I would want to know this, too.

I have Claude Code Max $200 a month plan. I ran aggressively for 4 days and ran through 80% of Opus 4.6 for the week. I was also running it 16 hours a day. Today and tomorrow I will wait until 5pm PST because they have a 50% special to run with the remaining tokens.

The problem was testing it against 5 websites at a time after every change to instructions to ensure there wasn't any regressions. The orchestrator agent tracks all token expenditure and would update its own instructions to optimize.

Re: Claude Code Cheat Sheet

#208

I recently switched from the CC terminal to the CC VS Code extension, and I like it better.

It seems like it’s chronically behind though. One example, last I checked /btw only worked via CLI.

that's why I ultimately ended with CC terminal in VSCode. best of both worlds for me

Re: Claude Code Cheat Sheet

#210

Earlier quoted context omitted.

> it's a text based env yet sometimes feel like running windows 95 on 386dx They use nodejs and React. Yes, for real. https://xcancel.com/trq212/status/2014051501786931427

Claude Code uses Bun. Anthropic acquired Bun in December. Bun is an alternative node runtime.

Apologies, the nodejs comment above therefore is wrong. I don't seem to be able to edit it anymore.
Post reply on HN