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

 



Forgot your password?
typodupeerror

Comment Team Umizoomi (Score 1) 165

My daughter worked all the way through this app on my iPhone when she was 4; If we get an iPad this Xmas, we're getting the Hello Kitty apps first.

We also have the pencil-n-paper Umizoomi boxes and some of the Hello Kitty workbooks and flashcards; this seems to make the transition to her PK class easier.

Cellphones

Multiplayer Mobile AR Gaming With No Dedicated Server 14

MIT's Technology Review discusses a new augmented-reality game for Android phones called Photoshoot, which allows multiplayer without the need for an additional server. Quoting: "Multiplayer games on mobile devices like phones usually require remote servers for communication between devices and game hosting, says Roelof Kemp, a computer scientist at Vrije Universiteit, in Amsterdam, the Netherlands, who codeveloped the game. But the game allows phones to communicate without the cost and added complexity of maintaining this additional infrastructure, he says. 'We hope it's going to open the door for new and interesting distributed computing applications,' says Kemp. The game uses a computing middleware system, called Ibis, originally developed for high-performance, distributed computing tasks, such as image processing or astrophysics research, but which Kemp and colleagues have adapted to run on Android phones. 'It allows each phone to run a lightweight communication server,' says Kemp. The devices can communicate directly with the game, which is hosted on both handsets, using a 3G connection or Wi-Fi."

Comment Re:Random suggestions. (Score 1) 88

We've used it on a few projects where I work. What I like:
  • Auto-generated admins. You define your database models in code and Django makes crud screens for them. Saves a lot of time.
  • Template system. I like the way inheritance and blocks work.
  • ORM. I like defining database models in code and having Django make the tables for me. YMMV.
  • Generic views. We hardly ever write view code. We use lots of generic views and then pass extra info to them to do things. Generic views let you give Django a database result set and then it will create a page for it, a list page, edit/update, single object detail page, etc. All you have to do is create a template.
What I don't like:
  • Documentation. It looks like there is a lot of it. But its all very basic and not that helpful once you get into Django. You'll get to delve into the code to figure some things out. The irc channel is helpful though.
  • ORM. Depending on how you set your models up Django doesn't always genertate the best sql statements (I've had problems with it using left outer joins for fk relationships when it wasn't needed). Some things are undocumented.
Overall its much better than how we used to do things in PHP. Everytime I have to maintain our old PHP CMS or billing software it bothers me.

Comment Re:Wait.....Confused by parties.... (Score 0, Troll) 197

Hold on....The Democrats are opposed to ODF.....supporting a big business....thought....only.....Republicans....did that....


Trust me, Massachusetts politics are no way that simple.

... and I'll bet that Reilly (2006 [[D] gov front-runner) and Patrick ([D] progressive candidate) will support OpenDocument wholeheartedly. There's a reason that Galvin's moniker is "The Prince of Darkness".

User Journal

Journal Journal: Broadband redux

Well, I have to admit that RCN is staying up and running, here in W-Town, better than AT&T ever did in Somerville. And better, actually, than Mediaone (before AT&T) was, too.

We've had one burp in the DHCP that the router didn't pick up; I did a hard restart that time, but in six months that's a pretty good record.

Slashdot Top Deals

You may call me by my name, Wirth, or by my value, Worth. - Nicklaus Wirth

Working...