Things Microsoft Windows users just don’t have: Part I

If I was ever forced to use Microsoft Windows for professional work again there would be some things that I would really miss. Of course I could work with it and I would get my work done. I am not one of those Windows haters who say that they could never work with Windows, but I think I would tend to search for those little icons and menu points that make my work more comfortable every day. Today I want to show you two of those applications or more precisely GNOME applets.

Hamster
Hamster is a little time tracking application that runs in GNOME panels. You just click on Hamster and enter a short description of what you are doing. Hamster now tracks how long you are working on this task until you start another task or stop tracking of the current task. This is extremly useful if you have to maintain a log of your tasks at work. http://projecthamster.wordpress.com/

Things Microsoft Windows users just dont have: Part I

Avahi service discovery
Avahi is used for service discovery in a network. It is an implementation of Zerconf. Learn more about Zeroconf here. The Avahi service discovery applet can show you all Zeroconf services in your network. For this example I enabled the iTunes DAAP music sharing of Rhythmbox (a Zeroconf technique) on my workstation and clicked the discovery applet on my notebook. The Rhythmbox service on my Desktop was discovered immediately. You can find dozens of different services for music shares, file shares, printers, NTP or even version control. The applet is available in many distribution repositories. (Ubuntu: sudo aptitude service-discovery-applet)

Things Microsoft Windows users just dont have: Part I

Things Microsoft Windows users just dont have: Part I

Tags: , , , , , , , , , ,

GNOME Twitter client: Gwibber

I have been looking for a really clean and easy to use Twitter client for a long time. I recently tried out Gwibber and it seems like I found what I wanted: Gwibber is easy to use, fast and focuses on the important things.

GNOME Twitter client: Gwibber

You can tweet by using the little input box at the bottom. You get a little bubble notification at the bottom left of your screen if somebody you follow tweets. (This can be disabled.) Gwibber stays in your tray if close it.

How to install Gwibber on Ubuntu 8.10 Intrepid

1. Create a file “/etc/apt/sources.list.d/gwibber.list” and add the Gwibber repository:

GNOME Twitter client: Gwibber

# File: /etc/apt/sources.list.d/gwibber.list
deb http://ppa.launchpad.net/gwibber-team/ubuntu intrepid main
deb-src http://ppa.launchpad.net/gwibber-team/ubuntu intrepid main

2. Update your local repository information cache and install Gwibber: (aptitude update, aptitude install gwibber)

3. Start Gwibber from your applications menu (Section “Internet”)

4. Add Gwibber to your GNOME autostart. This can be done in the GNOME session manager:

GNOME Twitter client: Gwibber

Gwibber also supports some other services that I did not try out:

  • Digg
  • Facebook
  • Jaiku
  • Pownce
  • Flickr
  • Identica

You can find out more on the Gwibber Launchpad site.

Tags: , , , , , , ,

lolwut: Flickr search link in Google results gives very unexpected result

Okay… Try this:

  1. Search for “flickr” in Google.
  2. Click on the “Search” link below the flickr.com result
  3. Think about the preselected search term.

lolwut: Flickr search link in Google results gives very unexpected result

Tags: , , ,

JavaScript Shell. Great proof of wise JS usage.

JavaScript can be annoying. I don’t want elements in my browser to fade and wiggle. It consumes system ressources and slows down your workflow.

On the other hand wise usage of JavaScript can be helpful. I am currently writing on an article about how to use JavaScript in web applications and found this great proof of ingenious JavaScript programming while researching:

http://cb.vu/ - A virtual FreeBSD shell
[www@cb.vu]~> uname
FreeBSD
[www@cb.vu]~> uname -a
FreeBSD cb.vu 6.3-STABLE FreeBSD 6.3-STABLE #2: Wed Jan 30 16:21:05 CET 2008 c@cb.vu:/usr/obj/usr/src/sys/CB i386

Try out the VI!

Did you find some program or command that is worth to be tried out? Please leave a comment.

Tags: ,