Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fivesigma
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: Airmash – HTML5 Massively Multiplayer Missile Warfare
(airma.sh)
8 points
by
fivesigma
1d ago
|
3 comments
2.
▲
by
fivesigma
9y ago
Admittedly mobile was a bit of an afterthought and I only tested it on 4 devices. What device are you using?
3.
▲
by
fivesigma
9y ago
What DiThi said (read his excellent post) There's also another important detail. Due to delayed ACKs on Windows and battery-preserving TCP stacks on most mobile devices/laptops, some of your packets will be delayed. Even with TCP_
4.
▲
by
fivesigma
9y ago
Are you using Chrome? Gamepad API is a bit buggy on 62.x
5.
▲
by
fivesigma
9y ago
Everything is running smoothly so it's not the HN effect. Might I ask what OS/Browser/ISP are you using?
6.
▲
by
fivesigma
9y ago
That is up to your keyboard hardware. Unfortunately, most consumer level keyboards can't handle that.
7.
▲
by
fivesigma
9y ago
THE comboy of bitcoinity fame? I'm honored. I remember donating back in the day!
8.
▲
by
fivesigma
9y ago
It better be! It's my homegrown panel that I use for all my projects.
9.
▲
by
fivesigma
9y ago
I will definitely do a write-up but you're right. It's really hard to find info on any of that online. A lot of trial and error.
10.
▲
by
fivesigma
9y ago
Nothing too fancy. Just proper devops and a lot of testing. https://i.imgur.com/oSwGgFA.png
11.
▲
by
fivesigma
9y ago
I have tested all browsers on Linux. Got a screenshot?
12.
▲
by
fivesigma
9y ago
Will do when this is over. Right now I'm trying to prevent servers from melting. HN traffic...
13.
▲
by
fivesigma
9y ago
Just plain ol' Websockets. But with a twist. I use 2 WS connections mirroring some packets on both, to deal with head-of-line blocking.
14.
▲
by
fivesigma
9y ago
Safari on iOS is generally buggy. WebGL and WebAudio are very glitchy. I don't have a BT KB so I didn't test that case. Will do!
15.
▲
by
fivesigma
9y ago
PIXI.js for the graphics. Serverside is mostly Node.js.
16.
▲
Show HN: Airmash – Multiplayer Missile Warfare HTML5 Game
(airma.sh)
1535 points
by
fivesigma
9y ago
|
304 comments
17.
▲
by
fivesigma
9y ago
Let's Encrypt is great. I would like to see native ECC support and a more stringent validation mode that allows more than 3 months of certificate lifetime.
18.
▲
by
fivesigma
9y ago
>How can it support thousands of colors Temporal dithering. Also called FRC - frame rate control. You might not notice it, but if you are on a TN monitor right now (almost all non-professional monitors) this technique is being used to em
19.
▲
by
fivesigma
9y ago
3 motors. Some kind of torque vectoring deal in the rear wheels? Like the Electric AMG SLS.
20.
▲
by
fivesigma
9y ago
A legitimate usage case would be opening a login popup on another domain that can't be iframe'd. For example OAuth social network login popups. They require window.opener to send back login credentials to the original website.
21.
▲
by
fivesigma
9y ago
What prevents the hardware offloading from being used on public interfaces? Even if microsecond-level jitter reduction on public networks is negligible this should reduce CPU load in high PPS deployments, right?
22.
▲
by
fivesigma
9y ago
I was hoping to see v8 6.2 make into the LTS but apparently it will be merged into a future 8.x release in a few months from now. v8 6.2 fixes a lot of Turbofan related regressions, for example: for in object performance [1] [1] https:
23.
▲
by
fivesigma
9y ago
This mirrors my experience as well. Try having a relatively simple piece of code exhaust all available memory because CS was kind enough to turn a simple loop into a clusterfuck of epic proportions all because you forgot to return null on a
24.
▲
by
fivesigma
9y ago
600 billion instructions per second to show a poop emoji.
25.
▲
by
fivesigma
9y ago
Being in the same physical location doesn't mean they have the same connectivity though. With colo cages, once you get big enough you get to choose your upstream providers. I get 15 ms better ping to Frankfurt Linode compared to Vultr,
26.
▲
by
fivesigma
9y ago
This is my experience as well with Adobe CC. At least 10 different daemons, some of them instances of node.js constantly connecting to adobe-owned IPs. Some of them even using very high amounts of CPU. Turning everything off from the CC set
27.
▲
by
fivesigma
10y ago
No they wouldn't, since its internal state is different than the output. Same goes for SHA-224 and SHA-384.
28.
▲
by
fivesigma
10y ago
Is this length extending [1] the already existing Google attack? [1] https://en.wikipedia.org/wiki/Length_extension_attack Edit: yes, looks like it is. As sp332 and JoachimSchipper mentioned, the novelty here is that i
29.
▲
by
fivesigma
10y ago
This requires the addition of random garbage in the first file which someone will detect anyway. Why not release an infected file with a timebomb malware instead of colliding SHA1? Much cheaper. Still, none of this allows you to attack an a
30.
▲
by
fivesigma
10y ago
None of what you mentioned is affected since this is a collision attack. They purposely created 2 files with the same hash. Creating a file with the same hash as legit file is a preimage attack and is much more difficult to perform (many or
More ›