Viewing profile — fivesigma
fivesigma
HN member- Joined
- Fri, Oct 30, 2015, 3:13 AM UTC
- HN karma
- 996
- Public activity
- 95 items
- HN profile
- View on Hacker News ↗
About fivesigma
No profile information was provided.
Recent public activity
-
comment
Comment #15893537
Admittedly mobile was a bit of an afterthought and I only tested it on 4 devices. What device are you using?
-
comment
Comment #15893442
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, so…
-
comment
Comment #15893361
Are you using Chrome? Gamepad API is a bit buggy on 62.x
-
comment
Comment #15893332
Everything is running smoothly so it's not the HN effect. Might I ask what OS/Browser/ISP are you using?
-
comment
Comment #15893265
That is up to your keyboard hardware. Unfortunately, most consumer level keyboards can't handle that.
-
comment
Comment #15893256
THE comboy of bitcoinity fame? I'm honored. I remember donating back in the day!
-
comment
Comment #15893188
It better be! It's my homegrown panel that I use for all my projects.
-
comment
Comment #15893160
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.
-
comment
Comment #15893105
Nothing too fancy. Just proper devops and a lot of testing. https://i.imgur.com/oSwGgFA.png
-
comment
Comment #15892770
I have tested all browsers on Linux. Got a screenshot?
-
comment
Comment #15892663
Will do when this is over. Right now I'm trying to prevent servers from melting. HN traffic...
-
comment
Comment #15892621
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.
-
comment
Comment #15892546
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!
-
comment
Comment #15892539
PIXI.js for the graphics. Serverside is mostly Node.js.
- story
-
comment
Comment #15744926
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.
-
comment
Comment #15730419
>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-…
-
comment
Comment #15719612
3 motors. Some kind of torque vectoring deal in the rear wheels? Like the Electric AMG SLS.
-
comment
Comment #15688425
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 b…
-
comment
Comment #15641551
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 …
-
comment
Comment #15596531
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…
-
comment
Comment #15277836
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…
-
comment
Comment #15230378
600 billion instructions per second to show a poop emoji.
-
comment
Comment #14571863
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 1…
-
comment
Comment #14059819
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…