HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rkuska

no profile record

Submissions

Show HN: Càrn – A TUI for browsing your Claude and Codex session archives

github.com
1 points·by rkuska·قبل 4 أشهر·0 comments

comments

rkuska
·قبل 15 يومًا·discuss
This reminds me of my former CTO. He would take bunch of CVs and randomly throw some of them in a bin. He didn’t want to work with “unlucky” people.
rkuska
·قبل 26 يومًا·discuss
It system prompts that change all the time especially in claude code.
rkuska
·الشهر الماضي·discuss
I feed crows during winter in my local park. They recognize me as soon as I enter and follow me around. Some even fly very close above my head and tap me with a wing.

Also they cache food they don't eat, they hide it, cover with leaves and make sure nobody is watching them, they act very casual. I am not sure if they remember the locations though.

Compared to ravens they have smaller head but I believe it is because they spend so much time near people (at least here in Europe you don't see ravens in cities, they are afraid,for historical reasons, of people and low in numbers) they get smarter and more crafty.

I can recommend a great book about corvids with beautiful illustrations: https://yalebooks.yale.edu/book/9780300122558/in-the-company...
rkuska
·الشهر الماضي·discuss
Is it possible to use the credits from subscription (https://support.claude.com/en/articles/15036540-use-the-clau...) for fable?
rkuska
·قبل شهرين·discuss
I've tried it on my repository; for go if function is in format `func(...) (T, bool)` and you use it as `object, _ := func(...)` it reports as `Error return value is being ignored` even though it's clearly not an error being ignored (and ignoring the bool ok is a common pattern in go).
rkuska
·قبل شهرين·discuss
Thinking on max is broken on 4.8 for me, getting many:

⎿ API Error: 400 messages.1.content.17: `thinking` or `redacted_thinking` blocks in the latest assistant message cannot be modified. These blocks must remain as they were in the original response.

From /code-review max.
rkuska
·قبل شهرين·discuss
I don't know, after working for 13 (?) years as a software (and backend) engineer I kind of think writing the actual code is the boring part of our job. 90% of it (random number) is mostly a template code (depending on the language you use).
rkuska
·قبل شهرين·discuss
There is so many concepts that I just sometimes forget, that's the purpose of the file, so I don't have to guess and can explain clearly what I mean (I am not a native speaker).

Example: https://github.com/rkuska/carn/blob/main/VOCABULARY.md
rkuska
·قبل شهرين·discuss
Regarding:

``` # Development Workflow

*Always use `bun`, not `npm`.*

# 1. Make changes

# 2. Typecheck (fast)

bun run typecheck

# 3. Run tests

bun run test -- -t "test name" # Single suite bun run test:file -- "glob" # Specific files

# 4. Lint before committing

bun run lint:file -- "file1.ts" bun run lint

# 5. Before creating PR

bun run lint:claude && bun run test ```

I have these things in pre-commit, this way the targets are always ran and the agent is forced to fix them (I ask claude to commit changes). The agents are erratic and very often skip these steps. Anything that can be deterministic I keep as scripts.

Regarding commits; both codex and claude are terrible at writing them. I have in my user CLAUDE.md:

``` Pattern: `type(scope): message` where type is `fix`, `feat`, `chore`, `docs`, `refactor`, or `style`; scope marks what is affected; message is a short lowercased description.

Keep subject and body lines under 72 characters. Always write a body explaining what, how, and why in continuous human-readable text. For fixes include the error message being fixed. No first-person speech. Re-read the actual git diff before writing — the message must describe what changed, not what was planned.

Use following command to create commit:

```bash git commit -F - <<'EOF' type(scope): subject line

Body paragraph explaining what, how, and why. EOF ```

```

Without it would write the body as a single long sentence; when asked to fix lines it would just insert \n (newlines), which were not respected and were instead just rendered as characters.

Another thing I find helpful is VOCABULARY.md. Very often the agent would assume (connect?) a different thing than what I had in mind, with VOCABULARY I make sure when I say "thing" claude and I have both the same "understading" (connection?) what "thing" is.
rkuska
·قبل 3 أشهر·discuss
I don't think you can store the cache on client given the thinking is server side and you only get summaries in your client (even those are disabled by default).
rkuska
·قبل 3 أشهر·discuss
I wrote a tool for myself to copy (and archive) the claude/codex conversations github.com/rkuska/carn
rkuska
·قبل 3 أشهر·discuss
It seems like the correct way is to use:

`claude --thinking-display summarized`

The thinking is then visible with ctrl+o in the claude cli (shortcut available at least on mac).

Well you can't really trust the documentation I guess. I can't edit my original comment anymore.
rkuska
·قبل 3 أشهر·discuss
For 4.7 it is no longer possible to disable adaptive thinking. Which is weird given the comment from Boris followed with silence (and closed github issue). So much for the transparency.

> Claude Opus 4.7 (claude-opus-4-7), adaptive thinking is the only supported thinking mode. Thinking is off unless you explicitly set thinking: {type: "adaptive"} in your request; manual thinking: {type: "enabled"} is rejected with a 400 error.

https://platform.claude.com/docs/en/build-with-claude/adapti...

For my claude code I went with following config:

* /effort xhigh (in the terminal cli) - To avoid lazying

* "env": {"CLAUDE_CODE_DISABLE_1M_CONTEXT": "1"} (settings.json) - It seems like opus is just worse with larger context

* "display": "summarized" (settings.json) - To bring back summaries.

* "showThinkingSummaries": true (settings.json) - Should show extended thinking summaries in interactive sessions

Freaking wizardry.
rkuska
·قبل 3 أشهر·discuss
I’ve built a browser cli for that.

https://github.com/rkuska/carn
rkuska
·قبل 3 أشهر·discuss
There is a miniature of Prague from around 1830 by Antonín Langweil. He dedicated his all free time to finish it in a hope of making money for his daughters. Langweil never found a benefactor for his work and he died poor. Pretty tragic story.

https://www.muzeumprahy.cz/en/visit-langweils-model-of-pragu...
rkuska
·قبل 4 أشهر·discuss
Have the same story but I forgot to disable tc netem on a server, luckily it was just staging.
rkuska
·قبل 7 أشهر·discuss
I would recommend The Children of Noisy Village, my 3 year old loves it (she didn't like Pippi Longstocking) and we've read all chapters from all the books several times already.
rkuska
·قبل 8 أشهر·discuss
That's what we do here (Czech republic), we don't take meds until the fever goes over 39°C (above 40 you are looking for trouble). You lay in bed and drink enough to compensate for sweating. My grandma would make you onion tea.
rkuska
·قبل 8 أشهر·discuss
Your comment reminded me of "Godspeed You! Black Emperor - Blaise Bailey Finnegan III":

> Like I said, America's a third world country as it is and... and we're just basically in a hopeless situation as it stands

https://www.youtube.com/watch?v=pP8XBJc2p_g

I keep GY!BE playing on repeat for the past several months.
rkuska
·قبل 3 سنوات·discuss
And let's not forget that majority of CPU cycles is spent on encoding/decoding json requests.