Earlier quoted context omitted.
With sufficiently high-frequency gyroscope data, it is possible to infer what a user types in with moderate precision. In some cases, it has even been shown to be possible to recover coarse audio data from the surrounding environment. https://bugs.chromium.org/p/chromium/issues/detail?id=421691 Browsers have added rate limiting to mitigate this threat. (Prior to that, my former team in Google Ads added our own rate l…
> gyroscope API we provided for ads Whaaaa?
Show HN: I taught my little brother JS, and he made this videogame in a week
141–150 of 285 posts
Re: Show HN: I taught my little brother JS, and he made this videogame in a week
#142Maybe your brother would be interested in this contest? https://js13kgames.com/ Like most everyone else, I was impressed. Way more interesting than I first thought possible with such a minimal game. The little red guy made the difference.
Re: Show HN: I taught my little brother JS, and he made this videogame in a week
#143Wow... Thought I was going to play for 10 maybe 15 seconds... I've never played a game for that long... This is seriously good. If you released this game without "little brother" I would think this was one of those amazing minimalist games. Thank you so much for making this!!
I don't understand, am I missing something? You just pick up blue and teal blocks while a red block slowly chases you? Why are people so excited about this? I feel like I'm missing something.
Re: Show HN: I taught my little brother JS, and he made this videogame in a week
#144Earlier quoted context omitted.
FWIW, Safari on iOS didn't ask me either. I'm actually kind of disappointed.
It worked just fine for me.
Re: Show HN: I taught my little brother JS, and he made this videogame in a week
#145[1] https://github.com/S-poony/Ultra-Square-Catcher-USC-/blob/ma...
Re: Show HN: I taught my little brother JS, and he made this videogame in a week
#146Bien joué Noé :)
Re: Show HN: I taught my little brother JS, and he made this videogame in a week
#147Re: Show HN: I taught my little brother JS, and he made this videogame in a week
#148Look at the code guys [1]. I love it. This is simple. There is not a single line of bullshit. I hope he gonna become a great programmer and continue to make beautiful code like that. [1] https://github.com/S-poony/Ultra-Square-Catcher-USC-/blob/ma...
Don't want to be the killjoy here but isn't line 77-79 the same as 85-87? With the rest I can agree.
Re: Show HN: I taught my little brother JS, and he made this videogame in a week
#149Nicely executed game. But looking at the source, the weird part is that it is half English, half French. It definitely doesn't look like the work of a single person. I also looked at the commit history and I liked the teaching comments. Clearly, there is a story behind that code. I suspect you did the first part together (moving square, ...) and that your brother played with it by himself later, adding the enemy, etc…