Remo Senekowitsch's Avatar

Remo Senekowitsch

@buenzli.dev

Software engineer. Loves open-source, Linux, Rust & Jujutsu. Sometimes blogs: https://blog.buenzli.dev/

75
Followers
18
Following
8
Posts
21.04.2025
Joined
Posts Following

Latest posts by Remo Senekowitsch @buenzli.dev

Unfortunately not! I'm struggling a little with managing comment threads. It's not rocket science, but there are a bunch of annoying edge cases. Especially looking forward to the backends I want to support. Alpha relese hopefully in a couple weeks.

03.03.2026 21:14 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Flirt: The Native Backend

I wrote an update on the development of Flirt:
blog.buenzli.dev/flirt-native...

07.02.2026 11:37 ๐Ÿ‘ 7 ๐Ÿ” 2 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

`rebase --autosquash` can be configured as default, so you don't have to think about it anymore:

```gitconfig
[rebase]
autoSquash = true
```

29.11.2025 11:37 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Thank you! From what you describe, Flirt should match up with your ideas very precisely. No matter how small a diff is, some issues only become apparent in the context of the whole code base. That's why I believe local-first review is the way to go.

12.11.2025 12:35 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Ooh, great question. TBH I haven't thought about this too hard yet. I guess a comment could be attached to a line in the left or right side of a diff. The other side wouldn't necessarily be stable, depending on the diff algorithm. How to decide which side to attach the comment to... IDK.

07.11.2025 17:56 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

I think I'll have to read a little more about the Radicle protocol to understand what a Flirt backend for it would entail. It looks super interesting so far!

07.11.2025 17:50 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Very cool! I skimmed the user guide's sections on patches. It looks like Radicle doesn't have its own concept of code review? That's a good thing, from the perspective of making a Flirt-backend for Radicle. There's no need for an "adapter" between Radicle's and Flirt's concepts of code review.

07.11.2025 13:34 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Announcing Development on Flirt

I wrote a blog post about Flirt, a new code review tool I started working on:
blog.buenzli.dev/announcing-d...

05.11.2025 19:01 ๐Ÿ‘ 40 ๐Ÿ” 7 ๐Ÿ’ฌ 7 ๐Ÿ“Œ 1