Live data from Hacker News

I turned an old Stadia gamepad into a vibe coding controller

adithyan.io

1–2 of 2 posts

Re: I turned an old Stadia gamepad into a vibe coding controller

#2
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 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.