Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Locke1689
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Locke1689
9y ago
I wrote a simple console program to easily configure hundreds of different color schemes for your WSL terminal: https://commentout.net/wsl-colors.html
2.
▲
by
Locke1689
10y ago
Once again, I think that's more of a statement on how he achieves his goals, not how he arrives at goals in the first place. For instance, there's an inherent conflict between freedom and security. The government and the peopl
3.
▲
by
Locke1689
10y ago
By "vague statements" I was referring to his comments on "America winning" or "being great again." Does Art of the Deal describe those statements in detail?
4.
▲
by
Locke1689
10y ago
This is the Art of the Deal : 1. Think big 2. Protect the downside and the upside will take care of itself 3. Maximize your options 4. Know your market 5. Use your leverage 6. Enhance your location 7. Get the word out 8.
5.
▲
by
Locke1689
10y ago
I see no contradiction. You seem to believe that either winning elections or making money are satisfactory demonstrations of intelligence (as meant by IQ, or g ). I do not. I would be happy to reconsider if he released a simple IQ test, or
6.
▲
by
Locke1689
10y ago
> figures based on Forbes estimate of his net worth. You know Forbes is just a business magazine, and just a small one at that? They don't have any privileged information. They probably just based their reporting on his self-report
7.
▲
by
Locke1689
10y ago
Except that all the numbers on his net worth are based just on his word and he's clearly a serial liar. Interestingly, I think the fact that he's quite stupid may be how he succeeded at the presidential election. An intelligent, p
8.
▲
by
Locke1689
10y ago
Is Edge + the new Windows Application Guard similar in protection?
9.
▲
by
Locke1689
10y ago
Read the source for the compiler and find all the differences. There are constantly minor semantic changes, like numeric conversions, double parsing, scope of generated temps in for loops, delegate conversions, Nothing, etc. I just started
10.
▲
by
Locke1689
10y ago
The breakdown of the rule of law is probably worse in that it will contain all the aforementioned, and more.
11.
▲
by
Locke1689
10y ago
The difference between populism and democracy is that populists always claim to speak "for the people" even if the people are divided. They'll even take action against the majority and simply claim that all the "real&quo
12.
▲
by
Locke1689
10y ago
And despite lambda calculus being written entirely using single letter variable names, Scheme programmers all use proper word-size variable names in their programs. Mathematics notation is so notoriously awful that mathematicians often can&
13.
▲
by
Locke1689
10y ago
You are the one who imputed that 'cmurf referred to all parties named the Republican Party, rather than the more logical interpretation as the current party named the Republican Party.
14.
▲
by
Locke1689
10y ago
This is simply not true. I was there when my entire org got rid of its test team and the people who stayed were not more likely to be H1B holders. If anything, the reverse was true.
15.
▲
by
Locke1689
10y ago
I wouldn't say that's what most people mean by parallel, but in that case I think you're better off building a layer on top of the compiler for that. For instance, provided deterministic compilation you could keep a networked
16.
▲
by
Locke1689
10y ago
I don't agree. Before we moved to Git, Roslyn was on TFS, which was basically Perforce/CVS/SVN. You're absolutely right that the distinction among the former VCS's is minimal. However, Git offers value that was tran
17.
▲
by
Locke1689
10y ago
Most of the .NET repos are structured to use inner and outer loop testing with Jenkins. Most tests on most architectures are run in the inner loop, which are kicked off in parallel as soon as you make a pull request to one of the .NET repos
18.
▲
by
Locke1689
10y ago
It depends on what you mean by parallel. Certainly the Roslyn C# compiler is highly parallel. All files are parsed in parallel, then all classes are bound (semantically analyzed) in parallel, then the IL serialization phase is sequential.
19.
▲
by
Locke1689
10y ago
Certainly: https://github.com/dotnet/roslyn
20.
▲
by
Locke1689
10y ago
You can get that in VS via the Interactive Window (View->Other Windows->C# Interactive). Theoretically you could implement a completion system for the terminal but we reused the WPF editor layers for the completion system rather than
21.
▲
by
Locke1689
10y ago
Appeal to authority is only deductively invalid, not inductively invalid.
22.
▲
by
Locke1689
10y ago
Arenas have fast allocation (because you often have no freelist and just increment the end). They also allow you to quickly reclaim old data, which is important for a database because a query might run long enough for the allocated memory
23.
▲
by
Locke1689
10y ago
You don't seem to understand how performance benchmarking works. Unless you seek to optimize a single application, a benchmark is meant to be broadly representative of a wide category of applications whose performance is dominated by t
24.
▲
by
Locke1689
10y ago
I think the only point being made by the article is that their focus seems to be on pause times above all else.
25.
▲
by
Locke1689
10y ago
These tests don't seem to specifically test GC, so it doesn't seem to be a good comparison. Comparing Go and C# as languages don't seem to be the goal of this exercise, either. Instead, the article was making the point that t
26.
▲
by
Locke1689
10y ago
The following statement from the article addresses this: As Go is a relatively ordinary imperative language with value types, its memory access patterns are probably comparable to C# where the generational hypothesis certainly holds and th
27.
▲
by
Locke1689
10y ago
> It is possible to make most reflection operations run with no peak time performance overhead at all compared to normal operations. Hmm... but my discussions with people who have worked on Ruby execution engines say that Ruby's nor
28.
▲
by
Locke1689
10y ago
My building is currently undergoing a renovation and we still have private offices. To support your point: a number of people have voluntarily taken over a former conference room to turn it into an open space office. Personally I have worke
29.
▲
by
Locke1689
10y ago
The terminal doesn't support as many features, but I can say I have yet to segfault it -- which I can't say any day this week for cygwin or MSYS mintty. Note: MS employee, doesn't work in Windows division.
30.
▲
by
Locke1689
10y ago
This is just classic FUD. The probability of being harmed in a terrorist attack is tiny and the probability of any given immigrant being a part of a terrorist attack is also tiny. This is a mountain out of a mole hill. You'd be better
More ›