Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Thought experiments (Score 4, Insightful) 1216

Personally, I think that pro sports players and coaches, and top hip-hop musicians, all make "too much" money. But so what?

I'm not sure how I could explain the "so what" part to you any more clearly: in a democracy, if there is too much wealth pooling (or the perception thereof), the people will take your money from you, by force, if necessary.

Thus, it's in the enlightened self interest of the wealthy not to get too wealthy (or perceived to be too wealthy).

Comment Re:Thought experiments (Score 4, Insightful) 1216

How about a law that says movie stars can only make 100 times what the lowest wage guy on the movie set makes? Perhaps recording artists should only make some multiple of what some guy in the studio does? Maybe authors can only make some multiple of what the editors at their publishing houses make?

You can argue until the cows come home how fair or not fair it is for so much wealth to pool to the top. But at the end of the day, if you live in a democracy, and it is the people's perception that the wealthy have gone too far, the people will say Enough Is Enough, and take the wealth from the wealthy, by force, if necessary.

It's in the enlightened self interest of the super wealthy (this includes CEOs) to not allow their massive wealth accumulation to become so severe that The People rise up and take their wealth from them. CEO compensation has pretty obviously crossed the line to the point where the vast majority of people think they are dirty rotten overly greedy bastards.

Wealthy people should consider this sooner rather than later.

Comment In-Game Purchases (Score 5, Insightful) 243

The fastest way to get me to uninstall an app is in-game purchases (other than a one-time payment to purchase the full version straight up, with no further fees).

Give me a lite version to evaluate it, then let me buy it straight up. I loathe and detest in-game purchases for gold, gems, or anything else necessary to continue a game, or to speed it up.

Comment Re:Google Plus (Score 1) 324

I see that Google+ by your userid.

You've made your choice to be spied on by Google.

Oh, please. Like Facebook, Microsoft, and a dozen other companies aren't following us around on the web, too?

At least Google gives us some really useful software and services in exchange for some of your mostly-not-of-value-to-you privacy. What does a company like Facebook give you except narcissism and a permanent embarrassing history of all your ill-thought out sharing with the whole world?

Comment Re:Company Caching Proxies and Filtering? (Score 1) 320

Also how are companies supposed to effectively web filter if everything is HTTPS. DNS filtering is, in general, too broad as brush. We may not like our web filtered, but companies have a legal duty that employees shouldn't be see questionable material, even if on someone else's computer. Companies have been sued for allowing this to happen.

Companies can and already do install trusted certs on the browsers of their computers, and then MITM the traffic. In other words, https would not stop them from doing any filtering they care to do.

Comment Re:Snowden is playing a good game (Score 3, Interesting) 145

A good thing to start doing right now would be to educate people to use end-to-end encryption for all their communications (or as much as they can).

End-to-end encryption is a great idea, but technical people need to make this as simple and idiot proof as possible to maximize adoption. Let me repeat that: it needs to be simple and idiot proof. I know it's popular around here to accuse everyone in the world of being a drooling dolt, especially where technical matters are concerned, but the fact is, people are busy living their lives, working hard, spending time with their family, etc., and have little time left over for technical geekery. A ten page guide that walks you through all kinds of technical jargon and details is not going to cut the mustard. It must be nearly "click, click, click, done" simple.

HTTPS, IMAPS, etc. It's not the ultimate solution but will make a good portion of MiTM attacks conducted by spying agencies useless.

https is broken by design: it trusts anything the root CAs trust, and you can be sure most or all the CAs around the world are in bed with all the big intelligence agencies.

Comment Re:Software "previews" are way longer than a movie (Score 1) 169

After that I realized that maybe moving to Java is not such a good idea after all. I think the popularity of C#/Haskell/Scala/C++11/Python are a result of this realization.

Yeah, good call there, Alomex. Java's been a real failure and programming languages like Haskell have taken off like a rocket.

<rolls eyes>

Comment Re:iPad 2? Why? (Score 1) 471

It's somewhat baffling that anyone these days would want an iPad 2. The Mini outstrips it in every area but screen size, at the same price.

Eventually, you'll know why some people might choose the larger but lower spec iPad 2 over the iPad mini.

You'll also learn why people like the zoom button on browsers, why people like smartphones with large screens, etc.

Everyone figures it out eventually...

Comment Re:DoS? (Score 1) 361

oh, totes. if the nsa gave you a router with a 100% backdoor for them, then you would be golden against all other threats. except... obv the nsa can be infiltrated cf snowden. and others could engineer your router backdoor. and if the nsa has a router backdoor they could potentially get access to your computer and all your bizness, not to mention the computers and bizness of everybody you communicate with.

I would trust the NSA's security guys to get security better than any for-profit company with strong economic incentive to cut corners.

And I realize I'd be handing the NSA the keys to get inside my network -- that's the trade-off I think many people would find worthwhile -- giving the NSA access in exchange for them writing the most secure firmware they possibly could.

Comment Re:DoS? (Score 4, Interesting) 361

The effect of this is to remove secure competitors from the market and force users onto pre-compromised services.

I know this is going to sound mighty odd, but hear me out...

I kind of wish the NSA sold things like consumer routers, for which they wrote all the firmware, user interface, etc.

The NSA employs Really Ridiculously Smart People, so then I could count on my router being really, really secure against everyone and everything... except the NSA.

Which would be an OK trade-off for me, and I think would be an OK trade-off for a lot of people...

Comment Re:C. Obviously. (Score 1) 465

You know C. C is simple, as fast as any alternative, it's straightforward to optimize (aside from pointer abuse), and you always know what the compiler/runtime is doing. And threading libraries like pthreads or CUDA are best served via C/C++. Why use anything else?

This is just nonsense, and to see it constantly repeated and modded up is just sad.

C is only simple in the same way a written alphabet with only two letters is simple: sure, you only have to remember the letters A and B (simple!), but actually using it is not simple.

For crying out loud, in C, you can't even do A = B + C; without having a very good chance of invoking undefined behavior. Why? Because in C, overflow or underflow on signed values has undefined behavior!

Access beyond the end of an array and damage data elsewhere in the system (making it often really hard to find)? No problem!

Laboriously managing your own memory (and probably leaking it)? No problem!

What, real strings? Heck no, real men like to take the risk of overflowing the strings and their buffers!

C is filled with literally hundreds of mine fields just waiting to trap the unwary, and often forces you to write a lot of code that would only be a few lines in a higher level language.

C is not simple to use. C is not simple to use.

Comment Re:What's Missing (Score 1) 157

We can't be satisfied with the "everything's been invented already" approach. That would be admitting we've invented technology we can't manage.

Oh, I agree, I'm just saying that it's become harder to invent new things (in software). It was much easier in 1979 (which is, coincidentally, the first year I started writing code).

Slashdot Top Deals

"Show business is just like high school, except you get paid." - Martin Mull

Working...