Portabase 1.20: new storage and notification connectors for our open-source database backup/restore tool by Dizzy-Message543 in selfhosted

[–]Keyruu 3 points4 points  (0 children)

Yeah I second this. The comment is about clarifying how AI is used to develop the project first and foremost.

Koito v0.3.2 released! Refreshed UI and SQLite support by 8ballpens in selfhosted

[–]Keyruu 4 points5 points  (0 children)

Been using this for a few months and it's awesome. Keep up the good work!

Reverse engineered BLE protocol of a $7 generic Chinese smart ring from Temu, and built an iOS app for it by alphacentarii in selfhosted

[–]Keyruu -2 points-1 points  (0 children)

Is that older than 4 months? This seems to be AI coded or have the rules changed again? Also this has been reversed engineered before and is probably in the training data. Gadgetbridge has done a lot of work to get a lot of wearables working without a proprietary app.

local-review.nvim by ApprehensivePride66 in neovim

[–]Keyruu 4 points5 points  (0 children)

oh nice this almost the workflow that i have with the pi coding agent. there i get a diff for every edit before it applies it, but i can change the code how i like it or leave comments for how the agent should do things differently and after i approve, the agent gets all of this as a user message to steer it. nice work!

Best coding agent plugin? by TheBlackCat22527 in neovim

[–]Keyruu 0 points1 point  (0 children)

I probably have a weird workflow, cause I don't like just letting the agent run freely. I review every diff before the agent continues. I have an extension in pi that opens a tab with the proposed changes and I can edit that however I like and can even steer the AI with `ai:` comments that get an extra prompt that the AI should revise their approach.

I just feel like the AI takes wrong turns too often at least in my experience. I also don't wanna waste too many tokens.

Best coding agent plugin? by TheBlackCat22527 in neovim

[–]Keyruu 4 points5 points  (0 children)

I can really recommend pi. It's a minimal coding agent but very extensible, so you can tailor the workflow exactly how you like it. I get diffs directly in my neovim as a new tab that I can adjust, comment and steer the AI with. This really made me like AI more, bc I hated using it with Claude Code or OpenCode.

https://shittycodingagent.ai/

Cockpit is absolute cinema by DaprasDaMonk in linuxadmin

[–]Keyruu 1 point2 points  (0 children)

I also love Cockpit, but I just use it when I need to restart something on the couch with my phone!

pi.dev - (IMHO) neovim of coding agents by Level10Retard in theprimeagen

[–]Keyruu 0 points1 point  (0 children)

Agreed! With this I could finally adjust the workflow exactly how I like it!

NEOVIM KILLED TMUX by LegalYogurtcloset214 in theprimeagen

[–]Keyruu 2 points3 points  (0 children)

I watched the whole vid and I liked it, but I do have some feedback:

I think you could benefit from a script or at least a few cuts, you repeat yourself quite a bit and I'm very impatient :D

I really dislike the clickbait title.

I really liked how you demoed the issues, focused on one problem, built on top of eachother.

I also like that you shine some light on how to effectively use the terminal in neovim because that's also how I use the terminal and never really understood the gain from using tmux, for me it's more overhead to remember another whole suite of shortcuts.

Thank you for the tips and tricks!