Live data from Hacker News

Viewing profile — skullt

skullt

HN member
Joined
Thu, Apr 26, 2018, 3:09 AM UTC
HN karma
76
Public activity
24 items

About skullt

No profile information was provided.

Recent public activity

  1. comment
    Comment #47418850

    SDF font rendering has been around 20+ years though? Valve really popularized in their 2007 SIGGRAPH paper and Chlumský developed MSDF font rendering in a 2015 thesis.

  2. comment
    Comment #46664674

    If you're paying the cost of serializing/deserializing the whole game state around every reload of the worker, why bother with the unsafe type-erased PersistWrapper (which still re…

  3. comment
    Comment #46563746

    > He's also got Cleartype on and set to RGB stripe even though the OLED is not RGB stripe (though to be fair, Windows doesn't really make it clear what each page of the ClearType t…

  4. comment
    Comment #46067509

    I would think leaders sometimes not following their own codes of conduct is the strongest argument in favor of having them: yes, they are obvious to everyone but they are also evid…

  5. comment
    Comment #45942522

    In fairness, Emacs has long had cua-mode for rebinding C-c, C-v, C-x, and C-z to copy, paste, cut, and undo, so at least those changes are not too radical.

  6. comment
    Comment #44454333

    There's a bit of a trick in that solution: n is assumed to have the lower two bits clear so for an arbitrary n the array would really be: [(n & ~3), 1, (n & ~3) + 3, 0][n % 4] wher…

  7. comment
    Comment #43665642

    It's a common extension but it's not standard. Both C23 and C++23 only allow identifiers to start with a Unicode XID_START character, which excludes $. And with older standards, it…

  8. comment
    Comment #42204799

    That doesn't quite fit either. Slotin did the screwdriver trick a bunch of times before the accident. He was showing off.

  9. comment
    Comment #38205304

    SSDs using Host Memory Buffer for cache instead of dedicated DRAM are getting pretty common on PCs too.

  10. comment
    Comment #37790504

    > C11s Atomics will never be implemented on Windows because they cant be! They are implementing them though. See https://devblogs.microsoft.com/cppblog/c11-atomics-in-visual...

  11. comment
    Comment #37198751

    Sure but you can't ignore a 20% obesity rate all throughout Europe just because the US is worse.

  12. comment
    Comment #36596236

    Points 3 & 4 could be combined: like .plan, each user has an o+r .status file. Its contents are a user's status message, but its modified time is used specially to indicate when th…

  13. comment
    Comment #35690462

    Maybe they compute in tate mode.

  14. comment
    Comment #34974844

    Why not just fix it? It's a trivial fix and has the added benefit that a zero-initialized DYN_ARR_OF(x) struct would be in a valid state, which is always nice. A struct with severa…

  15. comment
    Comment #34423329

    > a journalist intending no malice He outed her to investors and likely to business connections through Gary McCord. He could have stuck to the holes in her professional history, w…

  16. comment
    Comment #31854709

    Does that not contradict the Zig principle of no hidden allocations?

  17. comment
    Comment #31071758

    > principal game engine engineer on The Witness Is that true? He is listed in the credits under "Additional contributions in programming by", and in his blog posts about the "Walk …

  18. comment
  19. comment
    Comment #30757815

    There's also a comment on that alternative interpretation here: https://twitter.com/LinManuelRwanda/status/15058362781090611...

  20. comment
    Comment #22510342

    The article doesn't have the full quote from the video. After mentioning community-based transmission, he goes on to say that "You can start to think of it like seasonal flu," whic…

  21. comment
    Comment #19800394

    The graph is measuring in six month intervals, so the March 2009 release of IE 8 needs to also be considered.

  22. comment
    Comment #18497118

    Strictly taking everything people say at face value is great way to become somebody who "can't take a hint." The problem is that there are many things people want to communicate bu…

  23. comment
    Comment #18011682

    Because in many places, standard time is the exceptional case. In the US, at least, we spend almost twice as much of the year in daylight saving time than in standard time. For exa…

  24. comment
    Comment #17023719

    Now just let us change the tab width.