Categories
support tutorial

More on Suggest Tags

I noted a while ago that I would be making a few refinements to the way that the suggest tags feature works. This is just to belatedly note that the changes are now available in Yummy 2.2.0 and above.

In the olden days I just used the iPhone standard “bookmark” icon which in my mind seemed to adequately signify “suggest tags.” In hindsight that wasn’t my smartest move.

So now here is what the toolbar looks like when you view a bookmarks:

And here’s what it looks like when you’re editing or adding one:

I think you’ll agree that’s much more obvious.

One further thing to note, pressing the button does not overwrite any tags that are already present. Instead it merges the suggestions with what’s already there.

Categories
howto support tutorial

Instapaper Integration

Okay, so you’ve got Yummy, you’ve heard that the latest version allows you to post your bookmarks to Instapaper from Delicious for off-line reading but how do you do it?

  1. Quit Yummy
  2. Open the Settings application and select Yummy
  3. Enter your Instapaper username in the box at the top of the screen
  4. Back in Yummy you’ll now find the “Send to Instapaper” option in the “Action” button at the bottom of the bookmark and web preview screen. If you don’t have a password, then you’re done
  5. If you do have a password press the button anyway. You’ll get the opportunity to enter your password using a screen that looks a lot like this:

    The screen will check your password before proceeding so you do need to be online for this to happen
  6. When you press done, you’ll need to select the “Send to Instapaper” button again to send your link to Instapaper

Easy, eh?

Categories
support trivia tutorial

Bookmarking to Delicious from Twitterrific

Back in February I documented how to publish a bookmark to Delicious using TwitterFon and Yummy. I’ll be the first to admit that it’s not a simple or convenient method — building your own program is not for everyone!

Luckily if you use Twitterrific things just got easier.

If you go into the Advanced Settings screen in Twitterrific you’ll see the following:

(Yes, you can post bookmarks to Instapaper here too. If you have a password you might prefer to use Yummy to do that until The Icon Factory push out an update.)

Enter “yummy://post?” into the “Delicious.com” field (without the quotes) and you’re done.

Next time you click on a link you’ll also be able to send it to Yummy. Two limitations I’ve noticed. Firstly the link you get is likely to be shortened (for example “http://is.gd/enCu”). Secondly, the title field will not be populated. I am going to look into what I can do to help here.

Categories
news support

Yummy Browser 1.0.1

A minor update to Yummy Browser, version 1.0.1, has just hit the App Store. This release includes all the bug fixes and security enhancements that made it into Yummy 2.2.1.

The key changes that you’re likely to notice are:

  • You will find that the Settings application no longer has an option to enter your password. It is now stored more securely in your iPhone’s keychain. If you change your delicious.com password, Yummy will prompt you for your new password
  • If you have a jail-broken handset you should find that the tag view works now

It’s available right now for free on the App Store.

Categories
news support

Yummy 2.2.1

It’s been a long time coming, but version 2.2.1 of Yummy has finally hit the App Store. It contains only one fix: you can now use Instapaper accounts with a password set.

It is a free download for all existing owners of Yummy.

Categories
opinion trivia

Pirates and Jail-break

I just read this post by PlanetBeing about Apple’s relationship with the jail-break and application cracking community. While I have some sympathy with his position I can’t wholeheartedly agree. There are rational reasons why developers and Apple might not support jail-breaking even if it does nothing to help extinguish piracy.

Back in March when I wrote about my experience with Yummy users who have jail-broken handsets I tried to be very careful to make a distinction between the process of jail-breaking and that of pirating apps. In principle I have no problem with people freeing their phones from the shackles that Apple include.

However, one of the nice things about developing for the iPhone is that it is a closed system. When you write a program for the Mac or Windows or Solaris you have to deal with all kinds of variables that you have no control over. Does your program work when someone plugs in a ten year old scanner? When they plug in an iSCSI disk? With five monitors? When they virtualise the OS? When they use Solaris Zones? (All these are actual problems I’ve come across over the years I’ve worked in IT.) Fundamentally you just don’t know. While you wouldn’t expect them to make a difference, you can’t count them out. And when you’re supporting software you have to take into account the costs of tracking down, identifying and fixing these obscure problems that you can’t actually see on your own hardware.

On the iPhone, as with most games consoles, you have none of this. An iPhone is an iPhone. You can rely on the amount of memory available. You know there’s one screen with one size. The few areas of variation are well known.

When people start changing the operating system, as happens when you jail-break a phone, all these things you can rely on become, well, less reliable. It can be small things like performance tuning. With a stock iPhone I can try to make my application responsive because I know how aggressively I can cache data. Jail-broken phones often have less, sometime substantially less, memory available. (Actually, I say a small thing. For an application within certain bounds performance is a “nice to have.” For a game your tolerances may be much smaller.)

More significantly, some system level components that you can usually rely on can change under your feet. In the case of the “blank tags” bug in Yummy it was because the version of SQLite sometimes changes when you jail-break.

I spent a significant amount of time trying to track this problem down and in the end only stumbled across the solution by accident.

What I’m trying to say here is that while we can agree that people who jail-break their handsets are not all stealing their applications, we cannot pretend that their actions have zero cost. The time that I spent tracking down the bug could have been better spent adding new features or fixing bugs that affect all users and not just a minority.

PlanetBeing says that the jail-break community does not “believe that Apple should have a support burden for modified devices.” I think developers of third party applications deserve a similar break.