Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Cell phones are the new Microcomputer (Score 1) 8

The last bubble was made by buying hardware on leverage. 10% down bought you 100% use of the hardware and the telcos were left holding the bag sans 90% of their money when you went under. Then when the bank called... poof!

Not likely to happen with cellphones... unless cellphone companies start buying network infrastructure on leverage. Which actually *could* happen but probably won't since the memory of the last bust is so fresh.

But I'm talking about a boom... not a bubble. And anyone who can program right now is poised to be a highly sought after employee 5 to 10 years out because aren't we in a bit of a shortage now already? Isn't it expected to get much worse as those tiny number of graduates with CS & programming skills shrink further? Presuming a few things I'd guess that when business types start seeking the next buck they'll say:

"And let's do it on a cellphone! That'll be new and exciting! That'll get us some VC!"

Schmucks.

User Journal

Journal Journal: Cellphones... just do it. 8

I'm looking to start working with Android. I found this tutorial. Basically my thought is this: cellphones are going to go boom. The last time I saw this kind of hype storm and positioning it was around this silly thing called "the internet" and if my pattern matching software is working right we're getting ready for a new boom in the next decade or so... this time fueled by whatever the cellphone i

Comment Re:fast and easy: no monopoles, please! (Score 1) 578

I try to qualify with "probably" and "mostly" in the right places. Gravity can cause you to crash or it can create a sling-shot effect. It's just a matter of application. Too frequently people over-apply "fast and easy" and too frequently people discount the power of wisdom and experience in a computer system. "It's old!" they say as if that is some kind of rebuke in itself. Morons. They keep repeating the same mistakes their programming ancestors did. In the least you can learn from the ancient system programmers what not to do.

Comment Re:fast and easy: no monopoles, please! (Score 1) 578

Programmers should strive to do as little as possible and no less. Rapidly accomplishing things should not be the driving force of development. Instead, creating valuable tools should be the goal. You should seek to make something new and unique. You should never seek to follow a pattern. If you are doing things "fast and easy" you are probably doing things that have already been done before. If you are making a "login system" you should seriously ask yourself if what you are doing is not significantly contributing to the state of the art... why in-the-name-of-excrement are you doing it?

The consequence of seeking "fast and easy" solutions and "fast and easy" programming tools is that you are more likely to quickly and easily ignore the value of your work and be willing to reproduce it over and over... after all it only took 30 minutes. I'll just do that same task over and over and over... it'll be easy... easier than solving the problem once and for all. The forces of laziness do not push us in the right directions if we work with solutions that are too "fast and easy" in the wrong directions. So when it is time we scale up and throw more persons at the problem we throw them at the "do it over and over and over" problem not the "once and for all" problem.

Fast and easy are traps.

Comment Why is it always programming? (Score 1) 578

Why can't someone attack a profession like Law or Medicine with a tool like this? Seriously? Imagine:

"Our new Suem 4.0 system makes it possible to practice law without passing difficult bar exams!"

Don't hire expensive lawyers to represent you in court when you can use Suem 4.0 to help you defend yourself! Defend yourself against Murder charges! Rape charges! or even Embezzlement! Now anyone can practice law!

"Our new Surge 4.0 system makes surgery possible with 90-per cent less precision!"

Why pay for expensive surgeons when you can operate on your own brain! Perform tumor excisions and Lobotomies in just minutes of training!

Slashdot Top Deals

Make sure your code does nothing gracefully.

Working...