Don't you think it is better to show your project with Github here ? It lets us to see more activity on open source and the sharing is very good for us all
I put this little PB utility up on GitHub about a month ago. It'll beep to let you know if your caps lock is on. Mainly useful for us blind users who can't see the light on the caps lock key (in fact I didn't even know that existed until someone told me a year or so ago). https://github.com/TheQuinbox/Capbeep
This topic inspired me to clean up and release another of my tiny PB utilities as open source, this one's called SleepSoundly. A lot of laptop soundcards have this super annoying behavior where they automatically go to sleep after a certain period of inactivity, and take time to wake up, causing you to miss the beginning of audio. Hence this little tool to trick the soundcard into constantly staying awake by continuously piping silent audio through it. Once again this is primarily a tool created for blind people, we're the ones who notice it the most, but it has other uses as well. https://github.com/TheQuinbox/SleepSoundly
Quin wrote: Sun Feb 23, 2025 1:55 pm
This topic inspired me to clean up and release another of my tiny PB utilities as open source, this one's called SleepSoundly. A lot of laptop soundcards have this super annoying behavior where they automatically go to sleep after a certain period of inactivity, and take time to wake up, causing you to miss the beginning of audio. Hence this little tool to trick the soundcard into constantly staying awake by continuously piping silent audio through it. Once again this is primarily a tool created for blind people, we're the ones who notice it the most, but it has other uses as well. https://github.com/TheQuinbox/SleepSoundly