Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
curveship
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
curveship
1y ago
it's an emothickon
2.
▲
by
curveship
6y ago
Check out the local TV interview of "Eric Ramen" :D : http://marc.merlins.org/linux/refundday/videos/abc.mpg
3.
▲
by
curveship
6y ago
That's definitely 1999-era HTML and layout, except for the "This is an archived page" header, which is the only CSS on the page. The rest is all well-known tricks from the time: tables, image maps, a few embedded images. He
4.
▲
by
curveship
6y ago
The term I've heard for this phenomenon is "mathwashing."
5.
▲
by
curveship
6y ago
Heh, I could almost tell that story. We had a bug in a React app that started when a new Chrome release came out. I boiled it down to a small piece of JS that V8 was clearly misinterpreting and which looked like it might be memory corrupt
6.
▲
by
curveship
7y ago
From twitter user @XMPPwocky: - each precinct got a PIN to report their results - the PINs were printed on the paper result worksheets sent to precinct captains - multiple precincts and participants posted pictures of their worksheets to Tw
7.
▲
by
curveship
8y ago
Thanks for your perspective, very interesting. I'm really surprised that all it takes to be declared qualified is the signature of someone else who's qualified. That leaves lots of room for slippage and social pressure, like the d
8.
▲
by
curveship
8y ago
By "majority" he may have meant majority of Linux distributions, not majority of Linux users. There are a ton of distributions derived from Debian: https://wiki.debian.org/Derivatives/Census . All of them w
9.
▲
by
curveship
8y ago
I really wanted Bourdain to become a salty, profligate old man, throwing barbs from behind a stiff drink and an ever-craggier face. Sad news.
10.
▲
by
curveship
9y ago
Here we go. We'll now have the first traffic fatality trial where it's not drivers-trying-drivers but people-trying-a-megacorp. (Disclaimer: I'm a bike advocate, so I may have a different perspective on some of this than mos
11.
▲
by
curveship
9y ago
Perl 6 feels like what happens when your answer to all bike-shedding questions is "both!" and your answer to the follow-up question "how will we tell them apart?" is "we'll add a secret codeword." Still, I
12.
▲
by
curveship
9y ago
That's not Linus' position. The "API contract" for the kernel is "we don't break userspace code," not "we don't break userspace code that follows the specs." He would bounce (and flame) t
13.
▲
by
curveship
9y ago
.find() and .findIndex() are new in es6, but the others are all es5.
14.
▲
by
curveship
9y ago
Just throwing my side project, Surplus, out there as another example of this strategy ( https://github.com/adamhaile/surplus ). Surplus compiles JSX into optimized code that produces real DOM elements. The combination
15.
▲
by
curveship
9y ago
US divorce rate is lower than it's been for 40 years.
16.
▲
by
curveship
9y ago
>> much, much faster to load > I would love to see some data backing it up. In Stefan Krause' js-framework-benchmark, the vue implementation starts in 55ms vs 89-113ms for the various react implementations. See the 'star
17.
▲
by
curveship
9y ago
Sort of. Strict null checking now lets you distinguish between the types Foo[] and (Foo | undefined)[]. The first will type with the assumption that there are no out of bounds indices (which, as you say, could be wrong). The second will
18.
▲
by
curveship
9y ago
The TypeScript team's philosophy* is that they want to incorporate features that have either ~0% or ~100% chance of making it into ES. Types they put in the 0% bucket. Once a feature is near 100%, they'll include it. But if it&#
19.
▲
by
curveship
9y ago
BTW if you're curious, browser DOM operations have advanced now to the point that doing work in dom fragments is often slower than just doing it right in the main tree. See, for instance, one of the recent optimizations to the vanilla
20.
▲
by
curveship
9y ago
If I understand what Glimmer is proposing, they want to slice a long update process into a set of batches, so that they can pause in the middle to let the browser render a frame. My points were that a) they don't know how long it will
21.
▲
by
curveship
9y ago
Yeah, I was just looking at the Glimmer opcodes format. I'm a bit surprised it's an array of arrays, rather than a flattened array. It looks like it goes `[[1,"id","bar"],[2,<other param>],...]` rather
22.
▲
by
curveship
9y ago
For 1) and 2), some frameworks solve the size issue by creating functions for the basic DOM ops, which then get minimized to single character names in production. So in your example, there might be a setNodeAttribute(node, name, val) funct
23.
▲
by
curveship
10y ago
Ah, my bad. Are you aware of any benchmarks comparing v8 to LuaJIT? Looks like LuaJIT got removed from the alioth site (?).
24.
▲
by
curveship
10y ago
There's a branch of node, vee-eight-lkgr, running the new v8 5.8 compiler chain. You can read about how to try it out (and help test it) here: https://medium.com/@bmeurer/help-us-test-the-future-of-node-...
25.
▲
by
curveship
10y ago
> multiple times faster You sure about that? In the alioth benchmarks, v8 wipes the floor with lua: http://benchmarksgame.alioth.debian.org/u64q/compare.php?lan...
26.
▲
by
curveship
10y ago
I can see how this proves that 20 is possible, but not that 20 is the largest possible, which is what the question asks. How would that be proven?
27.
▲
by
curveship
10y ago
The difference is that cheap Dutch bikes are super simple: no gears and a coaster brake. The Walmart bikes aren't. They've often got 21 speeds, shocks, etc etc, all of which is pure crap and fails after minimal use. There's
28.
▲
by
curveship
10y ago
I can't seem to find any info online about $MapObj<>? I searched the docs, google ... nuthin'. Am I just missing something?
29.
▲
by
curveship
10y ago
It's not much, but the code redirects the user to a 'member.php' page after 2 seconds. So whatever the target was, it probably had a member.php page.
30.
▲
by
curveship
10y ago
Just FYI (not flaming Firefox), it's a standard setting in Chrome.
More ›