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

 



Forgot your password?
typodupeerror
×
Cloud

Google Gmail Motion Beta 104

PB8 noted that has been following all the kinect projects that have been floating around the net, and decided to use detection along with a rich visual vocabulary including common gestures and American Sign Language to accelerate your gmail time. This is going to require a bit of a change in my email composition since normally I use those to vent frustration.
Debian

Debian, OpenSUSE, Arch, Gentoo and Grml Merge 117

tomhudson writes "debian, arch linux, opensuse, grml, and gentoo are merging to create a new distro: 'We are to announce the birth of the Canterbury distribution. Canterbury is a merge of the efforts of the community formerly known as Debian, Gentoo, Grml, openSUSE and Arch Linux to produce a really unified effort and be able to stand up in a combined effort against operating systems, to show off that the Free Software community is actually able to work together for a common instead of creating more diversity. Canterbury will be as technologically simple as Arch, as stable as Debian, malleable as Gentoo, have a solid Live framework as Grml, and be as open minded as openSUSE.' Arch Linux developer Pierre Schmitz explained: 'Arch Linux has always been about keeping its as simple as possible. Combining efforts into one single distribution will dramatically reduce complexity for developers, users and of course upstream . Canterbury will be the next evolutionary step of Linux distributions.' This will without a doubt put on Ubuntu."

Comment Re:Use C# (Score 1) 709

Whitespace is only meaningful when it separates statements (newline) and it structures code (spaces/tab for indentation). Although the Python coding style suggests against lining it, you can line things up to your heart's content.

This is legal Python:

def my_func_params_let_me_show_you_them(
            foo = 1,
            bar = False,
            egg = None,
            spam = [][:],
        ):
    pass

Comment Here, have some links (Score 4, Informative) 151

FOSS advertisements currently running:
http://meta.stackoverflow.com/questions/53346/open-source-advertising-sidebar-2h-2010

FOSS advertisements that have run until recently (but probably still can do with some help):
http://meta.stackoverflow.com/questions/31913/open-source-advertising-sidebar-1h-2010-closed
Movies

Why I Steal Movies (Even Ones I'm In) 753

Jamie found a link saying "Like a billion other people, I download things illegally. I'm also an actor, writer, and director whose income depends on revenue from DVDs, movies, and books.This leads to many conflicts in my head, in my heart, and in bars."

Slashdot Top Deals

"God is a comedian playing to an audience too afraid to laugh." - Voltaire

Working...