I turned an old Stadia gamepad into a vibe coding controller (adithyan.io) 4 points by adithyan_win 4mo ago ↗ HN
[–] adithyan_win 4mo ago ↗ I built a small Swift bridge app that maps gamepad buttons/chords to coding-agent actions in my terminal workflow.Current actions:- split panes - tab workflow - model/context switching - quick send - dictation/transcription triggerIt started as a one-night experiment to learn Swift and test hardware repurposing, but it has been surprisingly usable in daily coding.Video demo: https://www.youtube.com/watch?v=MFiQFPgrHPACode: https://github.com/wisdom-in-a-nutshell/stadia-macos-control...Disclaimer: the repo is not plug-and-play yet. It is mainly shared as inspiration/reference.
1 comment
[ 3.3 ms ] story [ 11.4 ms ] threadCurrent actions:
- split panes - tab workflow - model/context switching - quick send - dictation/transcription trigger
It started as a one-night experiment to learn Swift and test hardware repurposing, but it has been surprisingly usable in daily coding.
Video demo: https://www.youtube.com/watch?v=MFiQFPgrHPA
Code: https://github.com/wisdom-in-a-nutshell/stadia-macos-control...
Disclaimer: the repo is not plug-and-play yet. It is mainly shared as inspiration/reference.