Showing posts with label Twitter. Show all posts
Showing posts with label Twitter. Show all posts

Friday, January 30, 2015

Twitter Adds Group Messaging and Native Video

By Vasudev Ram

Saw this via a tweet.

http://www.programmableweb.com/news/twitter-adds-group-messaging-and-native-video/elsewhere-web/2015/01/27


Should be interesting to check it out once ready. They say the group messaging feature will allow for messaging to small groups of up to 20 at a time. Could be useful for some applications.

- Vasudev Ram - Dancing Bison Enterprises

Signup to hear about my new software products.


Contact Page


Sunday, December 29, 2013

#FiveWordTechHorrors - a trending Twitter hashtag

By Vasudev Ram



Saw this trending Twitter hashtag after I posted this tweet:

Internal reprogrammability - Martin Fowler: martinfowler.com/bliki/Internal… #programming

and then, out of curiosity, clicked on the #programming hashtag in it, to see some other tweets with that hashtag.

Was interested to see, as a result of the click, some tweets by various people, some well-known, with another hashtag, #FiveWordTechHorrors.

So I thought up one of my own:

The production server is down. #FiveWordTechHorrors.

because it reminded of a command given in haste by a colleague of mine, way back, on the root console of a UNIX server, in a factory with many people using that server for work:

You just typed init 0. #FiveWordTechHorrors

(He typed it without informing the users in advance, and as root :-)

And here is another one:

Your application crashed. Reinstall Windows. #FiveWordTechHorrors

Here is a Mashable story about FiveWordTechHorrors.

Apropos, this Google search for the term origin of Twitter hashtag is interesting.

Happy New Year to my readers.


- Vasudev Ram - Dancing Bison Enterprises

Contact Page


O'Reilly 50% Ebook Deal of the Day


Tuesday, October 1, 2013

Book: Invisible Engines - How Software Platforms Drive Innovation and Transform Industries


By Vasudev Ram

Book: Invisible Engines

Just saw the above book via a post by Ryan Sarver (ex-Director of
Platform at Twitter):

What is a platform

Saw his post via this post by "A VC" Fred Wilson (@fredwilson):

Lessons learned

Seems like Invisible Engines may be an interesting book. I've only read a few pages myself so far.

You can download the book here:

Invisible Engines book (PDF)

The Invisible Engines book is published by MIT Press.


Vasudev Ram
Dancing Bison Enterprises
Software consulting and training
(Python, Linux, PDF, open source, ...)
- Dancing Bison Enterprises
- Blog: jugad2
- Projects on Bitbucket
- Profile

Contact Dancing Bison Enterprises

Tuesday, January 29, 2013

Twitter buying Crashlytics

Twitter acquires Crashlytics | Hacker News

I had blogged or tweeted about Crashlytics earlier.

W.r.t.:

"If you're relying on a free third-party service in your apps you always have a recovery plan should something get bought, retired, or just plain go wrong."

I would add "should" between "you" and "always", having nearly experienced something like that. Fortunately, I had the sense to get out it early.

Sunday, December 16, 2012

Ars Technica on Gmail / email privacy and security

Op-ed—A plea to Google: Protect our e-mail privacy | Ars Technica

Somewhat good article, but it does not go far enough, IMO, and these are only recommendations by them. Who knows whether it will result in enough action by Google and others, given their vested interests. As for Twitter, they only recently started supporting HTTPS/SSL (in the last year or two, IIRC).

Friday, August 3, 2012

Faasos, a fast-food chain, uses Twitter

By Vasudev Ram


Faasos is a fast-food chain (called QSR - Quick Service Restaurant) in the industry jargon, based in Pune and Mumbai (as of now - it is expanding to other Indian cities).

They have decent food at fairly reasonable rates (given the inflation in India from the last few years, that is).

Among other things, they use Twitter to communicate with their customers.

I order food from Faasos now and then.

Links about Faasos:

http://www.faasos.com

http://www.faasos.com/menu.html

http://www.faasos.com/press.html

Sequoia Capital invested $5 million in them.

http://articles.economictimes.indiatimes.com/2011-10-12/news/30270949_1_gv-ravishankar-sequoia-capital-india-paneer

http://business.outlookindia.com/article.aspx?278597

http://businesstoday.intoday.in/story/ethnic-foods-investors-money/1/19596.html

https://twitter.com/faasos


- Vasudev Ram - Dancing Bison Enterprises

Wednesday, August 1, 2012

URL unshortener - unfwd4.me


By Vasudev Ram


Unfwd4.me is a URL unshortener, the opposite of a URL shortener like t.co, Twitter's own one, or tinyurl.com or bit.ly. If you enter a shortened URL on its web site, it unshortens it and shows you the original form of the URL, as it was before being shortened.

URL un-shorteners can be useful if you are programmatically reading and processing tweets using some Twitter library, like Twython, a Python Twitter library which I blogged about recently.

I found unfwd4.me through a Google search for "URL unshorteners", for something I'm working on. I only tried it with Twitter-shortened URLs that start with http://t.co. It worked for some of those.

Apart from unshortening your shortened URL, it also tries to shorten the already-shortened URL even more, and seems to work some - though sometimes only shorter by one character.

- Vasudev Ram - Dancing Bison Enterprises

Tuesday, July 31, 2012

Twitter launches clickable "cashtags", like $AAPL or $GOOG


Twitter creates a 'cashtags' feature. It's similar to hashtags, but when you click on one of them, Twitter shows tweets containing that cashtag. So if you click on a cashtag like $AAPL in a tweet, it will show you more tweets containing that cashtag.

Inspired by nature.
- dancingbison.com | @vasudevram | jugad2.blogspot.com

Twython - a Python Twitter library

By Vasudev Ram


Twython is a Python library for Twitter. It is written by Ryan McGgrath.

Saw it from my own recent blog post about Twitter libraries.

Excerpt from the Twython Github site:

[ An up to date, pure Python wrapper for the Twitter API. Supports Twitter's main API, Twitter's search API, and using OAuth with Twitter. ]

I tried it out a little (the search feature), it worked fine. It returns JSON output.

The Twython installer (the usual "python setup.py install" kind) also installs the simplejson Python library, which is required, as well as the requests Python library, which is a more user-friendly HTTP library (billed as "HTTP for Humans) for Python, than the standard httplib one. BTW, another good Python HTTP library is httplib2, which was first developed by Joe Gregorio, IIRC.

- Vasudev Ram - Dancing Bison Enterprises

Sunday, July 29, 2012

Twitter libraries list - from Twitter

By Vasudev Ram


Twitter libraries

The list mentions one or more libraries for:

ActionScript/Flash, C++, Clojure, ColdFusion, Erlang, Java, JavaScript, .NET, Objective-C / Cocoa, Perl, PHP, Python, Ruby, Scala.

- Vasudev Ram - Dancing Bison Enterprises

Saturday, July 21, 2012

Dear Twitter, don't make me do headstands


By Vasudev Ram


Dear Twitter,

Other users may have told you this before, but I'm doing it now:

Please don't make me do headstands in order to read a Twitter timeline in chronological order (*). Currently, as you know, it display in reverse chronological order. Heck, even if I did a headstand in front of my computer, it would be difficult to read the timeline properly for two reasons:

1) I'd need both my hands to support myself, so could not use the mouse to scroll or click to the next page.

2) Reading upside-down text is hard.



Hope you will try to do something about it.


Your friendly user,

- Vasudev Ram - Dancing Bison Enterprises

(*) In case you didn't get it, this post was meant as a joke. But seriously, it actually is a pain to read things in reverse chronological order; that's the reason why on Usenet (Wikipedia article), you often see people saying "please don't top-post", meaning don't write your reply to a post above that post - write it below, so it reads more naturally. I realize that in the case of the Twitter timeline, there may be non-trivial issues in displaying it in chronological order, but I wish they would try to make that work.

Usenet is still available, but much fewer ISPs support it nowadays. See the above linked Wikipedia article for some reasons why.

Google Groups is a web-based interface to, and archive of, Usenet. It started as Deja News (I remember using Deja News back then, and had used Usenet via older newsreaders, for a while before Deja News started). Deja News was later acquired by Google.

P.S. I don't like the current user interface of Google Groups. It's less user-friendly, IMO, than the previous one that existed till some months ago, although even that had some issues. I think Dave Winer, one of the creators of XML-RPC and RSS, also said the same thing recently about the new version, somewhere on his blog, Scripting News. I don't think Google ever gave much priority to maintaining it (Groups), maybe because it did not make them much money. But (at least for now), the new Google Groups interface does have a way to go back to the older version, at least for prior Google Groups users. Don't know for how long, though.

Tuesday, March 13, 2012

Twitter acquiring Posterous


Twitter is  going to acquire Posterous:

http://blog.posterous.com/big-news

Seen on HN. Could be interesting. I like the email-to-blog-post feature of Google's Blogger, have used it a lot, and have often thought that an email-to-tweet feature would be useful for Twitter (as also similar features for other services). IIRC, I tried one such feature either, from Twitter or a third party,  a while ago, but it did not work well. The Posterous acquisition might mean that that feature will come. Hope so.

- Vasudev Ram
www.dancingbison.com

Wednesday, July 6, 2011

Free eBook by Hubspot: How to Use Twitter for Business - An Introductory Guide

By Vasudev Ram - dancingbison.com | @vasudevram | jugad2.blogspot.com

Just saw this via an email from Hubspot - http://hubspot.com

They have a free ebook available called How to Use Twitter for Business - An Introductory Guide.

You probably have to be registered with them in order to avail of the offer.

I just downloaded the book and am going to read it.

Posted via email
- Vasudev Ram