Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:maybe (Score 2, Informative) 336

Did you get your N900 with PR1.2 already installed, did you install the PR1.2 update via SSU or did you install it via the firmware flasher?

When I installed PR1.2 via SSU (how most users install updates; it's essentially a nice GUI on top of APT), after the reboot up popped a modal dialog asking me to accept the MyNokia T&Cs. The *only* way to dismiss this dialog is to accept the T&Cs, at which point it sends an SMS to Nokia. Sure, you can opt-out later, but by that point Nokia already has the data...

Comment Re:3 people in 2 don't know math. (Score 2, Insightful) 1042

Here in Australia, they label most electric appliances with a sticker in the shops that shows you just how much energy it consumed compared to other similar alliances. It's not perfect, but it's a start in the right direction, and it has been running for a long time.

One of the really crazy aspects of this system is the units used. You couldn't expect a normal person to understand "Watts" or "kW", so I've seen air conditioners labelled in "kWh per hour". As in "kiloWatt-hours per hour". I wish I took a photo.

One of the things we get right is how we label fuel consumption: litres per 100 km. Half the number means you use half as much fuel to drive the same distance. Twice the number means twice as much fuel to drive the same distance.

Comment Re:surely not; Pascal was meant for this (Score 5, Informative) 407

Oh come on, Python was designed as a teaching language and in my experience students find it much easier to learn than Pascal (and it's much less limiting once you get past the basics).

As far as speed is concerned, according to the Programming Language Game Pascal is at best 60x faster than Python, and these sorts of competitions usually give you a few orders of magnitude in margin - the idea is to make sure your solution is in the right complexity class, not to try and enforce the most efficient possible solution.

Comment Re:Python+pygame (Score 3, Insightful) 799

This is the answer. In starting off with pretty much any programming language, you screw around with strings, do some match, maybe make a GUI with some buttons and stuff... With PyGame, you can make games! Or at least, you can put graphics on the screen, move things around, make noises and it's easy... but not restrictive.

Logo (and programs like GameMaker and its ilk) get the first bit right, but once you want to do something that isn't moving a turtle around you're somewhat stuck. But with Python, you can do pretty much anything. And it's portable too! You can write a script in Python on your computer and run it on your phone (if you've got a Nokia, at least).

Comment Re:Don't click the last link then scroll to the en (Score 1) 208

But this story is about Australia, and we don't have a PG-13 rating.

Our ratings are (for those too lazy to click the link): G, PG, M, MA15+, R18+, and X18+. G, PG and M have no restrictions. People under 15 are not permitted to purchase or rent films or video games classified MA15+ unless they are accompanied by a parent or adult guardian. People under 18 may not buy, rent or exhibit films rated R18+. X18+ is the same as R18+ but is used for porn and illegal is some states. Anything that is "Refused Classification" is banned.

Comment Re:Gentoo?? (Score 1) 347

Almost. It's the setup for a bad joke; the punchline being "I'll let you know when it's finished compiling!" (But you knew that, didn't you?)

Haw haw haw. Those silly Gentoo users, always compiling stuff! Why don't they like the Ubuntu developers compile it for them like everyone else?

What I don't get is why Gentoo gets singled out for "compiling" jokes. Why doesn't anyone makes these jokes about BSD or macports?

Television

Futurama Voices Could Be Recast 260

Svippy writes "According to reports surfacing on the Internet, Futurama may be recast. The animated series is due to return next year on Comedy Central, but may not be the same as we once knew it. 'As part of the announcement, the show's producers said stars including West, Sagal and DiMaggio had all signed on to return. Turns out that wasn't true. The stars had all expressed interest in returning. But with the budget for Futurama dramatically slashed, the salary offers came in well below what the thesps were asking.' Phil LaMarr posted 20th Century Fox's request for auditions on his Facebook page. However, some are skeptical about whether it's a real casting call or purely a stunt to reduce the salaries of the voice actors."
The Internet

New Service Converts Torrents Into PNG Images 297

jamie points out that a new web service, hid.im, will encode a torrent into a PNG image file, allowing it to be shared easily through forums or image hosting sites. Quoting TorrentFreak: "We have to admit that the usefulness of the service escaped us when we first discovered the project. So, we contacted Michael Nutt, one of the people running the project to find out what it's all about. 'It is an attempt to make torrents more resilient,' Michael told [us]. 'The difference is that you no longer need an indexing site to host your torrent file. Many forums will allow uploading images but not other types of files.' Hiding a torrent file inside an image is easy enough. Just select a torrent file stored on your local hard drive and Hid.im will take care the rest. The only limit to the service is that the size of the torrent file cannot exceed 250KB. ... People on the receiving end can decode the images and get the original .torrent file through a Firefox extension or bookmarklet. The code is entirely open source and Michael Nutt told us that they are hoping for people to contribute to it by creating additional decoders supported by other browsers."

Comment Re:Try these modules (Score 1) 185

I'll throw in another vote for the Nexys2. It's brilliant value, and you can program it via USB! Don't underestimate the value of that. The USB programming cable for the ML501 board I'm working with at the moment costs more than the Nexys2 board.

The toolchain is free-as-in-beer, but I've only run it on Windows. I think there is a linux version of ISE, but I don't know about the diligent programming software.

Slashdot Top Deals

Anyone can make an omelet with eggs. The trick is to make one with none.

Working...