I made a telescope.nvim inspired app switcher for Windows!
🎉Launching Binocular!
It can switch or close windows as fast as you can type and use vim keybinds btw.
Built with Tauri and native windows APIs and is fully open source.
Check it out⬇️
@MichaelArnaldi@marbemac@EffectTS_ What do you think is the best way to expose source code to an agent? I've been trying btca but I dont really like it
We built a browser with GPT-5.2 in Cursor. It ran uninterrupted for one week.
It's 3M+ lines of code across thousands of files. The rendering engine is from-scratch in Rust with HTML parsing, CSS cascade, layout, text shaping, paint, and a custom JS VM.
It *kind of* works! It still has issues and is of course very far from Webkit/Chromium parity, but we were astonished that simple websites render quickly and largely correctly.
@ImLunaHey@opencode@cursor_ai Those are git diffs, not agent diffs. I use both.
Three levels:
1. agent diff (changes made by an LLM)
2. un-staged git changes
3. staged git changes
So, we are moving out of Next.js.
And I can instantly see that my NeoVim is happy and faster in reporting and debugging syntax errors and type issues.
Can't wait to see the performance gains on the actual website. Next is a bloat.
@samgoodwin89@ImLunaHey@opencode@cursor_ai For what its worth, this is the actually the main reason i dont daily drive CC or opencode. I like being able to keep my git changes and agent changes separate and pick and choose.