HN user

melted

755 karma
Posts0
Comments394
View on HN
No posts found.

Insane web traffic doesn't actually cost you much. Au contraire, my friend, it brings in the dough. What costs you money is the long tail, those deep, obscure searches which you have to answer to be perceived a worthwhile competitor to e.g. Google. To answer the long tail yourself you must have it in the index, which makes for a _very_ big index. And then you also have to figure out how to get the relevant results out of there in a hundred milliseconds (or 50ms if you're Google, and you have instant search), and update all that goodness to keep it fresh, so that it doesn't take three months for new pages to appear. If you think this wouldn't cost much to a startup, you don't know much about search.

And you don't need to doubt that figure, Microsoft discloses it in its financial results.

Microsoft spends over $1B/yr on maintaining and improving Bing. So yeah, search does cost a fortune if you want to do it reasonably well without relying on others for results. Not only do you have to crawl the web (with different frequencies depending on predicted frequency of content update, etc), you then have to rebuild the index continuously, with reasonable latency. To do all of that, you have to have indexing infrastructure, which in turns requires storage infrastructure, high performanc data processing infrastructure (Hadoop ain't gonna do it, ask Yahoo as to why), which in turn requires high performance networking (or your mapreduce-like workloads will collapse under their own weight), your own datacenter, and your own army of machine learning researchers, systems engineers, hardware engineers, networking engineers, devops, quality engineers (people who improve your scoring function), human eval, etc, etc, etc. If anything, $1B/yr seems to be quite low.

Google is one of DDGs backends, and the highest quality one at that. DDG does not have its own crawlers or index. Nor could it: those things cost hundreds of millions of dollars per year to run and maintain.

[Edit: apparently this is not true. DDG does not use Google, though it does use Bing and some other broad and narrow coverage search engines]

They should just switch to showing nothing but ads in the first page of results and be done with it. I'm sure they will find a way to justify how this is "good for the users", but for me, with my widescreen laptop, the 4th ad will ruin usability even further.

Which, nevertheless, means that people aren't really ruling, and therefore it's not what one could legitimately call "people's rule". Their elected "representatives" (which, let me remind you, don't give a shit about their constituents between elections) write laws. The president, elected by the electoral college people elect (who also doesn't give a shit about the constituents) signs the laws and commands the army which will suppress any challenge to the authority of the federal government with violence if need be. And courts (in which judges aren't elected at all and don't have to give a shit about anybody), interpret the laws.

Why do we need so many middlemen? Is this _really_ a democracy? Or is it a mere visibility of "rule of the people" designed to keep the working class, well, working, for the benefit of the ruling class?

Prediction: within 2 years Apple will have iPhone 7s, on which no one can bypass the encryption no matter what. All they'd have to do is put secure enclave software into ROM burned at the factory, and make it self-destruct if it's tampered with. "Sorry officer, not even we can bypass exponential back-off on this CPU."

I'd rather they worked on improving IDE support for Clang and LLVM when it comes to "unmanaged" languages, as well as moved some of those compiler and optimization engineers to improving LLVM. LLVM still lags a bit behind GCC when it comes to performance of the machine code it generates, so I'm sure improvements there would be quite welcome, and I'm also sure Microsoft has the expertise to make it happen. For extra brownie points, help the community implement a portable debugger that doesn't suck, because thus far all attempts at this have failed miserably.

Microsoft C++ compiler is a source of aggravation at best. Their unmanaged language tooling has been neglected for nearly a decade while FOSS community (led by none other than Apple) plowed ahead and delivered the work of art that is Clang/LLVM, and a profusion of languages like Rust and Swift that run on top of that infrastructure.

Well, it's more complicated than that though, economic considerations-wise. You can treat Hepatitis C now (and it's the rare case where the drug actually cures something like this with high probability), or you can treat liver disease in a terminally ill patient later. It's up for debate what's more expensive. That's one of the reasons why they can charge so much. The second reason is, they're just dicks.

Probably depends on the cost of medication to begin with. My HBP medication is like 25 cents a pill even without insurance. I figure it can't really go much lower than that given that all those folks at the pharmacy need to be paid. Now if something is $25 a pill, there's definitely more room for negotiation.

Oh I'm well aware of that. I'm also very aware that:

0. There's no direct vote on laws. This alone makes the US not a democracy, but a republic at best. 1. There's no direct vote for president and vice president. 2. Elected representatives or the president do not care one iota about their constituents between the elections. If you think they do, explain things like TPP 3. Two party system merely creates the illusion of choice. Both parties are right wing, with democrats being slightly more centrist.

You need to read "People's History of the US" by Howard Zinn. There never was a democracy here. The only times when people had the actual power was during the many armed insurrections, most of which were simply suppressed by force, but some of which did achieve at least some of their ends.

You don't have to split, though. You can put all your code in the header file. Your compile times will suck mightily, but you can do it, if managing headers is such a burden.

On a more serious note, just take the Google coding style and strike out everything it says about exceptions. Boom! A relatively painless C++. You don't have to use every trick in the book.

No, I'm implying that one way or another developers need to be paid for what they do if you want them to continue to write apps. I pay them directly because I don't like ads. Others choose free versions of apps to pay indirectly by subjecting themselves to ads. If I had a mechanism to pay publishers directly with a reasonable flat fee, I'd do that as well.

None of the apps I have on my phone have ads in them. And before you ask, no I don't have FB or any of the other "social" apps. I prefer to spend a buck or two to not see the ads.

There's no such thing as "prevailing market wage", at least not in software engineering. Your comp can vary by a factor of 3 or more, depending on where you work, for the exact same skill set.

They aren't underpaid wrt their nominal career level. Many of them definitely are underpaid if you consider their actual experience and what they'd get if they were in the market. That price point can only be established if you can safely change jobs, which on an H1-B you can't.