Live data from Hacker News

GitHub Audio

github.audio

21–30 of 133 posts

Re: GitHub Audio

#23
This is what I don't understand about Android. I have sounds set to "Alarms only" yet this webpage still plays it's tones.

Re: GitHub Audio

#24
post #8

This is an interesting example where the new expanded set of TLDs can get confusing. My brain interpreted the URL as something semantically like "audio.github.com". Put another way, I thought the site was actually GitHub-made at first glance at its domain. Of course, this was possible in various ways before expanding TLDs, but I think the problem, and thus the ease of phishing, is greater now.

I think the name "GitHub Audio" is confusing and probably a trademark violation. When I read "GitHub Audio", I figured it was a new service by GitHub for musicians to version control their music.

That would be very very cool, but good luck with trying to version .logicx or .cpr

I think popular software vendors should seriously reconsider their file formats in the 21st century, including graphical and audio ones.

Re: GitHub Audio

#25
post #23

This is what I don't understand about Android. I have sounds set to "Alarms only" yet this webpage still plays it's tones.

In recent versions there are three different volume sliders. I'd call them: "Notifications", "Alarms", and "Media".

You have to check all three of these to be sure. I have mine set to only "Alarms" and occasionnally allow "Media" when listening to music or podcasts, but after listening you have to reset "Media" to zero. (I don't have any kind of notifications alerts, sound or vibration)

Re: GitHub Audio

#26
post #23

This is what I don't understand about Android. I have sounds set to "Alarms only" yet this webpage still plays it's tones.

This was one of my biggest concerns when I tried out the Note 5 for a few weeks. Not being able to quickly and confidently silence my phone with a switch made me paranoid it would be making noises in meetings and such.

Re: GitHub Audio

#27
Anyone who, like me, is interesting in digging under the surface, sound code is here: https://github.audio/static/public/js/main.js

From there you can get the URLs for the audio files used. Uses Howler for audio, web sockets to talk to the server, SVG to render the animations.

The above is all easy enough to get from the source, but it might save someone else some time.

Re: GitHub Audio

#29
post #8

This is an interesting example where the new expanded set of TLDs can get confusing. My brain interpreted the URL as something semantically like "audio.github.com". Put another way, I thought the site was actually GitHub-made at first glance at its domain. Of course, this was possible in various ways before expanding TLDs, but I think the problem, and thus the ease of phishing, is greater now.

Agreed. The name made me expect an official "GitHub for Audio" type service, something like: https://splice.com/
Post reply on HN