TweetMute is available from Chrome Web Store

by rmontanaro on May 15, 2011

To let you know, now you can grab TweetMute from the Chrome Web Store too. Enjoy!

Shop at Amazon and support this blog!

{ 1 comment }

Muting Twitter users without unfollowing them

by rmontanaro on May 14, 2011

We’ve all been there. Do you have a friend that tweets once or twice a week, but as the playoffs gets closer, he gets a little bit talky? Maybe he gets into a flame war that doesn’t concern you (“I hate {C, PHP, Java}”); or, of course, you recorded last night’s season finale of your favorite show, and your friend can’t wait to make you nervous by stating that precise spoiler (I did that once. It feels so good when you hit the spot!).

Although I searched over and over again, I didn’t find any easy way to mute someone on Twitter, or at least find a tool that did just that the way I wanted. I normally use TweetDeck, and it’s the coolest kid on the block, but sometimes we just want to browse and read the latest news on our timeline. And as a developer, if there’s a piece of code that you really want to use, but hasn’t been written yet, you must write it. That’s what I did in the form of a Chrome Extension. Oh, and I gave it the suggestive name of TweetMute.

The usage is very simple. You open the options page, and type whatever Twitter usernames you want to mute. If you want to include their retweets too, you can. And if the time to unmute your peer has come, you can do that by just clicking on their username on the list. That’s it.

How it works? Every 1 second, it goes through your timeline and checks if there are new tweets. If there are, it verifies which of those tweets are from the annoying users you are muting, and removes them. This automatically exposes the worst case scenario: you might have to wait 1 second before the unwanted tweets disappear. Not to mention that if you mute 20, 30 users you can end up with an empty timeline. But the overall UX should be the same. It’s much better now.

I hope you’ll find it useful too. You can get the extension here.

Developer Notes:

  1. Hashbangs suck.
  2. You can get it or fork it from GitHub too.

Shop at Amazon and support this extension!

{ 13 comments }

The FizzBuzz Kata

April 9, 2011

Time for a little fun. Here’s a video of me performing the FizzBuzz Kata a few days ago (make sure you check it out on a big screen). Hope you don’t mind the soundtrack. And of course I’ve saved some functional juice for the end

Read the full article →

Should source-code be translated? – Part II

January 15, 2011

Based on the readers of this blog, the answer is absolutely not (I also endorse this opinion). Too bad there isn’t a universal translator for code out there.

Read the full article →

Selected questions from Quora and Stack Overflow regarding JavaScript

January 2, 2011

Yesterday I was searching through my bookmarks for a Stack Overflow question I saw a long time ago, about JavaScript being the only option for browser scripting, and realized that, along with the many, many articles sitting there, there were some really nice JS questions, not to mention their well thought-out answers, so I’d like [...]

Read the full article →

Quicksort is the new Hello World!

December 11, 2010

Wikipedia states on its article about “Hello, World!“: It is often considered to be tradition among programmers for people attempting to learn a new programming language to write a “Hello World!” program as one of the first steps of learning that particular language. Really? Does any serious programmer willing to learn a new language tries to [...]

Read the full article →

HTML5 For Web Designers – Book-review

November 20, 2010

A little time ago I was pleased to know that Jeremy Keith, responsible for the awesome DOM Scripting, wrote a little book talking about HTML5. He’s such a wonderful writer that I had to read it, and I’m not disappointed.

Read the full article →

Should source-code be translated? – Part I

October 22, 2010

A couple of days ago I asked a really simple question on Programmers – Stack Exchange. Here’s the question reproduced in its entirety:

Read the full article →

Roundup of best js1k contest apps – What can you build with 1kB of JavaScript?

October 9, 2010

Two weeks ago the winners of the js1k contest were announced at JSConf.eu. And besides them, there are 800+ submissions, splitted into three categories: not working, outdated, and up-to-date (the latter stands for enhanced versions of the outdated ones). So if you are not in the mood to face all possible entries (and waves of apps [...]

Read the full article →

Beware of the plugins blending in WordPress

October 7, 2010

First of all, thank you very much for the great acceptance of my first post. I wasn’t expecting so many visitors, and I’m grateful to you all for the outstanding feedback and suggestions. Indeed one reader sent me an e-mail yesterday, telling me she couldn’t subscribe to the blog’s feed.

Read the full article →