Forgot your password?

typodupeerror

Comment: Simple mistake, simple correction (Score 3, Informative) 86

by romiz (#38512724) Attached to: New WiFi Setup Flaw Allows Easy Router PIN Guessing

From the PDF, the implementation mistake is to give the attacker feedback on whether the tried key is correct after the first half of authentication (phase M4), and then after the complete authentication (phase M6). Since the PIN is only 8 digits, and the last one is a checksum, the problem is reduced to guessing 1 number in 10000, and then 1 in 1000.

The document states that there are few possible mitigations for the problem. However, it skips the obvious one: do not notify authentication success/failure until the response to the M6 message. This would restore the 1 in 10,000,000 guessing complexity of the PIN code, without changing the protocol. It should even be a new issue tested by the compliance suite the vendors need to pass to get the WPS certification.

Comment: Re:Not about attention (Score 2) 333

by romiz (#37811840) Attached to: A Silicon Valley School That Doesn't Use Computers

Cursive is not easily legible, and clearly the wrong choice in a world where you are not going to write long texts with a quill. Like other antiquated handwriting scripts, it is obsolete and should be reserved to specific cases.

Just teach the kids to spell correctly, and write legibly with block letters. If they want to learn calligraphy, let them learn it during art lessons, instead of basic school training.

Comment: Re:Serves them right (Score 1) 189

by romiz (#37019816) Attached to: Lightning Strike KOs Amazon, Microsoft EuroClouds

Also, please not, that if the UK had more a progressive, enterprise friendly tax system......

A comparatively small country will always be able to set lower taxes for enterprises than their larger neighbors. This is because it only needs to attract a small percentage of the larger countries taxable income to offset the loss due to the lower tax rate, whereas the big country only lowers its income when it does this. Fiscal competition in an open market is a fraud against the people of larger countries, preventing them to set the tax rates of the companies that do business there.

A View of the Success of Movie Franchises->

Submitted by romiz
romiz writes "Have you ever wondered why it seems that movie sequels dominate the box office? As the eighth movie of the Harry Potter series gets released worldwide this week-end, the Economist produced a chart collecting the numbers for the most successful Hollywood franchises. Their conclusion is that a sequel is the best way to reduce the risk inherent to movie-making, but is it really ?"
Link to Original Source

Comment: Re:I'll take mine with a dash of AVR (Score 1) 106

by romiz (#36206664) Attached to: ARM-Based Arduino Competitor At SparkFun
Note that it's an ARM Cortex-M3 chip, which means that the assembly is Thumb 2, and that the exception and thread model is different from the ARM7 chips that were common for this use in the past.

And really, when your choice is between some old 16-bit C166 variant and ARM, I can assure you that engineers rejoice in getting rid of a lot of kludge. Such as 'multiplication' functions and far pointers.
Transportation

AF 447 Flight Recorder Found in the Atlantic->

Submitted by romiz
romiz writes "The memory of the flight recorder for the Air France 447 flight from Rio de Janeiro to Paris, crashed on June 1st 2009, has been found on the seabed of the Atlantic Ocean, and brought back to the surface in good shape. This is the data recorder, that saves the flight parameters. The search is still continuing in hope of finding the voice recorder containing the sounds recorded in the plane's cockpit."
Link to Original Source

Comment: Re:Isn't it obvious? (Score 0) 451

by romiz (#35982848) Attached to: Figuring Out Why Android Wins On Phones, But Not Tablets
Last time I checked, you can add multiple sources to the Linux implementations. For example, Google's repository for Linux contains Google Earth, Chrome, etc. And it's usually not the only way to install an application.

When was the last time you added a third-party provider to Apple's implementation ?

Comment: Re:And They'll fail (Score 1) 109

by romiz (#35717504) Attached to: GameStop Buys Impulse From Stardock

[It] gave me a message about the game not being available in my region. Never had that experience in Steam.

That's because Steam doesn't always display this kind of message. Any info corresponding to a game not available in your country can be hidden, as if it never existed. You can search for it, but you will find nothing. Yet, if you go to the 'Achievements by game' page, it is there all right in the list. But you can't buy it, you can't even see the store info for it.

Do not clog intellect's sluices with bits of knowledge of questionable uses.

Working...