Live data from Hacker News

Claude Code Cheat Sheet

cc.storyfox.cz

71–80 of 215 posts

Re: Claude Code Cheat Sheet

#73
post #20

Earlier quoted context omitted.

> Ctrl+P to print. Works on mobile too. There’s something funny about this statement on a description of a key bind cheat sheet. I can’t seem to find ctrl on my phone and I think it may be cmd+p on mac.

Technically you could use a keyboard with any modern phone, so it’s not “wrong”, it’s just… extremely unlikely anyone would ever do it.

True. I had an iPhone with a broken digitizer so I just plugged a USB keyboard and mouse into it and it worked great.

Re: Claude Code Cheat Sheet

#74
post #56

Wait, why do we need chat sheets for this like it's (gasp!) a programming language, tool or IDE? it's almost like if the thing is not intelligent at all and just another abstraction on top of what we already had.

This is your new programming language in 2026.

Re: Claude Code Cheat Sheet

#75

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

Yet all the people OpenAI bought out recently say Codex is “the future”

The bigger question is: does Anthropic have a big enough moat to matter?

I've used/use both, and find them pretty comparable, as far as the actual model backing the tool. That wasn't the case 9 months ago, but the world changes quickly.

Re: Claude Code Cheat Sheet

#76

Earlier quoted context omitted.

Let us perform a thought experiment. You do this. Many others, enthusiastic about both LLMs, and stocks/options, have similar ideas. Do these trading strategies interfere with each other? Does this group of people leveraging Claude for trading end up doing better in the market than those not? What are your benchmarks for success, say, a year into it? Do you have a specific edge in mind which you can leverage, that ot…

I've fully aware of this. If I thought there was any profit to be made, I would never mention it. Now what is important is developing techniques for detecting patterns as this can applied to research, science, and medicine.

do you have a public repo

Re: Claude Code Cheat Sheet

#78

Earlier quoted context omitted.

With Claude Code I created an agent that spawns 5 copies of itself branching git worktrees from main branch using subagents so no context leaks into their instructions. The agent will every 60 seconds analyze the performance of each of the copies which run for about 40 minutes answering the question "what would you do different?". After they finish the task, the parent will update the .claude/ files enhancing itself…

Let us perform a thought experiment. You do this. Many others, enthusiastic about both LLMs, and stocks/options, have similar ideas. Do these trading strategies interfere with each other? Does this group of people leveraging Claude for trading end up doing better in the market than those not? What are your benchmarks for success, say, a year into it? Do you have a specific edge in mind which you can leverage, that ot…

Casting aside the fact that any trading firm of any size or seriousness already has this dataset in 10 different flavors...

Re: Claude Code Cheat Sheet

#79
post #53
post #17

CMD + V to paste an image is wrong. On Mac it's the same as Windows, CTRL + V. You use CMD + V to paste text.

I thought it was CTRL SHIFT V. Is that Linux only? Ctrl V sends some kind of funky key combo.

Might depend on your terminal. On Konsole, I use C-v to paste images and C-S-v to paste text from my clipboard.

Re: Claude Code Cheat Sheet

#80

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

With Claude Code I created an agent that spawns 5 copies of itself branching git worktrees from main branch using subagents so no context leaks into their instructions. The agent will every 60 seconds analyze the performance of each of the copies which run for about 40 minutes answering the question "what would you do different?". After they finish the task, the parent will update the .claude/ files enhancing itself…

I'm curious. How does this coordination work? Do you have any notes that I can refer to?
Post reply on HN