Licence
Creative Commons License

This work by Stephane KATTOOR is licensed under a Creative Commons Attribution 3.0 Unported License.
Feeling like tipping ?
If you find this blog useful, you might consider sending a few bitcoins to support it : 1BTtsC3beGJ6ysd8DhrXjdo6jVw5WD9mvY
RSS
 
RSS Feed
Follow me !
Tech@Sakana on Facebook
Search this site

Newsletter

Get latest posts by email (No spam, only posts):

Enter your email address:

Delivered by FeedBurner

Categories
Monthly archives
March 2007
M T W T F S S
« Feb   Apr »
 1234
567891011
12131415161718
19202122232425
262728293031  
Month: March 2007
Collection pages - March 25, 2007 by Stephane Kattoor

In case you read this blog only through the RSS feeds, you might not have noticed the few new pages on the left hand menu bar. Those pages are dynamically generated by pulling the RSS feed of my del.icio.us bookmarks for specific tag combinations (like wordpress+plugin+must).

Feel free to have a look from time to time, to check for modifications !

For now, you’ll find :

And in case you wonder, those pages are generated thanks to the wonderful inlineRSS wordpress plugin, which makes pulling RSS feeds from your blog damn easy.

WordPress and AdSense: Getting money from your WordPress blog - March 25, 2007 by Stephane Kattoor

WordPress is a great blogging platform, which will let you easily publish your blog. Now, considering the amount of time you’ll probably spend writing contents, you might want to get money from it (all work deserves money, right ? ;) ).

I’ll show you how to do this easily, by using the advertisement program of Google : AdSense.
read this entry »

Scripting Twitter with Perl + LWP - March 18, 2007 by Stephane Kattoor

A little follow up on yesterday article about scripting Twitter with cURL: the solution was working, but somehow inconvenient. Not practical to have to go and fetch the user id every time you want to send a direct message !

This time, I scripted Twitter direct message with Perl and LWP (libwww-perl), for a much more convenient solution. I designed it to be used like a sort of universal paging service.

read this entry »

Scripting Twitter with cURL - March 18, 2007 by Stephane Kattoor

Twitter already provides an API but it is currently very limited. It will let you fairly easily change your status, but won’t let you send a direct message.

Comes in cURL. cURL is a very versatile command line utility which is designed to script web pages interactions. As a little demo, I’ll show you how to use it to easily overcome the shortcomings of Twitter’s API.

read this entry »

Twitter : Send free SMS messages to your friends - March 17, 2007 by Stephane Kattoor

If you don’t know yet about Twitter, you might want to have a look at my previous article about it.
One of its neat features is the (previously written about) ability to send direct messages to your friends.

This feature will let you easily send free SMS from your computer to any of your friends. read this entry »

Multicast : Listing group memberships - March 15, 2007 by Stephane Kattoor

Windows XP

To see multicast group memberships in Windows XP, you can use netsh :

U:>netsh interface ip show joins
Interface Addr   Multicast Group
---------------  ---------------
192.168.139.1    224.0.0.1
192.168.137.1    224.0.0.1
192.168.136.1    224.0.0.1

Solaris (and probably other Unixen as well)

In Solaris, the netstat command can be used :

$ netstat -g
Group Memberships: IPv4
Interface Group                RefCnt
--------- -------------------- ------
lo0       224.0.0.1                 1
eri0      224.0.0.1                 1
$

Twitter : Unified messaging interface - March 11, 2007 by Stephane Kattoor

The Several Habits of Wildly Successful Twitter Users » Slacker Manager
If you just want to send a note directly to someone, you can get them via the direct messages web interface.

Damn ! I’m a twitter user myself, but how could I have overlooked that “direct message” feature ? Now you can think of twitter as a unified messaging interface. If the personne you’re sending a message didn’t configure anything then the message will wait to be read on the website. If she configured IM and cell phone, then she’ll get it on the IM when online, on the cell phone when not. Pretty cool !

The rest of the quoted article is worth to be read !

My old post about twitter

Book review : “Mind Performance Hacks”, Ron Hale-Evans, O’Reilly - March 4, 2007 by Stephane Kattoor

Mind Performance Hacks: Tips & Tools for Overclocking Your Brain (Hacks)Mind Performance Hacks is a sort of “self improvement guide”. It offers 75 hacks which will hopefully help you think better, remember better, be more creative … be more mentally efficient generally speaking.

read this entry »

Damn Small Linux : Linux on the run - March 3, 2007 by Stephane Kattoor

Damn Small Linux (DSL) is a Linux distribution with full blown graphical user interface, which was first designed to be small enough to fit on a business card sized CD-ROM (50MB). It still does, but it does much more !
read this entry »

Take typing lessons with Firefox - March 2, 2007 by Stephane Kattoor

OK, it’s friday so we can have a little fun ;-)

Addictive Typing Lessons” is a Firefox extension which helps you to practice and improve your keyboard typing skills.

It provides many different sets of exercise with growing difficulty, and collects statistics about your performance, so that you can see how you progress.

If you’re not familiar with keyboard typing, give it a try and you’ll soon type like a professional :-)

Who am I ?
Ads