diff options
author | neodarz <neodarz@neodarz.net> | 2017-05-04 03:27:33 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-05-04 03:27:33 +0200 |
commit | 785bde84dd4888817bb9825ba5ab388ec2b7c4b7 (patch) | |
tree | eb572026c9c953dbd67e3acc2104db11117b4e5f /source/blog/2014-12-14-the-google-chrome-comic-a-classic.md | |
parent | 15c05dbb86fe3d98ec6e6ebe7743fd85b860dcc6 (diff) | |
download | my_new_personal_website-785bde84dd4888817bb9825ba5ab388ec2b7c4b7.tar.xz my_new_personal_website-785bde84dd4888817bb9825ba5ab388ec2b7c4b7.zip |
Update to date
Diffstat (limited to 'source/blog/2014-12-14-the-google-chrome-comic-a-classic.md')
-rw-r--r-- | source/blog/2014-12-14-the-google-chrome-comic-a-classic.md | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/source/blog/2014-12-14-the-google-chrome-comic-a-classic.md b/source/blog/2014-12-14-the-google-chrome-comic-a-classic.md deleted file mode 100644 index f3d7f791..00000000 --- a/source/blog/2014-12-14-the-google-chrome-comic-a-classic.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "The Google Chrome Comic — A classic" -date: 2014-12-14T17:42:55-0800 -date_display: December 14, 2014 ---- - -I was cleaning up my Opera bookmarks just now — I'm semi-officially leaving Opera for Safari. Of course, Safari still can't handle everything (e.g., Adblock Plus is still not so good on Safari, YouTubeCenter lags behind and I don't bother to compile myself — yes, I have a certificate, and some power user features simply don't exist), so I'm still going to Opera/Opera beta/Chrome/Firefox for certain tasks. But Safari is very nice. For the first time. - -I started out as a Chrome user (well, don't want to recall the IE days), branched out to the Chromium Opera, and now ended up in Safari. Not sure about the future. When I look back, something nostalgic pops up in mind — [the Google Chrome Comic](http://www.google.com/googlebooks/chrome/). I enjoyed it more than once, but I never seemed to have archived it. So here it is, combined into [one PDF](https://dl.bintray.com/zmwangx/generic/2008-chrome-comic.pdf). In fact, you can create the PDF yourself: - -``` -seq 0 39 | parallel wget -q http://www.google.com/googlebooks/chrome/images/big/{}.jpg -convert $(ls -v *.jpg) 2008-chrome-comic.pdf -``` - -Here I was a bit lazy and used a GNU `ls` feature: `-v` for natural sorting of numbers (doesn't work for BSD `ls`). - -And here's page 1 of the comic as a teaser: - -![Google Chrome — Behind the Open Source Browser Project](https://i.imgur.com/W5pJTjl.jpg) |