Shocking how far ahead Claude Code is from Codex on the CLI front.
Claude Code Cheat Sheet
71–80 of 215 posts
Re: Claude Code Cheat Sheet
#72Re: Claude Code Cheat Sheet
#73Earlier 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.
Re: Claude Code Cheat Sheet
#74Wait, 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.
Re: Claude Code Cheat Sheet
#75Shocking 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”
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
#76Earlier 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.
Re: Claude Code Cheat Sheet
#77Re: Claude Code Cheat Sheet
#78Earlier 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…
Re: Claude Code Cheat Sheet
#79CMD + 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.
Re: Claude Code Cheat Sheet
#80Shocking 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…