Live data from Hacker News

Viewing profile — grenadier21

grenadier21

HN member
Joined
Mon, Jan 07, 2019, 12:51 PM UTC
HN karma
57
Public activity
14 items

About grenadier21

No profile information was provided.

Recent public activity

  1. comment
    Comment #19424823

    Seconding CloudFlare's private CA. It's simpler and arguably more secure (less people to talk to, fewer moving parts, and most importantly, no need for backward compatibility), so …

  2. comment
    Comment #19074311

    It's not that, it's the fact that Google asks you almost never if you're using a Google account. That pretty much gives Google-account-havers a fast pass to the Internet, which giv…

  3. comment
    Comment #18902682

    I wonder what's going to happen to all the incredible Flash media, especially games, produced over the years. I hope someone's archiving them, because I'd hate for us to lose them.…

  4. comment
    Comment #18895395

    no script support that makes you wait eight seconds in a technology to make things ×faster× isn't really support, is it?

  5. comment
    Comment #18895381

    Like parent said, if a page takes 8s to load, I sure as heck don't mind seeing some partial results so I can start reading in those 8s.

  6. comment
    Comment #18895373

    No it's not. All the AMP websites I've seen were just as bad as their non-AMP counterparts. Reddit's AMP pages in particular, are slow and immensely frustrating to use.

  7. comment
    Comment #18895355

    But how do you know which 1 or 2% of the time it's happening?

  8. comment
    Comment #18890060

    Could some rebel make things like fake road bumps that lidars can't pick up, but humans can?

  9. comment
    Comment #18890004

    Fair enough, but my main problem with it was that it existed, and then they removed it, which was very sad.

  10. comment
    Comment #18871804

    That's how literally every VDOM-based framework looks, including React. Elm isn't special in this regard. It is special in many other regards, however, and I appreciate it for that…

  11. comment
    Comment #18844862

    Partial evaluation of the viable strikes me as a very elegant idea! That way static dispatch just becomes a special case of virtual dispatch. It also reminds me of devirtualization…

  12. comment
    Comment #18844790

    Minecraft Java Edition is 100% Java, but it's also notoriously slow, and experiences lag spikes, which are often attributed to garbage collection. I think an OS written in a GC lan…

  13. comment
    Comment #18844773

    C doesn't even assume that code and memory live in the same address space! The portability of standard C is almost as breathtaking as the ease with which you can introduce undefine…

  14. comment
    Comment #18844753

    Haskell's IO is literally the idea of sequencing commands reified, though, so the comparison is a bit apples-to-oranges.