@davidfowl@jaredpar I hate that "latest" exists. I wish they never introduced it.
Anything that's machine-relative is a terrible thing for builds. When a dev has C# 7.4 and a build server has 7.3...oy. Pain. I want that thing to die so bad.
So is branchless computation hardened against #spectre and #meltdown? Here's a secure, branchless DOOM ...
7 hours in, 1 frame rendered. https://t.co/QyeQ7g4ojS
@roslyn It would be really nice to query from the AST to find code points
eg: from method in Solution.Classes.SelectMany(c => c.Methods)
where https://t.co/AppPfObhrg(p => p.ParameterType).Contains(typeof(MyClass))
select method.DeclaringType
I wish randomly generated passwords would just use one or two more characters to hit an info target and stay on the same "key page", rather than mixing uppercase, digits, and symbols.