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

 



Forgot your password?
typodupeerror
×

Comment Re:Minecraft (Score 1) 246

Or take the advanced class, RedPower 2.

Caveat, it is hard to get into MC modding, due to the relatively difficult learning curve, and getting the environment setup (Eclipse, MCP'd Java code, etc) so, although fun, its not my first pick.

There was a game released a few years ago though (5?) that involved landing on a planet and writing small scripts for controlling robots used in exploring the planet. I cannot remember the title, but it was easy to learn the scripting, I think it was based on Java...

Comment Tracking? (Score 1) 540

Define "tracking". If it is an RFID (near field, like HID cards) then this cannot be used to pinpoint some kid walking around town while he should be in school. Likely it is a card reader that must be swiped by the student... so big deal. We used this in university to gain access to labs. The uproar is more likely parents who just don't RTFA. Caveat; I didn't RTFA either :)-

Comment Re:Not an issue (Score 1) 349

One company that depended on several million TCP/IP connections a day had no idea that TCP/IP data might not all arrive in one packet.

As long as all they cared about was opening connections then it doesn't matter how much data a packet could hold... :-)

But seriously, what you describe I'm pretty sure is common across most companies.

This issue could have had to do with TCP/IP stacks placing closed ports in a limbo state for ~ 60 seconds (for catching late data or FIN packets) . When you only have 64535 ports (not counting any below 1000) then having most of them in limbo is a big deal when you are cycling through millions of connections, with short connect periods, per day.

Slashdot Top Deals

BLISS is ignorance.

Working...