Forgot your password?
typodupeerror
Google

Google's 'ID Validation' Is a Joke, But Not Funny 211

An anonymous reader writes "I was curious about the whole profile reporting and ID validation process on Google+ so I decided to do a little experimental work to find out just what is involved. Answer: very little which could be called rigor." Tease: this story involves a form of I.D. only slightly less funny than the 409-eater with a passport in the name of James Tiberius Kirk.

Comment Turn this into a Facebook app? (Score 2) 54

I wonder if user participation would significantly increase if there was a Facebook app for sites similar to Planet Hunters and Galaxy Zoo. Most people probably aren't particularly interested in helping in the hunt for planets or classification of galaxies. Maybe if it got turned into a Facebook app with achievements and the likes, people would be more inclined to participate.

Could PH and GZ be a viable method of implementing a CAPTCHA? Help to classify galaxies or search for exoplanets in order to prove yourself human? The whole reason these sites exist is because its a difficult task for a computer to perform, correct?

Comment Linux XP/Ubuntu/Mint (Score 1) 766

I've never used it before, but I've heard good things about http://www.linux-xp.com/ which claims to be "The most user-friendly interface ever made for Linux". I don't think you would have too many problems switching somebody to a distro like Ubuntu or Mint. Since you mentioned that most of your friends and family only need some basic programs, it shouldn't be too difficult to install the software for them through apt-get and slap the icons into the top panel. The Ubuntu Software Center is decent enough as well that they can probably find other things that they may need as well, hopefully without having to call you. :P

Comment Program design is of utmost importance (Score 1) 452

From my personal experiences with taking programming courses, there's one major area that most teachers seem to neglect: program design.

You can teach your students how to do any number of sorting algorithms, implement data structures, etc, but if they don't know how to design a solution to the problem at hand, they're going to struggle with it.

I know quite a few people who are presented with a problem and the first thing they do is sit down in front of a computer and start hacking away at the code. This may be fine for simpler programs where there is only a few minor tasks to complete, but as programs get more and more complex, it will cause problems if they don't learn proper design.

When you explain functions, make sure you explain why we use functions, and not just how. This will be a nice precursor to the concepts of OOP (i.e. break the program down into logical sections) and should make explaining the semantics of OOP a bit easier to comprehend when the time comes.

OOP was something that was briefly gone over in my high school programming courses, but it was basically along the lines of "Here's how you make your own class and instantiate it". I had no idea what purpose it served or when to ever use it, so I always just used functions and nothing else. It's only now, a year before I'm about to graduate college that I fully grasp the importance of object oriented design and program design in general.

I would have been in a much better position if these were concepts I learned from the start (possibly even before ANY code).

Side note: I have no experience with teaching programming concepts besides helping a few friends occasionally. This big rant was just what I've seen in my personal experience and what I think could have been done to make things a bit easier to comprehend.

Good luck! Don't teach them too much. I don't want to have to worry about job security before I even get one. :)

Google

Submission + - Google's GeoEye-1 Takes First Pictures

Kev92486 writes: I was scanning through my RSS feeds today and happened upon an article about Google's GeoEye-1 imaging satellite which launched on Sept 6. Intrigued as to what the quality of the image was like, I decided to check it out only to find that the first picture was actually of my college campus, Kutztown University (Pennsylvania).
I had to make sure I was reading the article correctly as Kutztown is not a very large or well known campus. I'm not sure as to why they chose Kutztown for their first pictures. I would be interested if anybody could provide some sort of insight as to what process was used to select the first test location. Was the satellite simply in a convenient orbit to snap pictures of Kutztown?

Slashdot Top Deals

Interchangeable parts won't.

Working...