Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Uhhhh... no. (Score 1) 97

"Basically, it teaches machines to learn without human intervention." ...no. It provides a clearing-house for downloading new routines for accomplishing a task that someone else has previously programmed on another system elsewhere.

Please do not sensationalize what the lowly PC has been doing for well over a decade... that is, downloading information via the Internet to "learn" how not to crash, or prevent a security compromise.

Substituting a solenoid or motor output for a memory write command to claim that a "robot learned something" does not make this a novel concept.

Government

Submission + - US Government spying on T-Mobile VOIP subscribers?

stavrica writes: I found a new entry in my T-Mobile @Home Linksys routing table I hadn't seen before:

10.160.18.0 / 255.255.255.0 / 7.3.4.186 / WAN (Internet)

Strange routes showing up uninvited in static routing tables is definitely a BAD THING, particularly on a firewall. An ARIN lookup on 7.3.4.186 shows it's owned by the DoD Network Information Center (DNIC).

The T-Mobile @Home router at my church routing table likewise shows the following similar entries:

10.160.18.0 / 255.255.255.0 / 7.2.145.46 ppp0
10.160.18.0 / 255.255.255.0 / 7.2.130.7 / ppp0


There is no way to remove these routes. Suddenly, re-flashing the Linksys firmware was beginning to seem like a really good idea. If only... It turns out that T-Mobile has been auto-updating the firmware on all their @Home routers, first to version 1.00.20 --and then to 1.00.21, prompting one poster to even beg:

Please for the love of GOD stop the auto updating, udnp completely fails making my whole pc run snail like... on .15 it's fine like it has been for ages, but i can only keep that on for about 5-10 minutes before it's updated again......

To mitigate this invasion of privacy, I split the 10.160.18.0 network into two subnets, and routed them to an unused private address:

10.160.18.0 / 255.255.255.128 / 192.168.255.123 / WAN (Internet)
10.160.18.128 / 255.255.255.128 / 192.168.255.123 / WAN (Internet)
>

Can anyone else with a T-Mobile @Home Linksys VOIP router corroborate my observations? Both T-Mobile @Home routers are registered to my account. It's possible that I'm being monitored, but I doubt it.

Comment Re:Bloody idiots (Score 1) 266

We've all been there. It works on every browser, except for IE. The trick is to respond intelligently, and not fall victim to emotional despair when Internet Explorer refuses to act like the mature browser it should be by now.

Flinging mud at something, even when deserved, will get you dirty as well.

Why not solve 2 problems at the same time? Do this instead:

http://code.google.com/p/chromeframeiebar

Comment A house built on sand cannot stand. (Score 5, Interesting) 265

We developed a web based game BattleCell that uses Ajax/CSS instead of Flash for all the heavy lifting. We discover at least one new bug in the IE rendering engine every month. Our pile of IE bugs in the back room that we have to track every time we develop a new feature is testament to the dread with which we view this new hardware-based rendering engine. We know what we're doing.

Just last week, we learned that once you have a stack of enough semi-transparent layers (combination of PNGs with alpha channels coupled with DIVs with various opacity CSS settings), IE fails to render the top-most layers. This doesn't happen after 20-30 layers. This happens after 5-7 layers. At first we thought our code was faulty, until we realized that scrolling down such a page with multiple layers will cause text that was previously "invisible" to suddenly be rendered in its specified color... as we kept scrolling, the text would then disappear again. You get the idea.

Obviously, this all works flawlessly in Safari, Chrome, Opera. For IE, we get to re-architect all sorts of work-arounds --a house built on sand.

Comment Once upon a time... (Score 2, Insightful) 307

Merchants, immersed in the bustling commerce of Rome, who suddenly found themselves shipwrecked along with a handful of other sailors on some island in the Mediterranean would likely have, "showed signs of withdrawal, craving and anxiety along with an inability to function well without their " ...familiar environment around which their lives had come to revolve.

Comment Stereoscopic != 3D (Score 1, Flamebait) 145

Is anybody else bothered by the false advertising that well funded corporate marketing and headline-seeking news is shoving down the public's collective throat?

Claiming that a stereoscopic picture is the equivalent of a 3 dimensional projection is the equivalent of presenting a stereo entertainment center and claiming that it is surround sound.

Comment Mark Newheiser is right: hello digital pet (Score 1) 251

Mark makes some excellent points. We are rapidly evolving the BattleCell game (BattleCell.com) to fit the gaping-wide hole that has become today's Social Gaming world: If it's a Social Game, how come I can't interact with my friends and other players? Zynga has brilliantly demonstrated that you can build a successful business model by effectively marrying good viral marketing (aka, News Feed) with the addictive behaviors identified in your article. Today's Social Gaming offering is comprised of hyped up Tamagotchi digital pet reproductions that allow players to look over their friends' shoulders. One can't really argue with success, of course. But, Mark's final statement nails it --players are left wishing that the game was more fun, that it had more depth after all their investment, that it offered something more meaningful than just another way to spend one's time.

Comment Seriously flawed studay. (Score 2, Insightful) 263

Ok. Let me get this straight. The conclusion is to use IE 8 because it uses the least battery life? Presumably, that implies (loosely) that it has the most effective algorithms for rendering modern pages. AnandTech should really compare apples to apples, and leave the orange out of the picture. What good is a modern browser that saves a bit of battery life, when it doesn't have a working Javascript garbage collector to free up memory on Javascript-heavy sites? I suspect that any user who's IE8 browser session just caused their Windows[File] Explorer to crash due to memory resource starvation might not care about how much battery life their IE8 session just saved them. I could be wrong, of course. "They tested on simple web pages..." --kudos. Because, that's what surfers are most likely to encounter on today's modern world wide web. My impression is that this study is seriously flawed, although I might have missed the point.

Comment Re:Risk on Google Maps instead (Score 1) 81

I don't know what game you are pitching but it doesn't sound like risk.

Pull my finger and find out.

If you're going to have the whole world playing... (well, a few million players, anyway) ...then 42 countries just won't do. So you'd need to break the world into smaller units... say, 1 minute by 1 minute cells.

Likewise, you can't really do a turn-based system... You'd have to use a time-based troop-earning mechanism instead. But, earning money in time makes a bit more sense than earning troops... so each "cell" can earn some currency every-so-often, and then you can buy the troops with that currency. (or maybe buy a few other extras as well... We've survived Y2K after all, so the board game should evolve into something more current. No?)

...or did you really expect the new Monopoly game to be turn based?

Slashdot Top Deals

And it should be the law: If you use the word `paradigm' without knowing what the dictionary says it means, you go to jail. No exceptions. -- David Jones

Working...