We’re Not Ready Yet For Chrome OS

Posted by Avrithor On November - 19 - 2009ADD COMMENTS

sdres_0001_app-menu_01

Today, Google finally announced Chrome OS and showed it off a bit. It’s just as it was rumored to be and just as it sounds: the Chrome web browser basically is the OS. You turn on the computer and you get the browser, that’s it. All you can use are webapps. The idea is that most people spend 95% of their computing time using webapps and surfing anyway, so why not focus on that experience and streamline it. In the process, it aims to nix a lot of the issues that users have with their computers—a Chrome OS device will have a lot less going on under the hood than a traditional PC, so it’ll boot up faster and be immune to malware (since you can’t install ANYTHING on it, benign or malicious). Trouble is, the world isn’t quite ready to go webapps-only just yet. Even Google admitted during the press conference that they expect people who buy a Chrome OS netbook to keep their standard desktop or laptop system around for the things they can’t do on the web yet (or don’t want to). But honestly, I don’t think I would even install Chrome OS on my netbook. Looking at my boxen, this is a quick list of everything that would prevent me from switching from Windows to Chrome:

  • Most critically, a Chrome OS box obviously won’t be able to be joined to a Windows domain. Whether I log on to my desktop or my netbook, I need to have access to my documents, and if I change a file on one it needs to be synced so that I’ll see the change on the other. Obviously logging onto the domain with a roaming profile accomplishes this; for Chrome, there would have to be a file-syncing service like Dropbox that works under Chrome without installing anything.
  • Desktop apps that just aren’t replaceable yet. A few examples:
    • Photoshop. Granted, I only use this on my desktop because it would be unusable on a netbook anyway. Still, Photoshop is a beast of a program and it would be impossible for Adobe to create a web version with anywhere near the same functionality. (There is a “Photoshop” webapp but it’s nothing like the actual Photoshop CS4 software.) Javascript performance is going to have to get faster by an enormous factor before you could ever think of implementing many of PS’s features in the browser. Not to mention the colossal size of the high-DPI, hundreds-of-layers PSDs that professionals work with. I think this will forever remain an app for beefier Mac & Windows PCs.
    • Skype. A good videocalling webapp that meets or beats Skype’s ease-of-use and functionality probably could be done, but nobody’s done it yet. Google did just buy a VoIP company recently so maybe they’re working on it.
    • Microsoft Office. It’s still the de facto standard, and neither Google Docs nor Microsoft’s online Office suite can touch it yet. This one will go down fairly quickly though. Google is claiming outright that Docs will catch up next year (which, not coincidentally I think, is also when they expect to release Chrome OS).
    • KeePass (or insert your favorite password manager here). There are password manager webapps, but to be honest, I still don’t trust this data to the cloud. I have more than just passwords for websites in my KeePass database.
    • Games. Goes without saying, but they won’t ever run on Chrome OS and there’s no intention for Chrome OS to be used for gaming. This is also a primary reason why I’ll never switch to Mac or Linux. As long as I’m a gamer, I’ll be at least dual-booting Windows on at least one of my machines. (And if you think I want to go through the hassle of rebooting just to launch a game, you’re crazy.)

If Chrome OS is successful, it’ll be successful in pushing webapps forward to fill in a lot of these gaps and provide the features and tools that are missing so far. If that happens, and I would love to see it because this is actually the area I’m looking to get into with my degree, I can certainly see myself running Chrome OS on a netbook in the future. But we’re not there yet.

Netflix PS3 Discs On The Way

Posted by Avrithor On November - 5 - 2009ADD COMMENTS

slimPS3Netflix notified me today that my disc to activate PS3 streaming is in the mail. I was hoping Netflix wouldn’t be an Xbox-exclusive feature among the consoles. It’s nice to see them expand support. How long will it be now before basically every new HDTV, BD/DVD player, game console, or video device of any kind comes with Netflix built-in? I was a subscriber and a big fan of Netflix before they had streaming service at all, and now I’m just waiting for the day that I can turn off disc shipments altogether because everything is available on Instant Play.

For now, though, I’m using my computer monitor as my PS3 monitor on an HDMI switch, so it won’t be that different than loading up an Instant Play movie via the website; it’ll be interesting to see if there’s a difference in picture quality. But someday, I’ll have an actual TV.

Tron & Speed Racer, Birds of a Feather

Posted by Avrithor On October - 25 - 2009ADD COMMENTS

tron2

speed-racer-dec1

I recently saw Tron for the first time, and I’m struck by the ways in which it reminds me of Speed Racer. Both are technological marvels of their day, consisting almost entirely of colorful computer graphics. For both films, that is their only asset. “Ham-fisted” is a terribly inadequate term to describe either of them. Both feature superficial commentary about the hijacking and spoiling of the little guy’s noble endeavors by corporate overlords. At least Tron has a cult following; I imagine it’s mostly people who saw it as children when it came out, and are blinded by nostalgia. I’m not sure Speed Racer will ever enjoy the same kind of niche reverence. Perhaps there’s a group of kids today who will revere it as adult geeks 20 years from now. I shudder at the thought of it. Tron Legacy will most likely have the same result. Very, very pretty to look at. Not much in the way of substance. I am open to other possibilities. Having Flynn become the new MCP, as suggested in the trailer, is a logical next step for the story, but maybe they have somewhere interesting to take it.

Starting Up Again

Posted by Avrithor On October - 20 - 2009ADD COMMENTS

So, I’m out of the Air Force now. I drove over 4,000 miles from Anchorage, AK to Jackson, MI, then drove back to Minneapolis a few weeks later to move in to my new apartment. Now that I’m settled here and school is underway at the University, I’m looking to start blogging again.

I’m still gathering topic ideas and links, but I do want to make a note right now on the password management system I wrote about. One issue that I’ve encountered is that TrueCrypt requires local administrator privileges to run. That may or may not be an issue for you. If you need to get into KeePass on public computers in computer labs or internet cafes, TrueCrypt’s not going to be usable, unfortunately. In this case, I would lock KeePass with a password rather than the keyfile, and use the password guidelines I described for the TrueCrypt container. Obviously this has the downside of not having that nice safe storage space for sensitive data in case you lose your thumb drive, but you will still have safe, secure passwords.

I also want to continue Project Euler but I may not for a while, perhaps not until I get into my comp sci coursework.

Project Euler, #1-10

Posted by Avrithor On July - 1 - 20092 COMMENTS

Since I discovered it yesterday, I’ve been hooked on Project Euler, working furiously on solving as many problems as possible. It’s a site that poses hundreds of math problems designed to be solved by writing computer programs, and tracks which ones you’ve solved. Naturally, I’m using JavaScript, and I’ve solved the first ten problems so far. Now, given my inexperience, the solutions I arrived at are going to be flawed—mostly in terms of efficiency—but obviously they work.

I made a file for the project, euler.html, where I’ll write my solutions for each problem. Of course there will be some functions shared among different problems, which is part of the reason for doing it in a single script. I’ll put a button on the page for each problem that’ll run its solution and spit out the answer. Although it doesn’t really matter here, I’ll also stick to best-practices and avoid polluting the global namespace by encapsulating my script’s functionality in a self-executing function. Common, private variables and functions will be defined, and then a hash will be returned with a member for each problem. This exposes them to the rest of the page (so the aforementioned buttons can call them), but they’ll have access to the private stuff thanks to closure.

var Euler = (function() {
  // private stuff here

  return {
    P1: function() {
      // algorithm for problem 1
    },
    // etc...
  };
})();

On to the first 10 problems. Note: If you want to solve them yourself, “spoilers” follow after the jump! Please don’t cheat.
Read the rest of this entry »

In Which I Tap GameStop On The Shoulder

Posted by Avrithor On June - 22 - 2009ADD COMMENTS

And then point at Steam.

[Sterne Agee analyst Arvind Bhatia] noted that GameStop’s management “has been monitoring and studying the capabilities of digital downloading and its potential adoption over the last several years” and they’ve recently “conducted the most thorough study to-date on its capability.” The study provided the following key takeaways (as outlined by Bhatia):

  • An addressable market (due to technology rollout) will not exist until 2014 – at that time approximately 25% of population will have access to the technology required to download full games.
  • Users would still face issues of price (could cost ~$100/month) and storage capacity.
  • Consumers are willing to pay ~$39 for downloadable game so publishers will be less incentivized than some in the industry think.

Source: “GameStop Says Addressable Market for Digital Distribution Won’t Exist Until 2014″, IndustryGamers, 6/19/2009

How could the “most thorough study to-date” on digital distribution of games conclude that there’s no market for it until 2014? There’s a market for it now. I don’t know a single PC gamer who hasn’t bought a game on Steam. Not a single one. Digital distribution is here already. Sure, the consoles are lagging behind as usual, with plenty of smaller, arcade-style titles available for download but very few AAA titles yet. To think that a majority of 360/PS3 games going digital distro is five years off, however, is just crazy. In five years, the market will cannibalize retail. If GameStop treats this change like they’re safe for the next five years, they’re toast. They’re probably toast anyway, but they’re hastening their own demise.

Only 25% of the population will have the tech required for digital distribution, in 2014, because it’s being rolled out? Broadband penetration in the U.S. is 60% today. Guess what? If you’ve got a broadband connection, you can download a full game. It’ll take a few hours, maybe, depending on the game, but you can do it, and many PC gamers do on a regular basis without finding it too much of an inconvenience. Faster connections will only make it easier and explode the market. Again, if you’re a brick-and-mortar outfit and you’re waiting for that point before you start changing your strategy, you’ve already lost.

Finally, storage capacity is definitely a concern with one console—the Xbox 360—but the PS3 is designed with a user-replaceable, standard laptop hard drive, and obviously a PC user can upgrade their hardware anytime they want. You can get a 500GB laptop hard drive for about $100, and a terabyte desktop hard drive for the same price. Storage capacity is hardly a significant roadblock.

Digital distribution is already making waves on the PC. The PSP is set to go all-download this fall. The PS3 will likely follow suit before 2014. And GameStop is going to be in serious trouble. Good riddance to them. Who ever liked going in there and getting hassled by the employees about reserving games or upselling crap like strategy guides and magazine subscriptons anyway?

Weekend Links

Posted by Avrithor On June - 19 - 2009ADD COMMENTS

New Look

Posted by Avrithor On June - 18 - 2009ADD COMMENTS

I installed a new WordPress theme, and I’m still tweaking it and getting things set up. So it may be slightly unpolished for the next couple of days.

Passwords Addendum

Posted by Avrithor On June - 13 - 2009ADD COMMENTS

Following up on my last post, I want to note that there is some merit to the classical argument against writing your password down. If Alice’s password is posted under her keyboard, you have an auditing problem, because you can’t be sure that Bob—who works in the office and is also a legitimate authorized user with his own network account—hasn’t logged on to Alice’s account and done things in her name. If Alice writes her password down and puts it in her wallet rather than under the keyboard, though, there’s nothing wrong with that, which is what I was getting at.

Guide: How To Securely Manage Strong Passwords

Posted by Avrithor On June - 11 - 2009ADD COMMENTS

Think fast: How many passwords do you have?

A lot? Surely you have many systems that you log in to, but perhaps you’ve taken to using a particular password on multiple sites, to avoid confusion and the hassles that go with forgetting a password.

Maybe you even use the same password to log into your computer, to log into YouTube, and to log into your online banking site. It’s just easier that way—I hear that sentiment loud and clear.

How strong is that password? Realize that if an attacker somewhere on the internet cracks your YouTube password, even though you may not care about YouTube they have now also gained access to your finances if you use the same password for your bank!

Unfortunately, we’re stuck with an online world in which a variety of destinations, tools, and services use only username/password authentication. As we rely more and more on these services and the risk as well as the potential damage of identity theft rise, it becomes ever more critical to have strong, unique passwords and protect them carefully. What I’d like to do here is explain my approach to password management and how you can have a set of exceptionally strong and unique passwords for everything you log into, without ever worrying about forgetting them.

Step-by-step guide after the jump!

Read the rest of this entry »

About Me

I'm a computer science student at the University of Minnesota and enthusiast for the arts, gaming, and technology.

Quotable

"Madame, my kingdom is a small one,
but I am king there."


—Frederic Chopin, asked why he wrote many nocturnes, but never a symphony or opera