Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Need to make a comparison, not absolute judgmen (Score 2) 446

Is it worth taking civilian deaths on our side, through terrorism, to avoid civilians deaths on the other side?

Civilians, by nature should be valued as equally as possible. Obviously, a state's military has a duty to their own citizens, but I think we should find a way to avoid civilian deaths on each side. It is not their fight. Their children didn't ask for this. As decent human beings, it is our duty to prevent harm to civilians on either side.

Censorship

Submission + - Minnesota bans free online college courses (chronicle.com)

Terry Pearson writes: Minnesota's Department of Education has sent a letter to Coursera, a leading provider of free online courses, that states that Coursera may not provide free education to the residents of Minnesota due to a law that dates back more than 20 years. The application of the law against free courseware is clearly outside the bounds of the original intent and may serve to hinder progress in uses of technology in education.

Comment As often as we need (Score 1) 182

As often as we need. We push based on features. Although we sometimes slip into batching up production moves. I find it is much easier to push often when you work with people that are unafraid of branching based on feature requests.

I'm just glad we don't do the "quarterly push" like some do. It sure saves us a lot of troubleshooting in the chance that the push introduces a production error.

Comment McAfee is trying hard to get into this market (Score 5, Insightful) 111

Meh...

If you are not smart enough to install non-market Android apps, you have no problem.

If you are smart enough to install non-market Android apps, you know what you are getting into.

With great power comes great responsibility. I think these pieces keep surfacing because the Anti-Virus companies desperately need to get into this market. They see it is the future and they want a piece of it.

Comment Re:Expand your skillset (Score 1) 418

I'm 35 and had been doing mostly C++ work for my career. I recently went back out to look for a new job, and finding mostly Java stuff, I got the Android SDK and wrote a few Android apps to hone those Java skills. Now I've got a new job doing Java stuff and learning a skillset that I think will be in demand for a while yet.

You did exactly the right thing. Pick up a fun, trendy, and easy to start language. The Android SDK is easy to pick up and can really teach you how to write good Java code.

I do the whole Enterprise Java, Spring, etc. job by day, but learn way more when programming in my free time on Android, PHP, etc. It gives me a fulfilled feeling and gives me the skills to advance my programming career far more than relying on my employer to provide training opportunities.

Comment Re:PR genius (Score 2) 130

This is obviously viral marketing for Ocean's Fourteen.

Exactly what I was thinking. Sounds like an Ocean's plot. If they simplify the plot a little, it could be a stunt for Fast and Furious 6 as well... Attach two Dodge Chargers to spaceship and drive through LA like mad.

Comment My experience - not for road biking (Score 1) 1651

In my experience, I think it is best to let the riders decide. The first, and probably obvious point, is that the only victim of a bike accident is probably going to be the biker. I don't know that we need laws protecting us from ourselves.

Secondly, this article is completely correct. I never wore helmets when I was young. The only exception was for BMX biking over jumps and all. Even at a young age, you understand the importance of self preservation. Today, I wear a helmet when I am mountain biking or when I want to better condition myself for wearing a helmet while mountain biking.

Otherwise, I prefer to leave the helmet at home. I've gotten heat stroke before (while biking on safe roads) and I will say that it was far more dangerous than any accident I ever sustained on a paved bike path or road. And helmets do make your head a little hotter. Besides, when you are on a safe trail or road, it's nice to feel the wind on your head and just feel closer to your surroundings. Biking is for more than transportation, it is for the joy of the ride.

Comment Re:Jelly bean fixes this? (Score 1) 198

The carrier has nothing to do with this...

If you are not on a custom Rom, you will not get an upgrade until 1) The manufacturer provides the approved upgrade, and 2) The carrier determines whether they will push OTA the upgrade. While the carrier may not always be a huge part of the upgrade, they make it happen in the end. All the more reason to jump on XDA and get a custom rom for your device.

Comment Comment lightly and relevantly (Score 2) 472

I guess that when I code, I just make sure that my comments are necessary.

For example, Eclipse gives a nice preview of methods and pulls in the javadoc into the tooltip when hovering over the comment. Therefore, I try to keep these up to date.

On the other hand, comments that just say the method name, or cannot be expected to be maintained, should not be created.

On the point of good code, yes you can write good code and reduce the need for comments, but there are just times when a comment is necessary. For example, there may be code for something that programmers (or humans in general) are not intuitively familiar with. Industry specific items in science, financials, etc. would qualify. If you ever expect a new person to come on and modify your code, you need to make sure they can jump in quickly. A quick comment as to what an industry specific item is, can go a long way to reducing the learning curve and allowing the contractor/new employee/etc to focus on what they are good at (coding).

Slashdot Top Deals

All seems condemned in the long run to approximate a state akin to Gaussian noise. -- James Martin

Working...