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.
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…
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.
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…
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…
That doesn't quite fit either. Slotin did the screwdriver trick a bunch of times before the accident. He was showing off.
SSDs using Host Memory Buffer for cache instead of dedicated DRAM are getting pretty common on PCs too.
> 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...
Sure but you can't ignore a 20% obesity rate all throughout Europe just because the US is worse.
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…
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…
> 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…
Does that not contradict the Zig principle of no hidden allocations?
> 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 like…
There's also a comment on that alternative interpretation here: https://twitter.com/LinManuelRwanda/status/15058362781090611...
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.
The graph is measuring in six month intervals, so the March 2009 release of IE 8 needs to also be considered.
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…
Now just let us change the tab width.
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.
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…
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.
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…
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…
That doesn't quite fit either. Slotin did the screwdriver trick a bunch of times before the accident. He was showing off.
SSDs using Host Memory Buffer for cache instead of dedicated DRAM are getting pretty common on PCs too.
> 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...
Sure but you can't ignore a 20% obesity rate all throughout Europe just because the US is worse.
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…
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…
> 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…
Does that not contradict the Zig principle of no hidden allocations?
> 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 like…
There's also a comment on that alternative interpretation here: https://twitter.com/LinManuelRwanda/status/15058362781090611...
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.
The graph is measuring in six month intervals, so the March 2009 release of IE 8 needs to also be considered.
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…
Now just let us change the tab width.