Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Why the hell... (Score 4, Informative) 195

The JVM is very language specific. For example it has op codes for allocating java objects. A truly cross language virtual machine doesn't have anything anywhere near that high level or specific to a particular language.

Whuuu? The JVM does not have opcodes for allocating "java" objects unless you use a very strange definition of the term - if it worked that way then how could other languages target it? The JVM has opcodes for allocating objects and calling methods on them, including opcodes like invokedynamic that exist purely to support non-Java languages like Javascript, Python, Ruby, etc.

The JVM has a really large variety of languages that target it. It's impressive. There are static languages like Java, Scala, Kotlin, Ceylon etc, there are dynamic scripting languages like JS (using the new Nashorn engine it's only about 2-3x slower than V8), there are Lisp like languages, there are implementations of Erlang and so on. And thanks to the fairly well specified "least common denominator" type system Java provides, code written in these languages can all interop pretty nicely.

If you think the JVM is language specific then I'd suggest looking at Ruby and Kotlin, two very different languages that are not much like Java, yet nonetheless both can run on top of the JVM.

Comment Re:Identification != Authentication (Score 3) 59

The difference is for authentication for important stuff we have to show up in person with an ID and a real human checks the identity.

For some things you can also use a SuisseID which is just a regular PKI smartcard USB dongle thingy. I have one. After installing the software, you can log in to some Swiss websites by just clicking the login button in the web page. You might have to enter a password and the dongle then signs the SSL session. It's all standards based and the certificate in the hardware is based on your legally verified identity, i.e. you show a passport at the post office and get your personalised stick through the mail a few days later.

Comment Re:A problem of trust (Score 1) 284

In an ideal world, individuals would use encryption that would protect their privacy from the run-of-the-mill attacker but not from the government.

Even setting the balance of government powers vs individual rights aside, the problem is that there's no such encryption. If it has a backdoor, it's vulnerable. For example, if it has an extra "NSA key" that can be used to decrypt it, then that key will be leaked eventually (Snowden is a living proof of that0, and at that point all existing data is vulnerable.

What he is asking is to compromise security below any acceptable standard for the sake of his convenience. The only correct answer here is, "fuck off". There's no balance to discuss.

Comment Re:(Re:The Children!) Why? I'm not a pedophile! (Score 1) 284

Can you quote that right? Because all I see in the 4th Amendment is that they're not allowed to arrest or search unless it is reasonable; it doesn't say anything about being granted a right to search things successfully.

So far as I can see, 4A is not relevant to this discussion at all. It does not grant people the right to be completely secure from any search (as it specifically excludes reasonable ones), nor does it grant the government the right to force people to make said search easier.

Comment Re:Agile is the answer to everything (Score 1) 133

Agile has issues in terms of scale. It is great for small projects, works for Medium then as you get larger it begins to fall apart

This. What I find funny is that it's use is generally the reverse of where it would be most beneficial. A large established mature project would be great for Agile as it can handle the smaller delta's. These are usually in larger companies who won't touch Agile.

Consulting which is generally ground up work on the other hand with major changes loves Agile.

Comment Re:LT LP (Score 2) 387

Er, if you ignore things like lack of a stable driver API then sure. Lots of users would have loved one of those.

But Linus encounters fewer problems like that because he has little in the way of vision for what desktop Linux should be. His job is to make a UNIX kernel along the same lines they were being designed 30 years ago. He is largely judged by how tightly he replicates a long-dusty commercial design. Desktop Linux on the other hand has no such luxuries because old commercial UNIX was never a force on the desktop. There, it has to both forge ahead its own path, and also look to competitors like MacOS X for good ideas.

And guess what? The genesis of SystemD bears a strong resemblance to launchd, the MacOS X init system. But because that's not something you would have found in Solaris or AIX, the UNIX "community" throws a fit.

Comment Re:This looks like a nasty trick. (Score 1) 839

Why not just tax capital gains at a flat rate (higher than what it is today, that is)? It's inherently progressive at the lower scale of the spectrum (generally, the higher up you go, the more income people derive from capital gains, and the less from employment and other income), and then eventually flatline somewhere in the "insanely rich" territory. And by its nature, it's much easier to track than regular income or sales.

Comment Re:This looks like a nasty trick. (Score 1) 839

Why wouldn't he, with the proposed scheme? Proportional to income, his consumption is significantly less than mine - most of his income is immediately invested into stocks and such. On the other hand, I'm earning (and spending) too much to significantly benefit from the "consumption allowance". The end result is that he is paying less, but because the money has to come from somewhere, this means that I'm paying more.

Comment Re:This looks like a nasty trick. (Score 1) 839

There's one simple and obvious problem with FairTax: it results in a progressive taxation system, true, but it rebalances it in favor of the rich by offloading some of what they are currently paying to the middle class (and especially high middle class) - this is evident from the graphs in their FAQ when they explain how it is progressive.

Now tell me - why, as someone who is middle class, should I support it if it means I'll be paying more, and my boss' boss' boss will be paying less?

Slashdot Top Deals

So you think that money is the root of all evil. Have you ever asked what is the root of money? -- Ayn Rand

Working...