SUV on roof

SUV on roof

Saw this at 12:30 on Sunday afternoon at the intersection of Routes 106 and 247. Everyone seemed to get out OK though.

Posted in Mobile photos | Tagged , , , , , | 4 Comments

Big blind

Poker chips

A few more hands before our friend Burke goes away for two months.

Posted in Mobile photos | Tagged , , | Leave a comment

Tumblarity is gone. Thanks Tumblr.

Last August I complained about Tumblarity and I wasn’t alone. Many people didn’t like how Tumblarity motivated the Tumblr community to post and repost drivel and I’m very happy to see that the Tumblr team has, as far as I can tell from my desk, decided to do away with it. But I also said this about how Tumblarity could still be of use to Tumblr:

“If it was a hidden ranking system then people wouldn’t be driven to do things only to increase their rank and it could still be used for valuable things like Tumblr’s directory.”

I don’t know if Tumblr repurposed Tumblarity to help power their new Directory but credit where due I’m glad it isn’t on Tumblr in a way that motivates spamming any more.

Posted in Notes | Tagged , , , | Leave a comment

Geronimo Jack’s Beard – A new LOST podcast from Jorge Garcia

This is too awesome for words but I’ll try my best anyway. Jorge Garcia, whose blog I’ve been subscribed to for – well, a long time now, has started a LOST podcast – aptly named Geronimo Jack’s Beard (presumably in tribute to Geronimo Jackson which has been mentioned on LOST a few times over the years).

What makes this podcast awesome (besides the fact that sidekick22, Jorge’s lady friend Bethany James Leigh Shady, and Jorge himself are doing this themselves) is that they started putting together this podcast in August 2009 when LOST began shooting Season 6. They’re releasing these episodes now, since LOST has premiered Season 6 Episode 1 already, and anything they talk about (the script, the shooting, etc.) wouldn’t be considered spoilers anymore.

I’ve said this before, I’ll say it again – Jorge’s character on LOST, Hurley, is my second-favorite character on LOST. Charlie, is my favorite and probably always will be. This is now my second favorite podcast too. Terry Gross’ FRESH AIR on NPR will more than likely always hold that top spot.

Jorge & Beth – if you’re reading this; this was a really great idea and I sincerely appreciate you sharing it.

Posted in Links | Tagged , , , , | 2 Comments

Switching to Google Chrome Developer channel

For months I’ve been using Chromium the open source browser that powers Google Chrome. Using Chromium had its advantages and disadvantages. I had the bleeding edge of what was offered by the Chromium team – whether it was stable or not. But, I also had to manually update my personal copy of Chromium on a nearly daily basis.

Not anymore. I’ve been wanting to switch to the Google Chrome Developer channel (or, the still pretty darned bleed edge releases) for a few weeks but hadn’t had the time to figure out how. After I saw my friend in bleeding edge Chromium releases Justin Blanton take the plunge I began hunting. Turns out, it is pretty easy once you found the right link.

I found this link via the Chromium Blog – but there is an Early Access Release Channels page that explains what each release channel is, its purpose, and how you can get involved. The nice thing about these channels is that these are releases of Google Chrome, not just Chromium, and as such are slightly more stable and refined then the Chromium nightlies I’ve been using. Updating to the next release is also easier in that it happens within the application itself and it continues on the same channel you choose be it beta or developer.

Left: Chromium Right: Google Chrome Dev channel

For example, remember how I complained about Chromium’s Bookmark Manager? Remember those hideous buttons? Well, they are much nicer in Google Chrome then they are in Chromium. Take a look at the graphic that shows the difference between the two. Though the action button doesn’t do much (yet) it does fit much nicer into the Mac ecosystem. Obviously the source list on the left is much nicer as well.

Switching from Chromium to Google Chrome was made all the more easy due to Google’s free Bookmark Syncing service. If you’d like to help test the very latest build of Chrome follow the links on that Early Access Release Channels to download your flavor of Chrome based on which channel you’d like.

Posted in Notes | Tagged , , , , | 2 Comments

LOST – Season 6 Episode 1 chat. Live.

Who says blogs are dead? Lets have a live discussion about tonight’s upcoming episode of LOST Season 6, live, right here in the comments on my blog.

To participate simply leave a comment below and wait for some replies. If you want, share a link to this post via Twitter, Facebook, or anywhere else you’d normally have this type of discussion nowadays.

(Consider each comment the beginning of a discussion. Click “reply” to reply to a specific comment.)

Posted in Notes | Tagged , , , , | 63 Comments

5 by 5 Studios – Talk radio for the Internet

Or, maybe we should call it Talk Internet now? Talk radio still sounds better. Anyway…

Dan Benjamin, who like me has always been a very big fan of talk radio, has launched a new network for audio podcasts called 5 by 5 Studios. I’ve listened to the first few episodes of each of his shows and so far so good. If you’re a fan of talk radio give Dan’s new network a listen.

Something for everyone.

Posted in Links | Tagged , , , , | Leave a comment

More social media icons

Speaking of icons for popular social media services, Komodo Media, who recently updated their collection, has a set of over 130+ icons also.

Posted in Links | Tagged , , , , | Leave a comment

Vector Social Media Icons

Icon Dock (love the name, branding, pretty much everything) has just released a set of 50 icons based on today’s popular social media services in full vector including the one I love most. Very nice and very free.

Be sure to check out their other products. Thanks Icon Dock.

/via David Kaneda.

Posted in Links | Tagged , , , , | Leave a comment

Pack your CSS and JavaScript

Pack, by fellow Viddler team member and friend Andrew Smith, is a great utility to compress your CSS and JavaScript for deployment. The real meat of Pack comes from its ability to take an entire directory of scripts and compress them using a set of instructions. Nice work Andrew.

Posted in Links | Tagged , , , , | Leave a comment

The name iPad

Neven Mrgan just changed my perspective on the name iPad. I don’t particularly care for it. However, Neven compares iPad to the name of some of the top gadgets currently getting press. Turns out, iPad is an excellent name now.

Posted in Links | Tagged , , , | Leave a comment

Catch up on LOST via Hulu

LOST Season 6 starts on Tuesday. LOST Seasons 1 through 5, all one hundred and one episodes, are now available via Hulu to help you catch up!

Posted in Links | Tagged , , , | 2 Comments

RSS Subscription extension for Google Chrome

Here is a great example of a good extension written for Google Chrome. The RSS Subscription extension is built by someone on the Chromium team and it brings in the unified feed icon button into the location bar to subscribe to any feeds found on a site. Works perfectly, fits naturally, has a fair amount of options.

Posted in Links | Tagged , , , | 2 Comments

iPad impressions and keyboard wonkiness

I had published a placeholder link for the iPad when it was announced. I’ve now updated that post to include my impressions of the iPad based on the video, announcement video, and Web site.

Kyle Slattery, whom you all should know by now, has also published a post about comparing the physical keyboard input with that of his DROID and the challenges faced by device manufactures that provide both a physical keyboard and a multitouch interface.

Posted in Links | Tagged , , , , , , | Leave a comment

Ignoring and removing a file from a Git repository

Found this little gem tonight after I had made the mistake of ignoring a file that I had already added to my repo and had committed more than one change to and wanted to remove the file from my commit history completely.

“One problem I see quite often in the #git channel on Freenode is that beginners get confused as to why a file doesn’t disappear from history when they place it into their .gitignore file.”

Well, I’m that beginner he speaks of.

To ignore a file from being tracked by Git simply create a .gitignore file in your root working directory with a list of files or directories that you want Git to ignore the changes of. Typically this is good for configuration files, error logs, or temp directories that might be filled with junk.

Pretty simple. However, I had a config.php file in my project for quite a few commits before I wanted to remove it and stop tracking changes. I didn’t go about this the right way and I actually ended up publishing sensitive information to a public place. Eek! So, to help all of you, here is how you do this properly (using my config.php as the example).

  1. Ignore changes by placing the file’s name in the .gitignore file. (ie. config.php)
  2. Remove the file from the index but not the working directory: git -rm cached config.php
  3. Strip this file from every single commit you’ve ever made: (use with caution!) git filter-branch –index-filter ‘git rm –cached config.php’ HEAD

I know that it is bad form to remove a file from the commit history as general practice however in this case I had very little choice. I hope this saves any of you that find this the time and stress it temporarily caused me.

Posted in Notes | Tagged , | Leave a comment

Using 7 Scrabble tiles

Playing Scrabble this evening this rule came up. How many points does a player get if they use all 7 tiles if some of their tiles fall on premium squares?

“If a player uses all seven of the tiles in the rack in a single play, a bonus of 50 points is added to the score of that play (this is called a “bingo” in Canada and the United States, and a “bonus” elsewhere). These bonus points are not affected by premium squares.”

Well, that settles that.

Posted in Mobile notes | Tagged , , , | Leave a comment

The Apple iPad

So, it has finally been announced.

Now, what do I think about it? I have to admit that since it was announced, about 36 hours ago now, my opinion of the iPad has swung back and forth like a blade of grass in a stiff breeze. I sit here (on the couch no less) wishing I had an iPad to write this on while at the same time thinking the device is utterly frivolous. I have a Macbook Pro and an iPhone, why would I ever need an iPad?

But, who cares if I actually need one. What do I think about it? Here are the surprises, the bad, and the good.

The surprises

  • The price. I have to admit it. Even though I guestimated that a tablet device from Apple would debut at somewhere between $699 and $899 I never thought that it’s base price would be $499.
  • The name. I’ve tried to let iPad sink in and I still think it will (it will have to) but I am still surprised.
  • The 250Mb per month limited 3G price plan. If you are of the sort that only sends a few emails or downloads an app or book a two a month – I suppose 250mb per month is enough. But I’m willing to bet that most will either go the unlimited 3G plan, for only double the price, or with no 3G at all (for no monthly fee and an even cheaper purchase price).
  • The reactions. Overall, I think the reactions I’ve seen across the Web are positive that the iPad is a very cool device. But as far as the device being an easy purchase the sentiment is anything but shared.

There were good surprises too but I’ll just throw most of them into “the good” list.

The bad

  • The aspect ratio. It has been stated that they iPad’s screen has a 4:3 aspect ratio and is probably the result of the device being optimized for portrait use. If I were to have an iPad I could see myself watching a lot of video on the device and so I would have liked to see the aspect ratio at 16:9.
  • The 3G pricing plans. Thirty dollars per month is a lot of money for me. Two hundred and fifty megabytes per month of bandwidth is no where near “enough” for my usage. That leaves me with no option to get 3G.
  • The number of native iPad apps (surprise). This will no doubt increase dramatically prior to launch. Apple obviously spent a considerable amount of time nailing the applications they showed in the announcement. iWork, Mail, and iBooks (and even the iCal redesign) are absolutely incredible UIs such the world has never seen. But I was surprised we didn’t see a point of sale system, educational and healthcare applications, or any other application besides Brushes (which looks great though) and games.
  • That Steve Jobs didn’t also announce a way to convince your wife that you need one.

I haven’t had an opportunity to use the iPad yet – which I presume won’t happen for months – but I didn’t see much that was bad about the device. Nearly everything I saw was incredibly well thought out and looked easy and dare I say fun to do.

The good

  • The UI. Though some will say that the iPad is simply a big iPhone the user interface is obviously different given its specific size. Being larger means being even more precise and detailed. The UI, from what I’ve seen so far, is second to none. The best user interface for any device in the world.
  • iWork. The amount of work Apple put into bringing iWork to the iPad is obvious. Some of the gestures that Phil Schiller was using to create some quick iWork documents were – if I may say so – perfect and natural. To get a gesture to be perfect and feel natural is – for most people and companies – a near impossibility. Somehow most interface gestures miss the mark. The iPhone got more right than it did wrong but it still got a few things wrong (mostly related to the limitations of the device itself). The iPad leaves all of those mistakes at the door.
  • Typing. My main wish for the iPad was for much better input. Again, I haven’t used the iPad yet but nearly everyone that has remarked that typing on the iPad was much better than they expected.
  • SPEED. Speed is so important. If pressed about what the most important thing in technology was I’d probably say speed. Computers, devices, Web pages, applications, – even cars – are nothing without speed. No matter how good something is, if it is slow, it won’t work. The iPad is remarkably fast.
  • iBooks. I’ve wanted a Kindle from the very first day Amazon announced them. I haven’t bought one because I, like Steve Jobs, couldn’t see owning a device that only allowed me to read books. For the price of a Kindle I could buy 1,000 books at yard sales and give them to friends as gifts. But the iPad, with its incredible screen and ability to do just about everything else you want, is well within the right price range to make buying a Kindle look like a dumb idea.
  • The battery life. 10 hours on a single charge? My 15″ unibody Macbook Pro gets around 6 to 7 hours of battery life right now – which is absolutely amazing. To have a device that you can actually use for 10 hours is remarkable.

All this and I haven’t put so much as a thumb on the device yet. I can’t wait to get my hands all over this thing though I’m still not sure I’ll buy one.

Posted in Links | Tagged , , | 7 Comments

Apple Tablet roundup

On the cusp of an announcement from Apple later this afternoon (or morning if you’re in San Francisco where the event is taking place) I thought I’d roundup my favorite posts about the Apple Tablet up until today.

That is really about it. We’ll see how all of this stacks up in about 4 hours and 10 minutes.

Posted in Links | Tagged , , , , , , | Leave a comment

A Google Chrome Extension for Viddler

As a sort of pet project of mine I’ll be committing updates to a Google Chrome Extension for Viddler.com. There is very, very little there so far but there will be more over time. If you have a hand for creating cool Google Chrome Extensions feel free to contribute.

Posted in Links | Tagged , , | Leave a comment

Never work for cheap.

When someone says they are going to go freelance this is the first piece of advice that I give them.

“Work for free
or for full price.
Never for cheap.”

/via we(heart)it.

Posted in Links | Tagged , , , , | Leave a comment
  • My bubble avatar
  • Subscribe via Twitter

    You can subscribe to this site's posts via Twitter by following @cdevroecom or you can follow me personally at @cdevroe.

  • Categories

  • Monthly archives