Viewing profile — skullt
skullt
HN member- Joined
- Thu, Apr 26, 2018, 3:09 AM UTC
- HN karma
- 76
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About skullt
No profile information was provided.
Recent public activity
-
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.
-
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…
-
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…
-
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…
-
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.
-
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…
-
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…
-
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.
-
comment
Comment #38205304
SSDs using Host Memory Buffer for cache instead of dedicated DRAM are getting pretty common on PCs too.
-
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...
-
comment
Comment #37198751
Sure but you can't ignore a 20% obesity rate all throughout Europe just because the US is worse.
-
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…
-
comment
Comment #35690462
Maybe they compute in tate mode.
-
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…
-
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…
-
comment
Comment #31854709
Does that not contradict the Zig principle of no hidden allocations?
-
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 …
- comment
-
comment
Comment #30757815
There's also a comment on that alternative interpretation here: https://twitter.com/LinManuelRwanda/status/15058362781090611...
-
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…
-
comment
Comment #19800394
The graph is measuring in six month intervals, so the March 2009 release of IE 8 needs to also be considered.
-
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…
-
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…
-
comment
Comment #17023719
Now just let us change the tab width.