Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment MP3 patent enforcement in Europe (Score 1) 477

"A shipment to a German distributor was accidently mislabel with "MP3" (The Openmoko can't play MP3's unless modified). That was enough for the German customs to seize it according to European piracy protection laws."

-- http://info.openmoko.se/Home/mp3

"The Linux-based phone, OpenMoko is currently in a patent dispute with Sisvel, as known as Società Italiana per lo Sviluppo dell'Elettronica."

-- http://www.infoq.com/news/2008/11/OpenMoko-MPEG

Education

Submission + - University Chooses "Trendy" Logo, Students (aaltoyliopisto.info)

SLi writes: The leading Finnish technological university, which is changing its name, has chosen a new "trendy" logo that "appeals to the young" — by inserting "techy" characters like ?, " and ! inside the words "aalto university" (see link for picture) — I'm sure you agree it will appeal to the science community! Students and researchers alike are now in arms, and the new logo quickly inspired parodies. Wouldn't you love to study in such a trendy university? Of course the winner of the logo competition also got a prize of 10000 euros ($14000).

Comment Re:Switching kernels for one install or? (Score 1) 425

Syscall "emulation" is a very interesting idea since it will spare us from the archive rebuild and will let the user to just reboot to switch kernels without having to touch userland.

However, last time I tried this I couldn't get gnu screen run. I guess some terminal magic is not implemented in the syscall emulation properly? Can you run gnu screen?

Comment Re:Your Goal: One Second or Less (Score 5, Interesting) 654

My desktop uses nfs as its root filesystem so it is easy to measure how much data it will need to read on boot by measuring network traffic. A complete reboot with "shutdown -r now" generated only 44 megabytes of traffic (including both read/written data and ethernet overhead) so there is clearly no need to read a GB. The system runs debian gnu/linux 3.0 with linux 2.6.18-4-486.

Comment bash -x style tracing for perl, python (Score 1) 2362

"bash -x foo.sh" produces nice execution trace of a shell script. To debug perl and python I thus have wrapper scripts "perl-x":

PERLDB_OPTS="NonStop=1 AutoTrace=1 frame=2" exec perl -dS $@

and "python-x":

for i in /usr/lib/python*; do if [ -e $i/trace.py ]; then python $i/trace.py --trace --ignore-dir $i "$@" exit 0; fi; done

While these usually produce a lot of output it is usually easier to grep them than to start adding debug prints to the scripts (which may even be in read-only /usr).

Comment Re:GPL 3 (Score 4, Insightful) 477

society Foo is NOT free. it significantly restricts the actions of MURDERERS, RAPISTS and CHILD MOLESTERS. thus it is clearly not free. laws are not nothing more than anti freedom licensing, and has significantly diminished all our freedoms. society Bar is a truly free place. it allows anyone to beat anyone else over the head with a cast iron pipe for no reason other than they enjoy doing it. laws that stop people doing what they enjoy is a huge step backwards, IMHO.

More Than 20 Years of the Web on the Big Screen 536

Carl Bialik from WSJ writes "WSJ.com has compiled clips from a dozen movies over the past 23 years that depict the internet, with varying degrees of accuracy. Among the selections: WarGames, Sneakers, .com for Murder, and Mr. & Mrs. Smith. The Matrix Reloaded used real Linux code, while Mission: Impossible had the improbable email addresses Job@Book of Job and Max@Job 3:14. In a related article, WSJ.com reviews some of the more-absurd Hollywood conventions when it comes to the web. Harry Knowles, of Ain't It Cool News, says, 'The thing that always gets me is watching people send emails. You click "send" and the entire document begins to fold into an envelope and disappear into the screen. I tend to send around 300 to 400 emails a day, and that would drive me insane.'"

Slashdot Top Deals

We gave you an atomic bomb, what do you want, mermaids? -- I. I. Rabi to the Atomic Energy Commission

Working...