logoalt Hacker News

thethimble01/15/20263 repliesview on HN

I wish one of these models was fine tuned for programming.

I want to be able to say things like "cd ~/projects" or "git push --force".


Replies

netghost01/15/2026

I'll bet you could take a relatively tiny model and get it to translate the transcribed "git force push" or "git push dash dash force" into "git push --force".

Likewise "cd home slash projects" into "cd ~/projects".

Maybe with some fine tuning, maybe without.

vismit200001/16/2026

You can try VSCode Speech to Text extension that works decently well in Github Copilot chat as part of Microsoft accessibility suite.

swah01/18/2026

Or just enjoy your last days of cd'ing, this shall pass soon!