Forgot your password?

typodupeerror
Linux

Adobe (Temporarily?) Kills 64-Bit Flash For Linux 272

Posted by Soulskill
from the how-rude dept.
An anonymous reader writes "It seems that with the release of the 10.1 security patches, Adobe has, at least temporarily, killed 64-bit Flash for Linux. The statement says: 'The Flash Player 10.1 64-bit Linux beta is closed. We remain committed to delivering 64-bit support in a future release of Flash Player. No further information is available at this time. Please feel free to continue your discussions on the Flash Player 10.1 desktop forums.' The 64-bit forum has been set to read-only."

Comment: Forget the higher level languages (Score 1) 407

by dynchaw (#31477150) Attached to: Good Language Choice For School Programming Test?

If you want to give these kids a solid foundation to build on that will instill good habits and understanding of how computers work - C.

Java runs on top of an engine written in C - same with Python. They're great for doing that they do which is providing a massive library to take out all the menial tasks, but those menial tasks are the ones that teach people how everything works in the first place. How do they become a menial task if no one ever learned they were there?

Do we teach calculus without first teaching numbers and then general addition, subtraction, multiplication, division, etc etc etc

I have spent years beating the bad habits of Java out of programmers. Garbage collection is all nice and wonderful but it prevents programmers from having to think about memory at all. Taking that Java programmer and trying to get them to write even simple C/C++ code or even something as basic as assembler is damn hard! Everything they have learned has to be re-grounded. It's like boot camp - break them down to so they can be built up into something useful.

It's easy to teach someone who knows C how to write C++, Java, Python, or the zillion of other languages out there.

Australia

Aussie Attorney General Says Gamers Are Scarier Than Biker Gangs 409

Posted by Soulskill
from the well-perhaps-in-some-senses dept.
Sasayaki writes "South Australian Attorney-General Michael Atkinson claims, in an interview with Good Game, that gamers were more of a threat to his family than biker gangs. This is the man who has been the biggest opponent to Australia receiving an R18+ rating for video games and who has the power to veto any such law introducing it."

Comment: Re:Much ado about nothing (Score 1) 288

by dynchaw (#28449727) Attached to: Has Google Broken JavaScript Spam Munging?
My gmail account has had 2 spams make it to my inbox in the last 6 months (probably longer) of the 20-50 spams a day the account receives. I have never published the address and have only even given it out to friends and family but it has received spam since the day I opened it. I also don't have any other email addresses forward to it. Very effective for me.
Movies

Pixar's Next Three Films Will Be Sequels 379

Posted by kdawson
from the low-hanging-fruit-is-the-first-to-rot dept.
brumgrunt writes "Should we be worried? As Pixar, with Up, once more proves itself to be home to some of the most original and daring blockbusters on the planet, the news that its next three films are likely to be sequels — with the confirmation of Monsters, Inc. 2 — gives cause for concern. Are commercial pressures catching up with one of our most inventive movie companies?"

Comment: Re:Solution: Public Key Auth (Score 3, Interesting) 327

by dynchaw (#26197973) Attached to: The Slow Bruteforce Botnet(s) May Be Learning
All my servers have SSH sitting on a high port and have never had SSH attacks on them. In the one case where someone found the port, their bot attempted to use the port to proxy a web page. On port 22 I run a program that firewalls out anyone who creates a full TCP connection :)

For adult education nothing beats children.

Working...