Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Don't look now (Score 1) 519

Interesting post, but this is wrong:

Australia dithering leaving NATO to avoid complete economic meltdown when they suddenly can't sell their mining produce to it any more

Australia realised during World War 2, that they were completely dependent on the US to be able to prevent invasion and occupation of Australia from Japanese forces. Since then they a strategy of doing everything that the US wants, to retain the strong military alliance between them.

Although it would hurt massively in the short term, I can't see _anything_ that would break that alliance. It would basically be a declaration that Australia would be prepared to become allied with and accepting military occupation by China.

And it would just be the short term - if there was a military conflict with China that shut down trade, having several hundred million people suddenly unemployed in China would cause a faster change in government there than not being able to buy the latest iPhone or more plastic crap would in the US and Australia.

Comment Pretty simple rules (Score 1) 219

If it's for either the current version of a technology or is for a technology that is version free - keep it. e.g. The Data compression book, and The Pragmatic Programmer are both 15 years old but are still great books that people could learn a lot from.

If it's for a technology that has had a newer version (or versions) released - probably bin it. Even a book a couple of years old will be massively out of for technologies that are advancing rapidly. e.g. a book on how to develop for iPhones that was released in say, late 2009, would be almost completely irrelevant now.

Comment CSS already supports it. (Score 2) 138

Fiddle is here http://jsfiddle.net/Danack/3pFUS/

@-webkit-keyframes blink {
                from { opacity: 1.0; }
                to { opacity: 0.0; }
                0% { opacity: 1.0; }
                50% { opacity: 0.0; }
                100% { opacity: 1.0; }
        } .blink {
        -webkit-animation-name: blink;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps(1);
        -webkit-animation-duration: 1s;
        }

Comment All part of the plan (Score 1) 791

Windows Vista was the set-up to make Windows 7 look good. Now, they are switching things up so that there is no obvious continuation of the "Bad Word Version saved by Good Numbered Version" pattern followed by ME/2000, Vista/7.

Windows 8 is clearly lowering the bar and defecating on the playing field to make sure that Windows Chasm is a savior-success story.

Slashdot Top Deals

It is better to live rich than to die rich. -- Samuel Johnson

Working...