Forgot your password?

typodupeerror

Comment: Re:Freshmen in high school, come on. (Score 2) 325

This is interesting, especially coming from freshmen in high school

This is the real news here. It's not "OMG access points sterilize things!!!!", it's "wow, in this age of school experiments consisting of celery in food coloring, here's a bunch of kids that did an actual experiment. Oh, and they got interesting results that require further investigation." I'm not going to move my router based on this experiment, but I sure hope someone does the follow-ups, because that is science.

Comment: Re:Need a control. (Score 3, Insightful) 325

They should have used a control, and put cress near a lamp bulb that gives off the same amount of heat.

Or not. Nothing in the scientific method says your first experiment has to be perfect. They did one experiment, with a control for one variable (router/no router), it showed unexpected results. So now you look at things that could explain those results (heat? VOC? EM?) and revise your experiment to prove them or rule them out. Seems to me it's not a "should have" but a "let try this next".

Comment: Re:Depends (Score 1) 457

by Spiridios (#43670597) Attached to: US DOJ Say They Don't Need Warrants For E-Mail, Chats

So basically your stance is - if you mail a letter in a sealed envelope, it's fair game, but if the letter is written in code, it's not.

I'd argue it's slightly different. An unsecured packet is more like a postcard than a sealed envelope.

OK, then, here's an example: I just sent an email to my wife. If intercepting and reading the message is as trivial as you posit it is, then feel free to do so and post the contents of said email here.

If you can't, then your point is moot.

I just sent a postcard to my sister. If intercepting a postcard is as trivial as you seem to think it is, then post the contents here.

If you can't, then your point is moot.

Comment: Re:Depends (Score 1) 457

by Spiridios (#43667929) Attached to: US DOJ Say They Don't Need Warrants For E-Mail, Chats

So basically your stance is - if you mail a letter in a sealed envelope, it's fair game, but if the letter is written in code, it's not.

I'd argue it's slightly different. An unsecured packet is more like a postcard than a sealed envelope. The delivery info and content are there for anyone to see as it passes by. Last time I did a packet sniff, the sniffer didn't say "here's the delivery info, press a key to break the seal and see the contents", it just showed me the whole packet all at once. Adding encryption is like adding an envelope, you can see the delivery info, but you must take some other action to see the contents.

Comment: Re:Seems like..... (Score 1) 110

by Spiridios (#43441391) Attached to: Wordpress Sites Under Wide-Scale Brute Force Attack

Passphrase? Cracking it is called a dictionary attack, it's what almost every password cracking attempt uses anyway. It's just a list of words run against the password, and can be rather easy to crack. SAFE passwords are long enough series of random letters numbers and symbols, something an attempt would have to brute force character by character and thus wouldn't have much of a chance of getting. $57*ghU^61@nm is a far safer password that "Correct Horse Staple Battery" which would easily be crackable in a reasonable timeframe. Unfortunately $57*ghU^61@nm is friggen hard to remember. Maybe it's time to find convenient and cheap biometric scanners.

I think you misunderstand. A brute-force attack on a password is "just" a dictionary attack using letters and symbols as your dictionary instead of English words. There's realistically 26 lower case letters, 26 upper case letters, 10 digits, around 32 symbols, and space (just looking at my keyboard), giving us a set of about 95 to compose our passwords from. According to Oxford Dictionaries there's around 171,476 words in current usage. Even if you constrain to what the average person knows, you've got anywhere from 12,000 to 60,000 words depending on who you trust for those kinds of statistics. Want to include your below average person? If XKCD is to be judged, you can still communicate somewhat by limiting yourself to the 1000 most used words. That ignores capitalization variations, so it assumes the attacker knows you only capitalize the first word of the sentence (or whatever your personal rule is). That actually puts a six word passphrase using a vocabulary of 1000 words as harder to brute force than an eight character password.

Passphrases of equivalent length are easier to remember because we're trained to think in sentences, not letters. You can also use visualization techniques, as XKCD suggests, because we associate images with many words, not so much with letters. The biggest problem with passphrases are sites that put an upper limit on passwords, so we're forced to come up with pass phrases that operate as mnemonics for passwords, but then that limits our pool of characters in our password (unless you know a word that begins with the letter %).

Comment: Re:Is Nintendo starting to close up shop? (Score 1) 175

Thankfully these functions were little more than a novelty anyway rather than an actual game, but this is the reality of the world we live in now. We can't keep servers running forever for outdated things- and the difference between this and what EA usually does is, these services were up and around a lot longer, heh.

Ok, I know we're not originally talking game servers here, but your comments about the world we live in brings up a point. We need to work more on peer-to-peer tech. Not to pirate these always-online games, but to push the cost of running a game server onto the users. If each player pays a little bit in CPU, disk space, and bandwidth, a currency they're already willing to expend just playing the game in the first place, then as long as there are people playing, there will be servers. Of course this won't happen from big studios, it removes their control. But littler studios can do it, particularly indies, because what indy can afford to maintain a huge server farm?

Comment: Re:Wish I had a mod point for you. (Score 1) 310

by Spiridios (#43340161) Attached to: Valve Starts Publishing Packages For Its Own Linux Distribution

based on what I'm reading about windows 8.

Which is the real problem. Most people I've seen who say it's bad haven't even used it. In the future, it should become the de-facto Windows gaming iteration, as they cleaned up and refined the graphics systems.

I've used it - it's installed on my TV room computer (can't really call it an HTPC). As a developer, I don't like it as a desktop, but I could possibly grow to like it for the usecase I have it in once native apps start becoming available. But I'm not so sure about the de-factor Windows gaming iteration, what with them throwing away XNA for native apps. Gotta go to Monogame if you want a native XNA game. With all the big-name studios turning out clones of each other and turning on draconian DRM, XNA is actually a decent part of the games that are actually worth playing.

Comment: Re:So this is what? (Score 2) 222

by Spiridios (#43226673) Attached to: Botnet Uses Default Passwords To Conduct "Internet Census 2012"

"The FBI only cares if you embarass a major campaign contributor..."

Unauthorized access to a government computer is a crime, even if you don't do any damage. The degree to which they will go after you and any resulting penalty will depend on whether or not the government likes you.

J-walking is a crime. Just because it's illegal doesn't mean you will be prosecuted for it.

Comment: Re:I never liked the idea of C++0x11 (Score 1) 333

by Spiridios (#43183107) Attached to: Comparing the C++ Standard and Boost

We had decent (not perfect) C++ support. Now we go and fragment the industry by inventing a new standard. Code developed to the 0x11 standard won't work on legacy systems with legacy compilers.

Yeah, and while they're at it they should roll back the c++98 standard too, since a previous employer was stuck with a pre-standards compliant C++ compiler and couldn't use such useless features as the STL. Personally, I think you write code to your requirements. No need to hold the industry back because your system only understands COBOL 74. C++ desperately needed an update. Unfortunately it still needs it, but at least it's incrementally better.

Comment: Re:Yawn - (Score 1) 95

by Spiridios (#43176611) Attached to: <em>Minecraft</em> 1.5 "Redstone" Released

The problem is that you have to have a computer that can handle your view distance^3 blocks simultaneously. Lets say you can see 1000 blocks away (500 in both directions), that's a trillion blocks. They have a system that kinda shortchanges your height (you don't miss it anyways) and loads the terrain in blocks, but the way that the game functions has some limitations that even the coolest tomfoolery doesn't alleviate.

Nooooooooooooooooooooooooooooooooooooo! It's java! Java is teh suxors! It would get a bajillion frames per microsecond if they just wrote in pure machine code!

Sorry, the Java is slow meme has gotten way too old and posts like yours shouldn't be necessary. Voxels are not as simple as people think they are. There's way more vertices, surfaces, and triangles in a simple voxel landscape than in a typical mesh landscape, primarily because voxels also have depth while a mesh is just just the surface. You basically take the amount of data a "traditional" game is trying to shove down the video card's throat and raise it by a couple of factors then desperately try to reduce that number by employing clever hacks. So, yeah, someone can try to look smart and compare Minecraft to Crysis (really? We're still on the Crysis standard?), but all they're really showing is their ignorance of how complex voxels really are.

Comment: Re:Not a huge surprise... (Score 1) 303

by Spiridios (#43175459) Attached to: Hacker Skips <em>SimCity</em> Full-Time Network Requirement

Because the fact is, and reality was, the game was unplayable. What the reviewers got to see was not the actual product and they changed the scores accordingly. Pick any car analogy you want. Reviewer gets x car with a turbo, says its so awesome. Actual care comes without it, says its a pile.

Actually, this may be an apt analogy. You get the item to review in advance with the understanding that it's exactly what the purchaser will see. You find out later you've been had, you don't just lower the score to what is appropriate (oh, it was 9, but since there's a few login problems it's a 7), you slam them for violating the agreement. Because, as a reviewer, that is your leverage against the publisher making a special build just for you that hides all the flaws. I could see this with a car review as much as a video game review.

I cannot draw a cart, nor eat dried oats; If it be man's work I will do it.

Working...