Amplify Amplify your take on things.  Join Pat Parslow on Amplify

Pat Parslow | My Amplog

Twitter evolves

The Twitter team do seem to do a fairly good job of realising that the tool is defined by the people who use it, not by the people who write it in the first place (hmm reminds me of Activity Theory, if I have plucked the right theory from my tired mind!) - will be interesting to see how they do with implementing the ReTweet functionality they describe.

On the other side of the coin, I am starting to see some benefit (though not much) to the change they imposed regarding @replies. I am still not happy with it, and think they could have done it differently, but it isn’t entirely bad.  Essentially, I think they would have done better to use a different character to indicate the semi-private nature they have introduced with a leading @Blah - if you used @Blah for general messages which everyone can see but which refer to an individual and, say >Blah to direct it just to them, but letting your mutual friends see it, it would be good (I think).

In fact, it makes me think of a number of other possibilities - you could have Fred>George to recommend Fred to follow George, for instance.

Amplifyd from blog.twitter.com
See more at blog.twitter.com
Amplifyd from blog.twitter.com

Project Retweet: Phase One

Some of Twitter’s best features are emergent—people inventing simple but creative ways to share, discover, and communicate. One such convention is retweeting. When you want to call more attention to a particular tweet, you copy/paste it as your own, reference the original author with an @mention, and finally, indicate that it’s a retweet. The process works although it’s a bit cumbersome and not everyone knows about it.
Retweeting is a great example of Twitter teaching us what it wants to be. The open exchange of information can have a positive global impact and the more efficient dissemination of information across the entire Twitter ecosystem is something we very much want to support. That’s why we’re planning to formalize retweeting by officially adding it to our platform and Twitter.com.
See more at blog.twitter.com
 

Installing printers in OSX

dscl . append /groups/admin GroupMembership myuserRead more at panoramification.wordpress.com
 

Should be easy enough, right? Only I was getting told that I needed to be a member of the lpadmin group - apparently being an admin user wasn’t enough.

I couldn’t figure out how to manage such things on OSX until I found this bit on panoramification (through a Google search).

I used:

sudo  dscl . append /groups/lpadmin GroupMembership <myusername>

and then it let me install the printer. Why don’t these things just work?

Oops…

Now look what I have done, that is two people have said they are going to try out Amplify because of a Tweet I sent the other day.  I should be more careful - keep the competitive edge to myself ;-)

I am thinking that Amplify should be really useful for cohorts learning about a subject which has resources available on the Web.  I am hoping to get some students to try it out, but exam season is a tricky time for that!

Amplifyd from twitter.com
Going to find time today to look at Amplify via @PatParslow and Jing via @sleslieRead more at twitter.com
 

Which which is which in Windows?

Like Pankaj, I have always missed having ‘which’ in Windows.  I have a feeling I found something before which (sorry) worked, but his implementation is dead simple, and works beautifully.

Thanks Pankaj!

Amplifyd from www.pankaj-k.net

Equivalent of “which” in Windows Command Shell

I have always missed the which utility of Unix under Windows, which doesn’t seem to have built-in equivalent. So, when I came across batch script parameter modifiers while browsing Windows shell scripting, I decided to write a Windows equivalent of which:

Read more at www.pankaj-k.net