Bongo Cat
111–120 of 208 posts
Re: Bongo Cat
#112IS a matter of time befores someone uploads a video playing Is The Final Countdown on this.
Re: Bongo Cat
#113Earlier quoted context omitted.
Then you realise this is what a lot of people spend their working lives doing, rewriting frontend code in a different framework for no good reason other than they want to.
Yeah, no native tools ever get written in different languages and frameworks. Or is it only not acceptable when Front End developers do it? Personally I've never known anyone do this for any other reason but educational reasons. When I wanted to learn React, I copied other websites in React. I do similar things when I'm learning Golang, or C, or any other language I'm interested in.
Re: Bongo Cat
#114Earlier quoted context omitted.
For the same reason that the original was developed: for fun!
You are having fun using a modern stack? Please teach me!
Re: Bongo Cat
#115Re: Bongo Cat
#116Re: Bongo Cat
#117let e = $.Event('keyup'); '09090586 '.split('').map((k, i) => {setTimeout(()=>{$.play(InstrumentPerKeyEnum[k],k,e.type==="keydown")}, i * 200); setTimeout(() => {$.play(InstrumentPerKeyEnum[k],k,e.type==="keyup")}, i * 250)});
Re: Bongo Cat
#118I made an app in such playful style but without memes, maybe crowd in this thread would appreciate it. It would at least keep your kids occupied for few minutes. https://play.google.com/store/apps/details?id=com.castlewrat... https://github.com/jmiskovic/hexpress
Re: Bongo Cat
#119Please add `return false` or `event.preventDefault()` to your keyboard handlers! Otherwise the browser assumes the page didn't do anything with the events and uses its default keyboard handlers. I have find-as-you-type enabled, and pressing keys launches search for me. Handlers need to "eat" the keyboard events to prevent default browser behavior.