kolaente
banner
kolaente.de
kolaente
@kolaente.de
Developer, Go + Vue + Laravel + Docker, building @vikunja.io
Reposted by kolaente
My favorite quote from Chris in this episode:

“I believe in the power of programmers. I believe in the human potential of people that want to create things. And that’s fundamentally why I love software is that you can create anything that you can imagine.”
November 5, 2025 at 9:23 PM
Jean sounds good, but maybe too similar to Jules? (The ai coding agent by Google)

I kinda want to try this now, but it seems like it's not yet released?
November 5, 2025 at 12:47 PM
Oh wow TIL

I would guess Netcup just uses Hetzners colocation then? Interesting.
October 20, 2025 at 4:53 PM
Warte, ich komm kurz vorbei 🫡
October 20, 2025 at 12:13 PM
I definitely need to try yours as well! I imagine they both work great when combined.
October 20, 2025 at 12:12 PM
Da fehlt noch ein Vikunja Sticker auf dem Laptop 🤓
October 20, 2025 at 12:08 PM
This is AWS being down: health.aws.amazon.com/health/status
Also means Signal is down.
health.aws.amazon.com
October 20, 2025 at 8:48 AM
Nice! Am I correct in that it's different from github.com/obra/superpo... because it focuses on tooling to create and manage skills instead of sharing ready-made skills?
GitHub - obra/superpowers: Claude Code superpowers: core skills library
Claude Code superpowers: core skills library. Contribute to obra/superpowers development by creating an account on GitHub.
github.com
October 19, 2025 at 8:42 PM
Damn it, it called my bluff
October 17, 2025 at 11:14 AM
😊
October 17, 2025 at 7:12 AM
So am I
October 17, 2025 at 6:55 AM
It would be a little concerning if it would have replied yes
October 16, 2025 at 11:17 AM
I love how it wants to see the good in humans
October 16, 2025 at 9:31 AM
Put that in a while true loop and it should keep running forever.

Will the output be useful? Maybe
October 14, 2025 at 11:55 AM
cat PROMPT.md | claude --dangerously-skip-permissions
October 14, 2025 at 11:54 AM
Basically "git rebase -i <first commit sha>", then it opens a text editor where you can pick and choose how you want to edit the history.

To find the first commit, "git log --reverse | head -n5" will show it.
October 1, 2025 at 10:24 AM
I would recommend an interactive rebase, then pick and squash the commits how you want them (or delete entierly).

Some details about this here: git-scm.com/book/en/v2/G...

Otherwise, happy to help!
Git - Rewriting History
git-scm.com
October 1, 2025 at 10:24 AM