Is Mastodon really dead?

Pundits like to claim that Mastodon is failing, but I find it to be a lot more active than any of the other new social sites and I get a lot more engagement there.

I have around 780 followers on Mastodon and 1200 on Twitter, but I get many more likes, replies, and reposts on Mastodon.

Yesterday I posted this same picture on both Twitter and Mastodon, and immediately got many more likes and reposts on Mastodon than Twitter.

Mastodon post with 325 likes and 147 boosts
Twitter post with 252 likes and 21 retweets

Sandboxing revisited

When I submitted an update to Detective, I discovered a few tricky things related to sandboxing and embedded helper apps.

In order to support ‘start at login’ in a sandboxed app, you need to embed a helper app that launches the main app (the entire process is described here). What I didn’t realize is that the helper app also has to be signed, or it will fail to let you start it at login. However, when you sign the helper app, it will include its own embedded provisioning profile, so when you try to submit your app, it will be rejected with the following message:

Invalid Provisioning Profile Location – The provisioning profile for your Mac OS X app must be located in the Contents directory of the main app bundle. A provisioning profile is optional, but you cannot submit more than one.

One of the suggestions in Apple’s developer forum is to remove the embedded profile from the helper app. Note that deleting the embedded profile doesn’t affect the actual code signing. After some experimentation, I found that the easiest way to do it is to add a Run Script build phase to the main application that deletes the profile from the helper app:

#!/bin/sh
rm ${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.app/Contents/Library/LoginItems/DetectiveLoginHelper.app/Contents/embedded.provisionprofile

After doing this, I was able to submit the app successfully.

Links for 2011-6-2 through 2011-6-4

Links for 2011-6-2 through 2011-6-4:

Posted by Postilicious

Spam is killing Twitter

Twitter’s spam problem has been getting steadily worse, despite claims that they’re taking steps to stop the spam. It has reach the point where any time I mention a device whose name begins with ‘i’, I get as many as 10 spam replies. These spammers all follow a typical pattern and are very easy to identify.

 

Twitter spammers are easy to recognize

These spammers almost always have a generic icon, no followers, aren’t following anyone, and almost all of their tweets are @replies.

Twitter should be able to identify them and automatically block them. Until they do that, Twitter’s usefulness is severely limited.

Links for 2011-01-03 through 2011-01-05

Links for 2011-01-03 through 2011-01-05:

Posted by Postilicious

Tweetie comes to the Mac

My favorite iPhone twitter application, Tweetie, is now available for the Mac. It’s replaced Twhirl & Nambu as my favorite Twitter client.

Tweetie’s user interface is clean & gorgeous. It has the features I want in a Twitter client: separate views for friend’s tweets, replies, and direct messages, and makes it easy to track new tweets by maintaining the proper scroll position to show current tweets until you explicitly scroll.

Atebits paid a lot of attention to detail. Animation effects are a nice touch, without being annoying. Double clicking brings up the user’s profile or all tweets in the reply threads. Most importantly, Tweetie doesn’t get in your face, so you can concentrate on work without being distracted, unlike many other twitter clients that demand your attention, yet you can easily see when new tweets arrive.

The only features Tweetie is missing are groups, saved searches, and trends.

Twitter FAIL

I’ve been locked out of my Twitter account all night due to “too many unsuccessful login attempts”, thanks to Yoono. I haven’t used Firefox in several months, and before that I was using 3.1 betas, which aren’t compatible with Yoono, I had changed my Twitter password since the last time I had used Yoono, so it still had my old password. I haven’t been able to change my password in Yoono without it trying to log in first and locking me out once again. This is very frustrating.

Plurk is not Twitter

Plurk is yet another site attempting to compete with Twitter. Although it has some interesting features, like the timeline view and the ability to share pictures & videos, it still seems lacking. Plurk doesn’t support SMS or IM, and the lack of an API means there’s no desktop client.

Twitter’s main problem is scalability and not being able to handle the user load. There’s no indication that Plurk or other systems can handle that load either. I’m more confident in Twitter’s ability to redesign, re-architect and scale their service, since they have the funding and bandwidth to support their growth.