Douglas on Tumblr

Month

June 2010

16 posts

John Gruber on the Oddest Point of the WWDC Keynote: Farmville → daringfireball.net

The demo seemed targeted specifically to existing FarmVille players, because I (having never played the game) couldn’t make heads or tails out of how one is supposed to play or what sort of entertainment it was supposed to provide.

Would it be overly cynical of me to say that Farmville exists more to make Zynga money than to provide entertainment?

Jun 28, 2010
Google TV → google.com

I am very interested in seeing how Google TV turns out. I commend Google for having a go at improving how we use technology in the living room. What’s below is about something I find puzzling about their strategy. I am not trying to say ‘Google sucks’.

Remember the day before Google TV was announced? WebM was the big announcement in the keynote of the first day of Google IO. Now there’s this:

Google TV is capable of playing 720p and 1080p Flash videos. For best performance:

Use h.264 encoding for all video content. Avoid encoding your videos in h.263 or vp6.

No mention of WebM or the HTML video tag.

I know this section is about Flash, not video in general, but a mention of WebM would seem relevant here. I thought ‘open’ video was the future.

Jun 17, 2010
Research with Instapaper

Researching a particular topic? Try sending a Google search to Instapaper. The search results seem to come out well with Instapaper’s text processor.

Go through the results in the Instapaper iOS app and ‘Read Later’ all the interesting looking results.

This is not much of a benefit if working on a computer. However, it works really well in the situation I am in now: I only have my iPhone 3G with me and I am in an area of fairly poor cellular network coverage. Instapaper mostly eliminates waiting times for pages to load and be drawn.

Jun 16, 2010
Daring Fireball: Obsession Times Voice → daringfireball.net

…the notion that blogging is a meaningful verb. It is not. The verb is writing. The format and medium are new, but the craft is ancient.

John Gruber

Old post found via Marco Arment

Jun 12, 2010
Resolving the iPhone 4 Resolution → blogs.discovermagazine.com

The ability to see two sources very close together is called resolution. It’s measured as an angle

This is an important definition from a great article. I love technical articles like this.

Jun 12, 2010
Duncan Wilcox on content creation on the iPad → duncanwilcox.com

Objects and actions are pleasingly orthogonal to the mathematically inclined

Certianly are. I think this distinction is what makes Quicksilver so appealing to me.

Jun 11, 2010
iPhone Multitasking and Background Updating → marco.org

Marco Arment proposes another iOS multitasking service for registering to check for updates with a server periodically. I said I was looking for this in my original iPhone background processes list. Arment says:

This would allow Instapaper to download updates in the background, and would also greatly benefit RSS readers, Twitter clients, chat programs, weather and news widgets, and a huge number of other applications

Such as Notes, Calendars and Mail applications. (I don’t know if third party Mail and Calendar apps are allowed. I’ll have to check if there are any.)

Simplenote would really benefit from this.

Update

There do seem to be some third party email and calendar apps.

There is an app for accessing a Hotmail account. I’m saddened by the app store review saying how the writer felt trapped by the iPhone email app. It is Apple’s app that supports the flexible IMAP standard and Hotmail which does not.

Jun 10, 2010
Thread on Hacker News → news.ycombinator.com

Gruber linked to this discussion about him. That’s irrelevant. I just wanted to grab this bit:

jacobolus:

putting an image behind the search engine homepage is a stupid gimmick which adds nothing to the value to my search results.

papachito:

Not really, in ChromeOS, the google homepage will be kind of like your desktop. So putting a picture there is like putting a picture on your desktop wallpaper.

I wouldn’t say a desktop background adds anything to your files or windows. So you could say desktop backgrounds are stupid gimmicks. They’re not practical, but fill a common human desire to decorate. A plain background is allowed if you find that preferable.

Jun 5, 2010
Deleting from the iPhone Home Screen

With the current iPhone OS, apps are deleted from the home screen by holding to enter the drag mode, then tapping the crosses which appear in the top left corner of every app that can be deleted. After this a conformation is required and a there is a request for a rating.

I think there would be some benefits to using a system similar to Mac OS X’s Trash. Instead of showing lots of little crosses, apps could be deleted by dragging to a Trash icon that only appears when in app dragging mode.

When entering drag mode, the apps in the dock compress to make room for the Trash. Apps are deleted by dragging into the Trash and letting go. There is no confirmation. This is much like adding an app to a folder in the iPhone OS 4. Tapping on the Trash opens a view which shows the apps in the Trash as a list like in iPhone Spotlight.

The icons still visible in the dock do not jiggle while the Trash is open. These icons are faded to show their ‘off state’.

Tap an app to restore it to the home screen. Tap Done to return to app dragging mode. Press the home button to close the Trash and can cancel the dragging mode.

With this scheme, there is no opportunity to rate an app when deleting. I don’t have much respect for the App Store ratings and I hate interruptions so I have not provided a chance to give a rating.

Does the Trash need emptying?

I don’t think so. In most cases, I think it would be fine to never clear the list. This is a user interface consideration. The user sees the Trash as a list of everything that had ever been deleted on the iPhone. From a technical perspective, the list should always be kept but the application file could be deleted if the device is low on storage space. After restoring such an app from the Trash to a home screen, it would be downloaded automatically as if you had just installed it from the App Store.

Possibly, it should be possible to swipe to delete individual apps from the list for if their presence is in some way offensive. This could be problematic as I can image obsessively tidy people going through and clearing the Trash item by item. This very much needs avoiding.

Key advantages over existing system
  • Apps can be recovered very easily
  • Screen is not cluttered with crosses when moving apps
  • Dragging to the bottom left corner seems far move natural than tapping a cross

I am just musing. Here I have presented a fairly detailed implementation of the Trash concept. It’s the concept that is important though. I expect a Trash concept was considered and rejected during the iPhone OS design process.

Jun 5, 2010
Pastebot Feature Idea

I just submitted this idea to Tapbots.

When launching Pastebot, it could import the most recent image from the photo library as well as the current item on the clipboard.

This would be very useful for getting screen shots from my iPhone to my Mac. Currently I need to:

  • Take the screen shot
  • Open Photos and copy the latest image
  • Open Pastebot and ‘push’ the just imported image onto my Mac

The middle step could be removed if Pastebot always grabbed the most recent image in the library. I am not concerned about clutter; I want Pastebot to grab as much data as possible.

Jun 5, 2010
Another Simple Service: List Sorting

I have finished exams now. That means I can spend time going through my list of ‘things that look interesting to check out when I have time’.

But first, I just made a Mac OS X Service to sort a list alphabetically. It’s so easy:

  • Make a new Service in Automator that receives and replaces text from any application.
  • Add the action Run Shell Script and run this ‘script’:

    sort -f

  • Save the Service

  • Use when necessary

You’ve just added a feature to every compliant text editor on your Mac. I love Services.

Update: I love Unix too.

Jun 5, 2010
Skinning the frog - iPad definitely a threat to Windows → frogboy.impulsedriven.net

Sorry for linking back to an old article, but I wanted to comment on this piece from three weeks ago.

Point 1: Instant on

It just works. I want to check email, look at my schedule for the day, look at Facebook, view something on YouTube, check out some news headlines, or just watch a movie, the iPad (and future devices of its class) are just much more convenient.

I love my ThinkPad T400. But when I go to it, I have to pray whether it’ll come out of sleep. If it does come out of sleep, it’ll be slow.

I don’t find I have this problem with my MacBook Pro. I agree on the convenience aspect though.

Point 2: Speed

Similar to #1, I can check my email, look at my various RSS feeds and scan my schedule in less than 30 seconds.

That is pretty fast. However, I doubt you can actually read anything in that time. This is a mixed bag: NetNewsWire for iPhone launches much fast than NetNewsWire for Mac but Simplenote feels more like Notational Slug than Velocity. Quıcĸsıɩⅴεʀ also makes things move fast. Desktop apps could be much faster than iPhone and iPad apps but I think it is true that they often are not.

Point 3: The App store

A lot of cool little programs are being made because developers can actually get paid for making cool stuff.

I agree.

Links
  • NetNewsWire
  • Notational Velocity
  • Simplenote
Jun 3, 2010
Daring Fireball: AT&T’s New Data Plans → daringfireball.net

under the new plan, you can pay just $55/month: $40 for voice and $15 for the DataPlus plan.

That still sounds pretty bad to me.

My iPhone is on O2’s pay as you go service.

I can pay £10 each month for unlimited Internet. This does not allow tethering. At any point, I can not pay this and use my iPhone like an iPod touch with phone capabilities (but not mobile Internet).

Calls and text messages are on pay as you go, which means I pay for what I use. I don’t use much so I pay very little.

Over the last eight months, I have only given O2 £80. This setup would not work well for people who make many more calls and send more text messages that I do. I think it’s great though. I would much rather not have to deal with a mobile network provider, but that’s not reality.

Jun 3, 2010
Steve Jobs at the D8 Conference → d8.allthingsd.com

Main page with videos here.

Steve Jobs’ opinion comes across very clearly. He’s honest and direct. This is commendable.

It is also interesting how little new we learn from this interview. I think Jobs’ opinion and vision come across in the products themselves.

My favourite bit is the comment that PCs are like trucks. This makes a lot of sense to me.

Jun 2, 2010
Jim Ray: ‘Understanding Paul Thurrott’ → jimray.tumblr.com

Jim Ray’s article ends:

— Contributed from my iPad

I like this a lot. It occurs to me: the iPhone and iPad are great for contributing because they’re the best devices for consuming on. The convenience of doing everything on one device often outweighs inconveniences like slower typing and the difficulty of referencing lots of sources.

Sent from my iPhone.

Jun 2, 2010
Paul Thurrott: ‘Understanding iPad’ → winsupersite.com

[iPad] is a premium computing experience, albeit a (deliberately) limited one. It doesn’t do many things badly, it does some things very well.

He ‘gets it’ to some extent. Fortunately the things the iPad does well are the most important things to me. Mostly this is consumption.

There seems to be an attitude of contempt when saying how the iPad is ‘only for consumption’ particularly in Paul Thurott’s article. I think most of what most people do with their computers is consumption. This does not seem particularly bad to me. That is just the way things are.

What about me? I try hard to make sure I am engaged with what I read: sending thoughts into Simplenote and sometimes to Tumblr. I do all this on my iPhone and it works alright. I am not producing a lot of content but that’s fine.

Jun 2, 2010
Next page →
2012 2013
  • January 2
  • February
  • March
  • April 10
  • May 2
  • June 3
  • July
  • August
  • September
  • October
  • November
  • December
2011 2012 2013
  • January 12
  • February 8
  • March
  • April
  • May 3
  • June 2
  • July
  • August
  • September
  • October
  • November
  • December
2010 2011 2012
  • January 40
  • February 27
  • March 16
  • April 16
  • May 16
  • June 12
  • July 3
  • August 5
  • September 10
  • October 17
  • November 23
  • December 5
2010 2011
  • January
  • February
  • March 16
  • April 17
  • May 25
  • June 16
  • July 24
  • August 15
  • September 9
  • October 17
  • November 19
  • December 30