Saturday, October 31, 2009

Convert multi-burst photos into animated gifs



Here is an easy, free way to convert a multi-burst image like this:



Into a nice animated gif:



  • First install the GIMP (GNU Image Manipulation Program), download it from www.gimp.org (or windows installer in http://gimp-win.sourceforge.net/stable.html)

  • Then download the Multi-burst to animation script file: multi-burst-to-anim.scm and save it into C:\Program Files\GIMP-2.0\share\gimp\2.0\scripts for windows or into /usr/share/gimp/2.0/scripts under linux (you will know it is the right folder if you see several other .scm files).
    The GIMP is actually a very powerful image editing program, the script presented is just a little tool to extend its functionality, you can learn how to do many other interesting things with the GIMP.

  • Restart GIMP or refresh scripts with Filters -> Script-fu -> Refresh scripts from the main menu.

  • Open the original multi-burst image, you can apply filters to enhance the image if you wish, but if the picture was taken in portrait mode don't rotate the image (the script can do that) as it would change the order of the frames and the resulting animation would seem scrambled.

  • Time to use the script: right-click on the image and from the contextual menu, choose Filters -> Animation -> Multi-burst to animation.




  • The following dialog will pop up:



    The default options will work for a multi-burst photo with landscape orientation, change them if needed and click OK. The animation will be saved in the same folder and with the same filename as the original image, ending with "-anim.gif". Here is the resulting animation for the image above:



Apply cool effects to your webcam with http://www.monacam-app.com

Sunday, September 13, 2009

Block ad and other undesirable sites in linux


As root, edit the /etc/hosts file, add a line for each site to block, including subdomains, like this:

127.0.0.1 hosttoblock.com
127.0.0.1 www.hosttoblock.com
127.0.0.1 mail.hosttoblock.com

Then flush DNS cache:


# service nscd restart



# /etc/init.d/nscd restart



# /etc/init.d/dnsmasq restart


Saturday, August 29, 2009

Convert .bin/.cue .img/.cue image files to .iso in linux


ISO image files are more convenient than .cue/.bin pairs in that they can be easily mounted in the loopback device in linux.

This task can be accomplished with bchunk, which you can get from here or from your distro's software source (such as synaptic for debian)

Simply install bchunk and type in a terminal (supposing you have the pair image.bin/image.cue, you will get image01.iso):

 
$ bchunk image.bin image.cue image


Enjoy your new .iso file!

Saturday, July 25, 2009

New emoticons in gmail (extra emojis)


Gmail has added new emoticons or smileys, and you have now 1342 (as of 2009-07-25) faces, animals, objects and symbols to express your feelings by email, take a look at the complete list at the end of the post.

In order to use these, so called emojis, you have to activate the Extra Emojis feature, as follows:

  1. If you have used before google labs features in gmail, you will find a green icon on the upper part of the screen, click it to open labs settings; if you don't see the icon, then go to step 2.



  2. Go to gmail settings:



  3. Then to google labs settings:



  4. Scroll down to Extra Emoji and enable it:



  5. Don't forget to save the change you've just made:



  6. Then, when composing new messages, you will find the new emoticon categories next to the three original ones:



Saturday, July 4, 2009

Skype in iPod touch 2g: do-it-yourself microphone



Unlike iPhone, the iPod touch has no integrated microphone, second generation ipod touch, however, supports external microphone connected to the earphone plug, which allows the use of VoIP applications such as skype or fring with a wi-fi link. All you need is the right microphone; of course you can buy one for example from apple or griffin, but is funnier and cheaper to do it at home.

(By the way, if you'd like to download music for your ipod or iphone from youtube, check this post)

We will see how to buid a handsfree set that can be connected to an iPod touch 2g and used with skype or other application that uses the microphone; this will also work with an iPhone.

What will we need:
  • Handsfree set for mobile phone or other device with microphone and earphone. In this example we will use a popular one from nokia:

    Handsfree for skype in ipod touch


  • A 4-conductor 3.5mm plug, also known as TRRS plug:


  • Soldering iron

  • Multimeter
First let's identify microphone and earphone cables, for this we open the microphone case. This is a front view:

Nokia handsfree microphone

Seen from the back, at the right there are the lines coming from the earphone (green) and we can trace them back, the other two are microphone's (pink). Now we identify the color of the cables that correspond each one, polarity doesn't matter, only which pair of colors matching each:

iPod touch skype microphone and earphone lines

Colors will vary depending on the handsfree model, in this case they are:
  • Earphone: green and red-green

  • Microphone: yellow and red
ANow let's cut the cable of the handsfree and near the orignal connector and split the cables:



And solder them to the TRRS connector, like this:



You can note that one of the contacts is not used, since it is for the other channel in a stereo signal and the handsfree is monophonic. As VoIP apps like skype are not stereo, this is not a problem.

Some cables have a thin layer of insulating varnish that will complicate the soldering process, in this case gently scratch the insulation with a sharp edge, to remove the insulating varnish before soldering.

It is also wise to verify with the multimeter that there are not short-circuits in the solders, you should be able to measure the resistance of the microphone and earphone (some hundred ohms typically) and between them there should be an open circuit.

Finally, a video of the working handsfree:

Apply cool effects to your webcam with http://www.monacam-app.com