Forgot your password?

typodupeerror

Comment: Re:Ok Time for Top Quality (Score 3, Interesting) 50

by LarsWestergren (#26572457) Attached to: <em>Spore</em> Games For Wii and DS, PC Expansions Due In 2009

I agree. I actually defended Spore here on Slashdot when it was the Great DRM Debate, I thought it was fun. But I got really fed up with it surprisingly quick. Designing creatures remained fun, but the core gameplay was just too...shallow.

I think it really deserved the "most overhyped game" awards it won.

Sun Microsystems

SPAM: Sun Open Sources SPOTS project

Submitted by
stoolpigeon
stoolpigeon writes "Sun announced today that they are going to open source SUN Small Programmable Object Technology (SPOT) with a press release that gives a quick rundown on the technology. Developement kits with 2 devices, a base station, tools, tutorials, etc. are now available in the U.S. for $550. Kits are available to educational institutions in a much wider range of countries. There is also an emulator available for those who are not interested in purchasing the hardware. The announcement that the Squawk JVM would be open source came last week. Roger Meike's blog has more explanations about what is now available as well as links to more sites connected to the project. Probably the most applicable to anyone who wants to start playing with SPOTS is this SPOTS project page."
Link to Original Source
Security

SPAM: E-Voting Undermines Public Confidence In Elections 5

Journal by Jeremiah Cornelius

Techdirt columnist, Timothy Lee, hit the metaphoric nail on the head, claiming that e-Voting undermines the public perception of election fairness - even when there is no evidence of wrong doing. "In a well-designed voting system, voters shouldn't have to take anyone's actions on faith. The entire process should be simple and transparent, so that anyone can observe it and verify that it was carried out correctly. The complexit

Java

UIDL: User Interface Description Language->

Submitted by
Dominic Cioccarelli
Dominic Cioccarelli writes "UIDL aims to create a scriptable, JavaScript based language for expressing complex user interfaces. The main features of a UIDL page are the ability to create complex user interfaces (using Swing based widgets) and to communicate asynchronously with server based objects (using the JSON-RPC protocol). While this may sound similar to AJAX, the implementation is much cleaner thanks to the ability to natively instantiate complex UI components within the browser and the ability to transparently present server based objects via their JavaScript proxies."
Link to Original Source
Programming

Community Codesigning Certificate for J2ME->

Submitted by
darkskiez
darkskiez writes "Nokia have "fixed" a bug which allowed you to install your own root certificates on your own mobile phones, this is no longer possible on Series60 v3 phones. This means that as a hobby developer you cannot make a mobile java application that runs as trusted with full api permissions, without purchasing a $300 to $500 certificate per year. This looks like it is being relaxed a little in the upcoming 3rd generation Mobile Information Device Profile.

In an attempt to reclaim a little more access to their own hardware, there has been limited success at patching some phone firmwares, and I have started a project to facilitate the purchasing of a shared codesigning certificates for the community."

Link to Original Source
Programming

Server-side vs client-side RIA programming?

Submitted by
jole
jole writes "Currently Flex is the king of declarative RIA frameworks, GWT is the best client-side Ajax framework for Java-programmers and JSF is the most dominant declarative server-side framework. In addition to these classes of frameworks, we find that server-side Java-based (not XML-based) UI frameworks still have their place for two reasons: 1) security gained from not exposing UI logic to client, 2) easiness gained for direct access to all Java API:s, full unrestricted execution environment and lack of communication layer design.

What is your opinion — which approach (client- or server-side; Java, XML or JavaScript) is the best and why? What is your favorite RIA toolkit for Java programmers?"
Java

Raven: An Elegant Build for Java->

Submitted by kevin_conaway
kevin_conaway writes "Matthieu Riou wrote an interesting article on Raven, a build system for Java powered by Ruby. His premise is that Raven allows you access to the full power of a scripting language including things like conditions, loops, exceptions and complex data structures and that this is an improvement over linear, "toy" build systems like Ant and Maven."
Link to Original Source

Solutions are obvious if one only has the optical power to observe them over the horizon. -- K.A. Arsdall

Working...