Hacker News

Show HN: Founder VC Horror Stories

Hacker News - Sat, 06/06/2026 - 12:16pm

Article URL: https://rocketplace.org/stories

Comments URL: https://news.ycombinator.com/item?id=48426403

Points: 1

# Comments: 0

Categories: Hacker News

K: Remarks on Style (1995) [pdf]

Hacker News - Sat, 06/06/2026 - 12:15pm

Article URL: https://nsl.com/papers/style.pdf

Comments URL: https://news.ycombinator.com/item?id=48426399

Points: 1

# Comments: 0

Categories: Hacker News

Rationales for Standards

Hacker News - Sat, 06/06/2026 - 12:06pm
Categories: Hacker News

Show HN: Ccgs – Collaborative Claude Code sessions, stored in Git branches

Hacker News - Sat, 06/06/2026 - 12:04pm

My team uses Claude Code daily, and the sessions have become some of the most useful artifacts we produce. But they're trapped in ~/.claude/projects/ on whichever laptop they happened on. There's no good way to hand a colleague "the session where I untangled the migration" so they can claude --resume it and keep going from where I left off. Enter ccgs: Share Claude Code sessions through an orphan branch (@ccgs/) in your existing repo's remote

- Session files carry the author's absolute paths. On pull, ccgs rewrites the working dir back to your path so resume actually works — surgically editing only the structural cwd field, not a blind find-and-replace that would happily corrupt the transcript.

- Everything goes through git plumbing (hash-object/commit-tree/update-ref) against a throwaway index. It never touches your working tree, index, or current branch, and it's fine with a dirty tree. It will not git checkout something behind your back.

To try it without installing: `npx claude-git-sessions`. This also incidentally allows you to move a directory and carry the claude code transcripts with it (just push first, then move the directory, then pull)

IMPORTANT CAVEAT: Unless you have a very good security hygiene, your Claude Code sessions are likely full of sensitive information such as environment secrets. Use with caution and avoid using on public repositories. Branches used by ccgs are prefixed by `@ccgs/` so you can easily filter them out.

This project was written by and with Claude Code. This Show HN was not.

(Reposted with URL fixed)

Comments URL: https://news.ycombinator.com/item?id=48426297

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: Native Mac app which places an teleprompter in your Mac's notch

Hacker News - Sat, 06/06/2026 - 11:26am

unlike regular teleprompters cuenotch stays right below your camera and the teleprompter scrolls with your voice where you read your script while making eye contact. Cuenotch also has an rehearsal mode where you can rehearse your script with your camera on and our rehearsal coach gives you useful feedback on things like the pace of reading ( slowing down , pausing ) to make your presentation more engaging.

Comments URL: https://news.ycombinator.com/item?id=48425944

Points: 1

# Comments: 0

Categories: Hacker News

How does Effect work under-the-hood?

Hacker News - Sat, 06/06/2026 - 11:24am

Article URL: https://effect-guide.netlify.app/

Comments URL: https://news.ycombinator.com/item?id=48425933

Points: 1

# Comments: 1

Categories: Hacker News

Drawing Hands

Hacker News - Sat, 06/06/2026 - 11:21am

Article URL: https://hari.computer/drawing-hands

Comments URL: https://news.ycombinator.com/item?id=48425909

Points: 1

# Comments: 0

Categories: Hacker News

Pages