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

 



Forgot your password?
typodupeerror
×

Comment StoneGate (Score 1) 414

Check out StoneGate, it offers a GUI where you can drag&drop all kinds of stuff with a very powerful management system. The learning curve is a bit steep, but it's really meant for network admins who use it as a central part of their jobs. I think it has most of the features you're thinking about.

It's really ideal for large enterprise-level installations with multi-homing network connections, but works in smaller installations just as well (I used it also at home). It requires two servers: at least one firewall node (you can build clusters), and a management server (can be your desktop machine). You can do logging on yet another server, etc. They also offer IPS (intrusion prevention system) for detecting nasty behaviour.

Comment Comparing with iPhone (Score 1) 484

I didn't find any good comparison, so I wrote a simple comparison table: http://markogronroos.blogspot.com/2009/08/n900-vs-iphone.html

Looks like N900 wins iPhone easily on hardware specs, though iPhone does have a few advantages (slimmer, possibly better touchscreen). N900 wins on some very important software issues as well, such as Flash and Skype, though iPhone does have much more software (commercial), at least until old maemo software works in Maemo 5 (if it doesn't directly).

My guess is that iPhone will win in usability and responsiveness, but that's just a guess, Nokia has a chance to surprise us there. I'll be waiting for N900 eagerly and will possibly buy it at some point, although my E90 is just 2 years old and has much much better keyboard than even N900...

Oh, I really hate the three-row keyboard concept in N810, N97 and now N900. I've actually had real nightmares about using Nokia's bluetooth keyboard, which also has the numbers and qwerty row combined. That's definitely the worst thing in N900.

Comment Trivial mathematical modeling (Score 1) 121

Nothing scientifically interesting here. This is just basic 101 mathematical modeling, straight from the text book. They start with the most basic SIR model, building it from the elementary reactions and do the basic analysis: solve the equilibria and determine their stability with eigenvalues. They have just renamed the generic "infected" as "zombies". We did these calculations for dozens of different models as part of course exercises. For some reason, they don't do phase plane analysis, which is a very basic method, for any of the models, which is a bit strange.

I don't see why any scientific magazine would publish such basic text book stuff, except for fun. Sure, it's fun.

Java

Submission + - New Kid On The RIA Block Brings X11 to Web (vaadin.com) 1

jole writes: "With the X Window System, your user interface code runs on the server and the terminal is fairly dummy. Vaadin }> tries to bring back this programming paradigm for Java EE and RIA. Development is done in pure server-side Java — no Ajax-programming is needed. On the user side any modern web browser will do — no plugins are needed. As the framework is released with Apache license, it should get quite a lot of attention from commercial application developers."

Comment Neogenic Park I (Score 1) 409

In the year 5,431,970, the ruling species, Rattus Sapiens, will clone prehistoric animals, which once roamed the Earth in the late Neogenic period and were called Homo Sapiens.

They create a theme park where the humans can run around freely and were rich rat families can admire the gigantic ancient beasts. "Ooohs" and "aaahs", that's how it always starts. Then comes the running and the screaming.

Java

Submission + - Server-driven RIA extensible in Java (itmill.com) 2

jole writes: "IT Mill Toolkit enables one to build rich web user interfaces in pure Java using Swing-like API, run them in the server and use the result on any modern web browser without plugins. After one year extensive beta, IT Mill Toolkit 5.3.0 GA is released under Apache -license.

Developers can build rich web applications easily with Java on the server-side, much like creating regular desktop applications with Swing or AWT. There is no need to know anything about HTML, Ajax or JSON working under the hood. Unlike the client-side RIA frameworks, like GWT or Flex, where one needs to implement both server and client, in IT Mill Toolkit you only implement the server application.

While being an extensive framework for RIA development, it is just one JAR that you can drop into any Java Web project and use side-by-side with other frameworks. This is also the only server-side Java toolkit where the extensions to the framework are also created in pure Java. If the (fairly extensive) set of included widgets is not enough, developers can continue coding with Java on the client-side using GWT."

Slashdot Top Deals

Lots of folks confuse bad management with destiny. -- Frank Hubbard

Working...