Introducing the Chromebook

June 26th, 2011

Google LogoThe Chromebook is a “nothing but the web” laptop that runs Google’s Chrome browser on top of Google Chrome OS. It has the capability to upload and download files to a thumb drive but has almost no local storage. Any programs you run on it must be web applications that can be executed within a browser. With the increasing popularity of the cloud, however, it’s not too difficult to work within these constraints. Note that Chromebooks are manufactured by several different companies, and that Google itself is not one of them.

Link: http://www.techrepublic.com/…

Spam Text Saves the Day

June 18th, 2011

ExplosionLast New Year’s Eve, a suicide bomber in Russia was preparing to blow herself up amongst the crowds in Red Square. The bomb was to be triggered remotely by a handler, who would send a text message to a cell phone attached to the explosives. Unfortunately for the bomber, the phone received an unexpected and unwanted text several hours before the planned detonation. The bomb exploded, killing her and no one else.

Link: http://www.telegraph.co.uk/…
(via Slashdot)

Stupid Criminal Stories #17

June 17th, 2011

ThiefA man named Rodney Knight broke in to the home of Washington Post journalist Marc Fisher and stole two laptops, $400 in cash, and a winter coat. That alone does not qualify him for the coveted Chad’s News “stupid criminal” tag. What does qualify him is that, using one of the stolen laptops, he posted a picture of himself (with the coat and cash) on the Facebook page of Fisher’s son. Knight has been sentenced to 44 months in jail for the burglary and an unrelated charge of carrying a pistol without a license.

Link: http://www.theregister.co.uk/…
(via Neatorama)

Two-Factor Authentication For Gmail and Facebook

June 12th, 2011

Computer SecurityGoogle and Facebook are offering two-factor authentication to help prevent your account from being hijacked. In both cases, you give them your phone number, then when you log in using your normal username and password, they send a code to your phone. You must enter the code as part of the login process. Gmail does this for every login, while for Facebook it’s only when you log in from a device that hasn’t already been verified.

Thanks to Josh for this topic.

Link #1 (Gmail): http://googleblog.blogspot.com/…

Link #2 (Facebook): http://www.facebook.com/…
(via Slashdot)

Fixing a Stripped Screw Hole

June 12th, 2011

Tip JarDid your metal screw strip out the wooden hole? There are many ways to fix it, but a quick and easy method is to line the hole with toothpicks. Depending on the size of the hole, a golf tee may also do the job.

Link: http://lifehacker.com/…

Lessons From Amazon’s Cloud Collapse

June 5th, 2011

The CloudOne of the advertised benefits of cloud computing is high availability and redundancy. Back in April, however, some of Amazon’s cloud storage services suffered an outage that lasted for about three days, bringing down websites of several high-profile customers.

The initial problem was quickly fixed, but oddly enough, the extended outage was caused by the cloud management software attempting to prevent the loss of data. Amazon essentially performed a denial-of-service attack on its own storage servers which took three days to fix.

This event brings up an inherent problem with cloud computing: complexity. As a programmer, I know that error-handling code tends to go untested (or has minimal testing), just because it can be difficult to create the errors necessary to exercise the code, or because it takes too much time and money in a competitive business environment. It’s obvious that Amazon did not test for the type of situation that occurred on April 21st. The linked article makes the argument that cloud computing systems have much more complexity than would the individual systems in a non-cloud environment. So cloud providers, to prevent these types of outages from happening in the future, will have to learn how to better deal with complexity.

Thanks to Josh for this topic.

Link: http://arstechnica.com/…

Do Not Try This at Home: Sticking Your Head Into a Particle Accelerator

June 3rd, 2011

Particle AcceleratorRussian scientist Anatoli Petrovich Bugorski has the distinction of being the only person to ever stick his head into a running particle accelerator. The linked article explains all.

Link: http://www.todayifoundout.com/…
(via mental_floss)

Five Useful Microsoft Word Tips

June 2nd, 2011

Tip JarIt’s been my experience that most lists of Word tips aren’t all that useful. The linked article, however, is an exception. It explains, for example, how to perform a vertical text selection, undo automatic changes, and move table text up or down.

Link: http://www.techrepublic.com/…

Crocheting Discworld

May 24th, 2011

DiscworldThe linked article has pictures of a very good crocheted model of Discworld, including Great A’Tuin and the four elephants. For those Chad’s News readers who aren’t familiar with the Discworld series of novels by Terry Pratchett, I highly recommend it. Start with The Colour of Magic. My introduction to the series, and still my favorite story, was The Last Hero.

Link: http://www.planetjune.com/…
(via Neatorama)

Problem Exists Between Chair and Keyboard

May 22nd, 2011

Idiot Inside LogoComic strip writers David Waisglass and Gordon Coulthart have hit upon the true limiting factor of computer technology: PEBCAK. This ranks up there with placing USER=ID-10-T in the config.sys file. See the linked article for the actual comic strip.

Link: http://comics.com/…

Website Can Tell If You’re Logged In To Twitter, Facebook, Gmail, etc.

May 21st, 2011

InternetWeb developer Mike Cardwell has created a web page that determines if you’re logged in to various sites. It does this by trying to load something (an image, script, etc.) from those sites—something that you must be logged in to access. A script is executed depending upon whether the load succeeds or fails. Quite tricky, and another reminder that online privacy doesn’t exist.

Link: https://grepular.com/…
(via Slashdot)

Firefox 4 Released

April 18th, 2011

Firefox LogoFor those who missed it, Mozilla released Firefox 4 on March 22nd. Major features include a more streamlined and minimalist user interface (a la Google Chrome), tab groups, WebGL support, better HTML5 support, faster JavaScript processing, graphics hardware acceleration, and browser synchronization. This will be the last major release of Firefox—Mozilla is switching to the incremental update model that has worked so well for Chrome.

It’s interesting to see the significant impact Google Chrome has had on both Internet Explorer 9 and Firefox 4, particularly in regards to the user interface and JavaScript performance. Google’s stated goal when it first released Chrome was to force the other browser vendors to improve their products in an effort to keep up. Google has been wildly successful in this respect.

Link #1: http://arstechnica.com/…

Link #2: http://blog.mozilla.com/…
(via Slashdot)