Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment My sense (Score 1) 536

My sense is that the MEAN Stack (Mongo, Express, AngularJS, Node) is sort of winning. There's some packaging of it over at mean.io.

Personally, I'm really getting interested in Meteor (www.meteor.com). Watch the videos, and realize I saw a smart non-coder go from zero to *ridiculously* interactive site design in three months.

Comment It's because Python 3 is broken. (Score 2) 432

No really.

I took a pass at Python 3 a while back. The amount of hoops I needed to jump through, to deal with compilation errors around Unicode handling, was terrifying. It was simply a poor user experience.

Python 2.7 just works. Sure, it's a nightmare past a certain scale point. But until you get into the dregs of OO it really is executable pseudocode.

Python 3 is some other language that lost that property.

The big problem is that we don't ship languages with telemetry that reports when they fail to work. So things that are completely obvious to outsiders never make it to inner circles. Not that I can really see any way for Python 3 to mend its errors.

Comment Write code! (Score 3, Informative) 472

Seriously. Write some code, publish it on Github. Spin up a single serving web page, does one interesting thing as soon as you arrive. Remember, everyone else with resumes could be pretending, you're actually doing stuff.

For work experience, sign up on freelancing sites like odesk. Take jobs just to do them. Nobody knows how old you are, there. Even if all you can do is sysadmin -- well, admin some cloud services!

Comment Perspective (Score 5, Insightful) 438

http://arstechnica.com/apple/news/2012/01/82-percent-of-atts-q4-2011-sales-are-smartphones-66-percent-are-iphones.ars

Yeah. 66% of AT&T's 4th quarter sales were iPhones. I was on Verizon for years, switched to AT&T only for their iPhone, and stuck with them only for their GSM capabilities worldwide. Sure, your margins are less when you offer a better service. Would you prefer no sales though?

Comment NES (Score 2) 348

The platform that most successfully upgraded itself was the NES. One of the degrees of freedom they had, because there were chips in each cartridge, was to deploy new memory management units inside the games themselves. Quite literally, the NES became more powerful for games released later in its dev cycle. SNES did this too, with the SuperFX chip inside of Starfox (the most popular DSP in the world, for its era) but it wasn't quite the "all games ship upgrading hardware".

I suspect if there was ever to be upgradable hardware, it'd have to work by yearly subscription, and it'd have to be no more than $50 a year for the part. However, with guaranteed sales in the millions of units (as games would hard-require it) the logistics of making some pretty crazy stuff fit into $50/yr wouldn't be unimaginable. Remember that XBox Live is already pulling, what, $60/yr?

Comment it goes beyond mere roving wiretaps (Score 5, Insightful) 422

And goes into a 4 year extension of Big Brother spying on what books you read or buy, what your emails contain, etc. It allows Big Brother to collect information on you sans any justification whatsoever - you don't even need to have ANY connection to a so-called "terrorist" or "terrorist organization" (like environmental groups, worker's rights groups, anti-corporate groups, etc...you know, horrific "terrorists").

It is not a "yawn". It is yet another shiv into the heart of so-called "liberty" and "freedom".

Land of the free, home of the brave MY ASS. Land of the chattle, home of pansy candyasses is more accurate.

Comment First things first (Score 1) 729

First, define consciousness or, better yet, prove it matters. Explain fMRI studies that indicate that one actually makes decisions PRE-consciously yet still makes consciousness relevant. That's right, fMRI studies indicate that you make a decision to take an action BEFORE you are actually consciously aware of it. Turns the entire idea of consciousness on its head so that it is merely becoming conscious of what your brain/mind has already decided microseconds BEFORE you are conscious of making the decision.

Once we get past the above, THEN we can get into explaining what it is and how it comes about. It is way premature to assign quantum anything as an explanation before we really know what we are explaining or even if it needs explaining.

Comment It's all being worked on (Score 5, Interesting) 77

DNSSEC is an infrastructure shift, and you can't use it on .com domains for another few months. Have some patience.

At Black Hat this year, I actually demonstrated the endgame. Want federated authentication in OpenSSH that actually scales? Want servers able to autogenerate TLS keys that will be recognized and secured worldwide, even against broken certificate authorities?

Want secure email, without the mess that is PGP key management?

End to end secure key management via DNSSEC makes it all actually really easy. Code is here -- BSD licensed, feel free to play:

http://dankaminsky.com/phreebird

Also, I'm putting together a set of diaries on the subject:

http://dankaminsky.com/2010/12/13/dnssec-ch1/

Enjoy!

Slashdot Top Deals

Human beings were created by water to transport it uphill.

Working...