Wouldn't that make them entirely beholden to search engines that rely on ad revenue to pay Chrome? It doesn't seem to change the underlying incentives very much.
In 2018, 53% of votes for Wisconsin State Assembly went to Democrats, and Republicans won 64% of the seats (see https://www.jsonline.com/story/news/blogs/wisconsin-voter/20...). So in this case it's not true that "if…
The tip is for the person coming up with the rule--even rules that seem very simple will be harder to figure out than you expect.
See "Considered Harmful Essays Considered Harmful" (http://meyerweb.com/eric/comment/chech.html) "We should stop doing X" will always be a popular essay topic, but the "X Considered Harmful" framing is a bit stale at…
It never attracted a giant user base. I miss Reader (especially the pre-G+ integration version) and I wish it was still around, but it's not mysterious why it got killed. If it had hundreds of millions of users it…
This is a very reasonable question. One way to get at the question of whether the reduction is real is to look at crimes where it's hard to game the statistics and see if they follow the same trends as other crimes. One…
I think this should be read as "kids under 6 failed [to perform better than chance] every time"
The principled way to avoid bad worst-case performance for quicksort is to select the pivot using a median of medians approach. That gives you good asymptotic performance even for adversarial inputs, but in practice it…
> A "Pareto optimal" solution is one which, given all the possibilities of action, produces the best outcome for both parties (with some negotiable surplus). This isn't quite right. In a Pareto optimal solution, there's…
"Lede" is supposedly a holdover from the time when news was printed using actual metal lead type, and "lead" was accordingly shorthand for type itself. The alternate spelling avoids a potentially confusing homograph.
I'd say that the two communities here are just people working at opposite ends of a continuum of applications that run on large clusters. The HPC community is all the way at the end with tightly coupled applications,…
One possible explanation: the cost of initial IO to write your data is amortized over that data's lifetime. The early-delete penalty ensures that Amazon always makes enough on your data to justify the cost of writing it…
If you have a lot of heavily-read data distributed across machines, you're probably constrained by available spindles rather than available storage space. So co-locating data that will almost never be read with…
The difficulty ratings on these questions are cruel mockery.
I was trying to build WRF from source a few years ago for a project in grad school, and the bulk of the program was one giant file that crashed gfortran when you tried to compile it. So compiling with a non-Intel…
Does it? I've always thought of a mid-life crisis as an attempt to recapture the thrills of youth, whether through a fast new car or a hot young fling or whatever. If you take him at his word, he's trying to do the…
One of the biggest ways I became a better programmer in 2013 was essentially the opposite of this advice from item 3: "Don’t be afraid of your code. Who cares if something gets temporarily broken while you move things…
> Google does everything in a very orchestrated campaign. Bash Adwords or Search here and you will see "them" show up to defend it. I would assume this is because a lot of Google engineers read Hacker News and they want…
I clicked through in the hope that it would say "it barely matters, just get started and fix mistakes as you go". It started off with promise when he asserted that the people asking this question usually didn't actually…
If you're relying on giant corporations to engage in coordinated civil disobedience on your behalf, you're in a pretty bad place.
I usually enjoy math problems that are motivated by some interesting real scenario like a man evading a lion, but in this case I don't think it works very well. You end up concluding that the man can evade the lion, but…
The moral compass that led us to slavery, the genocide of the Native Americans, and Japanese internment camps? The idea that the USA was formerly moral but has given it up lately isn't really supported by history.
You're taking a pretty narrow view of parallel computing. For example, there are plenty of systems that use essentially actor models for large-scale parallel computation, e.g. Charm++ and HPX.
There's a sense in which this is true, but it's a really facile argument that doesn't get to the heart of the relationship between Google and the people who use it. "You're the product" implies that they're just using…
Wouldn't that make them entirely beholden to search engines that rely on ad revenue to pay Chrome? It doesn't seem to change the underlying incentives very much.
In 2018, 53% of votes for Wisconsin State Assembly went to Democrats, and Republicans won 64% of the seats (see https://www.jsonline.com/story/news/blogs/wisconsin-voter/20...). So in this case it's not true that "if…
The tip is for the person coming up with the rule--even rules that seem very simple will be harder to figure out than you expect.
See "Considered Harmful Essays Considered Harmful" (http://meyerweb.com/eric/comment/chech.html) "We should stop doing X" will always be a popular essay topic, but the "X Considered Harmful" framing is a bit stale at…
It never attracted a giant user base. I miss Reader (especially the pre-G+ integration version) and I wish it was still around, but it's not mysterious why it got killed. If it had hundreds of millions of users it…
This is a very reasonable question. One way to get at the question of whether the reduction is real is to look at crimes where it's hard to game the statistics and see if they follow the same trends as other crimes. One…
I think this should be read as "kids under 6 failed [to perform better than chance] every time"
The principled way to avoid bad worst-case performance for quicksort is to select the pivot using a median of medians approach. That gives you good asymptotic performance even for adversarial inputs, but in practice it…
> A "Pareto optimal" solution is one which, given all the possibilities of action, produces the best outcome for both parties (with some negotiable surplus). This isn't quite right. In a Pareto optimal solution, there's…
"Lede" is supposedly a holdover from the time when news was printed using actual metal lead type, and "lead" was accordingly shorthand for type itself. The alternate spelling avoids a potentially confusing homograph.
I'd say that the two communities here are just people working at opposite ends of a continuum of applications that run on large clusters. The HPC community is all the way at the end with tightly coupled applications,…
One possible explanation: the cost of initial IO to write your data is amortized over that data's lifetime. The early-delete penalty ensures that Amazon always makes enough on your data to justify the cost of writing it…
If you have a lot of heavily-read data distributed across machines, you're probably constrained by available spindles rather than available storage space. So co-locating data that will almost never be read with…
The difficulty ratings on these questions are cruel mockery.
The difficulty ratings on these questions are cruel mockery.
I was trying to build WRF from source a few years ago for a project in grad school, and the bulk of the program was one giant file that crashed gfortran when you tried to compile it. So compiling with a non-Intel…
Does it? I've always thought of a mid-life crisis as an attempt to recapture the thrills of youth, whether through a fast new car or a hot young fling or whatever. If you take him at his word, he's trying to do the…
One of the biggest ways I became a better programmer in 2013 was essentially the opposite of this advice from item 3: "Don’t be afraid of your code. Who cares if something gets temporarily broken while you move things…
> Google does everything in a very orchestrated campaign. Bash Adwords or Search here and you will see "them" show up to defend it. I would assume this is because a lot of Google engineers read Hacker News and they want…
I clicked through in the hope that it would say "it barely matters, just get started and fix mistakes as you go". It started off with promise when he asserted that the people asking this question usually didn't actually…
If you're relying on giant corporations to engage in coordinated civil disobedience on your behalf, you're in a pretty bad place.
I usually enjoy math problems that are motivated by some interesting real scenario like a man evading a lion, but in this case I don't think it works very well. You end up concluding that the man can evade the lion, but…
The moral compass that led us to slavery, the genocide of the Native Americans, and Japanese internment camps? The idea that the USA was formerly moral but has given it up lately isn't really supported by history.
You're taking a pretty narrow view of parallel computing. For example, there are plenty of systems that use essentially actor models for large-scale parallel computation, e.g. Charm++ and HPX.
There's a sense in which this is true, but it's a really facile argument that doesn't get to the heart of the relationship between Google and the people who use it. "You're the product" implies that they're just using…