Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
skullt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
skullt
11d ago
If the smell mostly reminds you of bad BO, it could trichomycosis axillaris. It's build-up of a common bacteria that feeds on hair shafts in sweaty areas. If you image search this, you're going to see some extreme cases, but even
2.
▲
by
skullt
6mo ago
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.
3.
▲
by
skullt
8mo ago
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 requires you to restart the host any time the game s
4.
▲
by
skullt
8mo ago
> 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 tuner does). I doubt it's Cleartype, the cl
5.
▲
by
skullt
10mo ago
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 evidently easy to forget in the heat of the moment. It's a
6.
▲
by
skullt
10mo ago
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.
7.
▲
by
skullt
1y ago
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] where the (n & ~3) makes sure those lower 2 bit
8.
▲
by
skullt
1y ago
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 was just Latin letters, the underscore, and expli
9.
▲
by
skullt
2y ago
That doesn't quite fit either. Slotin did the screwdriver trick a bunch of times before the accident. He was showing off.
10.
▲
by
skullt
3y ago
SSDs using Host Memory Buffer for cache instead of dedicated DRAM are getting pretty common on PCs too.
11.
▲
by
skullt
3y ago
> 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...
12.
▲
by
skullt
3y ago
Sure but you can't ignore a 20% obesity rate all throughout Europe just because the US is worse.
13.
▲
by
skullt
3y ago
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 that user was last active. Anytime the usuc client wr
14.
▲
by
skullt
3y ago
Maybe they compute in tate mode.
15.
▲
by
skullt
4y ago
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 several dynamic arrays can then much simpler to initialize, f
16.
▲
by
skullt
4y ago
> 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, which was all that was relevant, but he didn't. He wa
17.
▲
by
skullt
4y ago
Does that not contradict the Zig principle of no hidden allocations?
18.
▲
by
skullt
4y ago
> 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 Monster" problem, his role sounds lik
19.
▲
by
skullt
4y ago
There's also a comment on that alternative interpretation here: https://twitter.com/LinManuelRwanda/status/15058362781090611...
20.
▲
by
skullt
7y ago
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," which does suggest recurrence.
21.
▲
by
skullt
7y ago
The graph is measuring in six month intervals, so the March 2009 release of IE 8 needs to also be considered.
22.
▲
by
skullt
8y ago
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 but would rather not say because they're l
23.
▲
by
skullt
8y ago
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 example, standard time during the 2017 to 2018 winter lasted 12
24.
▲
by
skullt
8y ago
Now just let us change the tab width.