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

 



Forgot your password?
typodupeerror
×

Comment Re:Makes sense... (Score 1) 341

I had the same problem with nhl gamecenter. I was more than happy to spend $150 / year to watch games, but since i live in Cleveland, most east coast games are in market. (Pittsburgh, Detroit, NY, Buffalo), resulting in me canceling the service. At least the upside is that the NHL streams the radio broadcasts for free so i can listen. as in all sport the radio announcers are better too.

Comment Re:This is what Google gets for using Java (Score 1) 243

It's just that people can't program non-buggy in it.

Its hard to write non-buggy code in any language. ill admit it is easier to mess up alot of stuff in c++, but bug free code is not often seen anywhere. A team must make bug free code a priority and devote alot of time to achieving that goal. Even then it might not be possible to write truly bug free code.

Comment Re:drag and drop? (Score 1) 107

I've always thought something like this(link below) was a good way to keep students engaged, make it fun, and give students a better idea of what programming was really about. The programming is OO so most of the hard work is done by the environment, students just get a simple list of methods to use. And you could have a giant tank robot battle to the death at the end of the semester. was always told it was too complicated for new programmers.

ps. i have no affiliation with the project other than using it in high school. Just thought it was always a great idea and underutilized tool.
http://robocode.sourceforge.net/

Comment People get mad when things dont go their way (Score 1) 384

Just another case where someone gets mad when someone else did something they didn't like. Happens in politics, happens in business, happens in every police force around the globe. Good thing we have overly vague sections of law that we can use to arrest anyone with.

Comment Re:Version numbers (Score 1) 188

Sheesh, these browser version numbers are climbing quickly.

Reminds me of some of my code under source control. Since any committed code increments the version number i have versions in the thousands. not all releasable however.

Maybe we should be labeling software based off the current version, since software like chrome is automatically upgraded anyway. for instance if you are one version from the current you browser will say chrome -1. the current would just be chrome without a version number. it would give a social incentive to upgrade, and show how far you are behind.

Slashdot Top Deals

God help those who do not help themselves. -- Wilson Mizner

Working...