Examples: - "X is cool but lacks worktrees support" - "I hate that I have to go to GitHub to check if my PR has been already approved" - "I wish that X would support remote sandboxes"
Things that either are an annoyance to you, time wasted, or things that you think would make you more productive.
Background of what my tool aims to do: As a software developer, make sure that the only moments your attention is required is when there are __important__ questions to answer or when its time to validate the work. No bouncing between jira/linear <-> IDE <-> agent terminals <-> github.com etc.
Any pain points you guys can share will be extremely valuable, and I'll be grateful for all the time spent.
pitched•48m ago
jdabney•41m ago
nokturn•32m ago
Electron on its own isn't that bad, and surely not responsible for GBs of RAM - the main bottleneck I'm facing when dealing with a dozen+ parallel tasks is that each claude code terminal eats up easily 200MB of RAM.
When you mention Electron, is it because in most Electron apps the experience doesn't feel snappy, as it would vs native?
mtmail•15m ago
d3Xt3r•21m ago
I also don't want the app to use GTK, libadwaita and the like. Although Qt is somewhat acceptable, I would strongly prefer something more lightweight like Slint, Iced or egui. Or even better, make it a terminal app with a TUI (that doesn't use bloated frameworks like Ratatui/Bubbletea etc).
nokturn•8m ago
I can read that you're probably a terminal power user, so how do you keep track of non-coding stuff like tracking JIRA tasks and handling code reviews? Are you using MCPs for that, or a TUI orchestrator with support for those sort of things - or do you manually go to those platforms yourself?
Once again, thank you for taking the time to discuss these things :+1:
nokturn•28m ago
Noted! Thank you first of all!
Besides those two points, is there anything else you think could save you time? Ex. notify you when your PR got approved, auto-fix CI errors, not ping you every 10 seconds asking permission to execute a bash command again, send a msg notification somewhere when work is done, or being able to continue working on your phone, stuff like that