Guys aren't really hitting it on the head. It's about the level of behavior that companies release analysis on.
See, there's another company that occasionally releases interesting data analytics: Google.
See: Word frequency over time, Predicting the spread of viruses from searches, etc.
The issue is that Uber is trying to explain motive and behavior at the individual level ("I know something about you!"). This is something that would be a definite no-no for Google. The cheekiness of the language certainly doesn't help either.
>>CryptoLog: The reason is simple: I took along some interesting reading material and ignored the speakers. That technique served to advantage again for three more snoozers, Thursday’s “digital signature and electronic cash” session, but the final session, also on complexity theory, provided some sensible listening.
I suppose the NSA didn't make anything off of bitcoin. #umadbro
Yes! We should require all CAR drivers to wear helmets. Imagine how less likely drivers are to engage in road rage when they're wearing dorky helmets, not to mention safety on the road.
This is why no one wants to work at [Your Stupid Hedge Fund Here].
A while ago there was an article about how Wall Street was bemoaning the difficulty of recruiting top talent from tech.
Surprise: It isn't the money. There's plenty of money there. It's the total lack of understanding on how programmers create value. And this is the result.
There's so much to expound on here, it's truly amazing.
If they lose, then there's going to be precedent for when the stakes are high. And I can't see how they can totally escape culpability, since they can't even turn over the source if they wanted to.
The anonymity Tor provides is fundamental from an Internet activist perspective but in the eyes of the law (and the world outside our tech bubble) it's aiding and abetting. There's a reason why we're not allowed to have encrypted landlines.
Since the hidden services are themselves run over Tor, it looks to me like the only thing Tor can do is refuse to serve PinkMeth.com without identifying the agents. Which might be good for privacy precedent on the one hand, but bad if Tor as a result receives all the flack for all criminal activity run over Tor -- that means Tor relays (who are identifiable) are next.
>>But the people that had to carry out the scheduled work took a while to get used to the idea, as they didn't like not knowing why they were doing certain things.
There's some real Asimovesque worship of technology here. Without sounding like a Luddite (computers are good at scheduling), this is scientifically scary.
>>"I am told that the courts are trying to make a distinction between mathematical algorithms and nonmathematical algorithms."
As Knuth implies, this is a fool's errand, and this is the reason why courts should not award any patents protecting an algorithm at all.
As a thought exercise, is "A website that advertises a series of random beers from a known collection of user preferred beers" mathematical?
No? Then, is a random shuffling algorithm mathematical based on a vector of inputs mathematical? No? How about the following code?
void sort(int *arr, int len)
for (int i = 0; i < len; ++i) {
r = rand % len;
swap(arr + i, arr + r);
}
Not mathematical? Then what about a function "s" described as s(x) = f(g(h(x))), where x is a vector, h multiplies the vector by the identity matrix, and g multiplies its input against the set of all possible matrices such that all elements are 1 or 0 and there can be at most 1 non-zero element for a given row and column, and f chooses a random input from its set and returns its multiplication against a vector of 1s?
These are, at their core, all algorithms, and they are all mathematical. The courts have already established that the "Internet of things" is not patentable, which is why the first example transfers to the second. This is admittedly a poor example, but for a better understanding read Knuth's "Fundamental Algorithms."
>>Is this right or wrong? Only if rent-seeking is right or wrong. The patent system is working exactly as it should be.
This is a fatal oversimplification hiding in economist jargon. Is making money wrong? As an economist, the answer is "It depends." From a public utility standpoint, the point of patents is to encourage invention by protecting those who would not otherwise invent. Do you honestly believe that without patfents, the software industry will decrease in productivity?
>>* stifle innovation? No. Innovation still happens, progress is being made
What? Stifling and dead-stopping are two entirely different things. We're talking about the rate of innovation, not whether it's happening or not. Once again, do you think patents are hindering innovation?
>>The patent system is working exactly as it should be.
You can't use this claim as an argument. That's the entire matter at hand.
1) web design is an engineering discipline because you have to make things fast and fault-tolerant on top of making it look good. there's a lot more moving parts to a website than there is to an InDesign export.
2) any tool sufficiently powerful to render complex websites will make it considerably easier to create simple bland websites
3) the mythical oracle described above would not only be of interest to webdesign, but all of computer engineering. i wish you the best of luck.
Well, you took a swing at it and you missed. You can give yourself credit for that at least.
Everything else is managing your expectations. There's something about being 22 that's tough -- lots of people are advancing in their careers, and you're just starting out.
So don't drink the Kool-Aid. Forget about the valley. Don't be greedy. Once you learn to enjoy your life again and have confidence that you can be a positive contributing member of society, reconsider the mantle. Emotional stability is like muscle power -- you must build it over time with care. And you need an abnormal amount of emotional stability to handle SV startups.