Forgot your password?

typodupeerror

Comment: Lies, damn lies, and statistics (Score 5, Insightful) 389

by gsasha (#28569073) Attached to: Microsoft Changing Users' Default Search Engine
It is of course possible to formulate the selection criteria so that Google will come extremely unprominently shown somewhere at the bottom. Which Microsoft did in this case, quite successfully.

I actively tried to switch the default search engine to Google, and guess what, it was hard to find even knowing what I'm looking about.

If I was Google, I'd file an antitrust petition against this NOW.

Comment: Try working on just improving the code (Score 1) 601

by gsasha (#28479035) Attached to: How To Get Out of Developer's Block?
Perfect for procrastination.

Just sit down with it, but instead of writing new code, clean it up, or add some tests around it. There are two benefits:

  1. It will start looking much better, and you'll have a better feeling about it.
  2. You'll get yourself back into context, and before you know it, you'll find you want to do some development at it.

I have a similar problem: I have a project that I would really like to work on, but can find time only occasionally. I have found that coming back to it after a long time is very hard. I have my lists, but starting something is just formidable. So, I start by reading around, doing little stuff here and there and just cleaning it up, until I feel confident enough to do something.

And in general, it's very good to have your code thoroughly tested. Read about it here: http://manent-notes.blogspot.com/2008/08/developing-under-severe-time.html

Hardware Hacking

Build Your Own SATA Hard Drive Switch->

Submitted by
Mikey Win
Mikey Win writes "ExtremeTech shows us a cool hardware hack that allows multiple operating system to boot without dealing with any tedious BIOS setup changes. How? By building your own SATA hard drive switch. The result? You can expect a longer hard drive life span, power supply load reduction, and partitions protected from becoming overwritten or corrupted."
Link to Original Source
Announcements

Python 3.0 alpha1 released

Submitted by
x4nthu5
x4nthu5 writes "From http://www.python.org/download/releases/3.0/:

"Python 3000 (a.k.a. "Py3k", and released as Python 3.0) is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed."

Python 3k engines are up and running!"

Say something you'll be sorry for, I love receiving apologies.

Working...