Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Accessibility in Linux is NOT great (Score 1) 65

Because it's pointless? What's the user base of Linux desktop? Retired grandpas and blind persons surfing website or deaf persons making music?

The biggest problem with Linux desktop systems is that those developers either don't care or get confused about what their user bases are. Accessibility would make no sense at all to grid administrators, 3D graphics makers or programmers.

Comment Re:Haskell? (Score 1) 138

Being functionally proficient in Lisp, Erlang and Haskell gives you skills that vastly improves your Java/C++/Whatever.

Nope it doesn't. It only increases your frustration and complaint at coding because common industry languages such as COBOL and Java are so fucked up beyond hope. Every time you write them you feel the rage to stab their creators a thousand times and send their heads off to IS.

Comment Re:That's Great and All (Score 1) 89

It's retarded to even think there is some general skill in animals or anything.

Either you program sandwich making directly or you program its artificial desire to eat and the ability to taste, rank, and make food out of raw materials, and give it some time to learn to make an eatable sandwich.

It's supposed to learn and do things the way people find best. So it's just a matter of time before we deprecate most humans since we cannot improve our thought process or upgrade our brain speed.

Comment Re:I call bullshit on anything from Forbes (Score 1) 134

A theoretical similar attack might be to watch a browser use its https session key to grab the key, and then allow a malicious user to decrypt the https stream (assuming they had a separate means to capture / record that...) and that would be pretty bad.

But you still have to repeat the same encryption/decryption enough times to detect anything close. It might be easily defended by simple and random obfuscation to make the detection much more difficult (ex: running multiple encryption/decryption by different keys at the same time), or moving the entire code into GPU, where operations are asynchronous and timing cannot be accurate.

Comment Re:And this is news... (Score 1) 309

Even if they open-source half of the spec, open-source graphic drivers are still unusable unless you simply don't need hardware acceleration, which is the whole point of buying these cards.

If you value open-source more than the quality of the cards themselves, you're not the types of customers who need their graphics card and they need not care about what you think. People who really need those cards always want 100+% of performance and that could only come with official drivers.

Comment Re:Developers, Developer, Developers (Score 1) 125

Nope streams only offers the lambda, not expression (= half-compiled code which may be translated into SQL and XML and many other uses), and it's NOT compatible with existing iterable/collection APIs which means its use is very inconvenient and limited. If you really want to use those features you have to try my library jxtn.core.axi which modifies system interfaces to add such functionality.

The expression stuff can be done by runtime bytecode analysis (not officially), i.e. reverting your bytecode back into expression and then rewriting it. The tech is just out of research last year and has been only used in Jinq, and it requires JVM bytecode - so not possible in dalvik or pre-compiled situation.

Slashdot Top Deals

The biggest difference between time and space is that you can't reuse time. -- Merrick Furst

Working...