this blog is for my right-brain thinking. since I'm left-handed, you may guess this could be my favourite way of thinking. (the title is from a fake translation of an italian motto "Impara l'arte, e mettila da parte."; now it means "Impara l'arte, e smontala - per vedere cosa c'è dentro.")
01 April 2007
Grabbing stock prices from yahoo finance
This time I've published a little script to grab stock price series from yahoo finance. Perhaps it is useful as sample.
28 May 2006
A left-brain week, this.
I was very busy using the other side of my brain, so no update this week. Fortunately, I just discovered ClustrMaps, that has two almost interesting features:
Of course, it is simply one of the most intelligent system to track site visits I ever seen, but you can check this on yourself.
- Clustr is to Flickr like cluster is to flicker
- ClustrMaps is a WikiName in its nature
Of course, it is simply one of the most intelligent system to track site visits I ever seen, but you can check this on yourself.
21 May 2006
And the winner is... (writing IPTC metadata into a jpeg)
Yes, I've experimented a little, but at least I'm able to annotate my pictures with the EXIF/IPTC metadata that dreamstime's upload system tries to read when you sumbit a photo - all of this without opening each photo by hand but using a batch procedure (thanks to Imagemagick's mogrify utility).
The meaning of these fields are obvious, isn't it ?
And then the python script that rules it all (courtesy of my left brain):
It reads the metadata to add from the previous file, cycles over the *.JPG file in the current directory, substitutes the image number in the image name and mogrify the file - writing the metadata into it. Et voilà.
First of all the metadata: save them in a file named ./iptc.txt .
8BIM#1028="IPTC"
2#0="�"
2#120#Caption="I went to California - and nothing has been the same"
2#80#Byline="gpciceri"
2#5#Image Name="After a trip in San Francisco, photo num: %s"
2#25#Keyword="california"
2#25#Keyword="san francisco"
The meaning of these fields are obvious, isn't it ?
And then the python script that rules it all (courtesy of my left brain):
import glob, subprocess, tempfile, os
IPTC='./iptc.txt'
files = glob.glob('./*.JPG')
ipct=open(IPTC,"r").read()
for file in files:
name = file.split('.JPG')[0].split('_')[1]
title = ipct % (name,)
outf = tempfile.NamedTemporaryFile()
outf.write(title)
outf.flush()
print "processing:", file, name
p=subprocess.Popen("mogrify -profile 8BIMTEXT:" + outf.name + " " + file, shell=True)
sts = os.waitpid(p.pid, 0)
It reads the metadata to add from the previous file, cycles over the *.JPG file in the current directory, substitutes the image number in the image name and mogrify the file - writing the metadata into it. Et voilà.
20 May 2006
Ready for iStockphoto.com!!! (Pier fuga)
Well, iStockphoto staff has just reviewed my three samples and decided I'm ready to post my photos on their site. Here's the beef:
'''
Dear gian paolo (gpciceri),
Welcome to iStockphoto.com, the designer's dirty little secret. Congratulations, the iStockphoto administrators have determined that your images are commercially and technically ready for iStockphoto.com. Please begin uploading at your convenience.
'''
Here's my page on iStockphoto.com.
'''
Dear gian paolo (gpciceri),
Welcome to iStockphoto.com, the designer's dirty little secret. Congratulations, the iStockphoto administrators have determined that your images are commercially and technically ready for iStockphoto.com. Please begin uploading at your convenience.
'''
Here's my page on iStockphoto.com.
19 May 2006
My first slide show
OK. This is my first attempt to create a slide show on slide.com: well, the slide uploader is not so clever as the flicker one - for example I've found no way to control how many files, and which, are still waiting to upload, neither the way to suspend/resume an upload. Nevertheless the resulting flash-driven slidshow is rather interesting. Even the HTML mock-up slide.com suggests me it's poor (way too big, and unrespectful of the flowpage for my blog style) - I've tweaked the flicker one to handle the slideshow.
15 May 2006
Graffiti, right near my home.
It's a couple of years since graffiti appeared over an old factory wall, right near my home. Before someone clever decides to clear it, I've decided to save some picture of them for my city urban history.
Of course the entire slideshow is available clicking here.
Of course the entire slideshow is available clicking here.
13 May 2006
Casual Flowers near a little river, Northern Italy.
Well folks, I remember ten or twelve years ago when a picture slideshow was composed of real slides and two carousel syncronized with music: now it's far more easier put together something nice, but it's not the same thing, of course. The river is called "Torrente Lambrone" and, in its part I like most, goes form its source, the "Menaresta" to the Lake of Pusiano.
12 May 2006
Let's start to see if my right brain can make a living on his own
So I've started posting this image on FeaturePics, where you can buy it at $0.99 for editorial usage (for personal or other usage you can download it form flickr, please only check the license, in order to fully understand it. This photo (like all of mine on flickr) is released under an Attribution-NonCommercial-ShareLike License, so to use it in a commercial context you should buy it on FeaturePics (of course you can just steal it, but this should not be fair). By the way, its price seems chip, but remember that for the same amount you can always go on Apple Music Store and buy U2 Sunday Bloody Sunday ;-)
10 May 2006
My first photo book
Stop the press. I've just authored my first photo book on qoop, simply printing my Children photo set on qoop.com. I've some doubts about photos' expositions (I usually underexpose and so my picture may be printed too much dark), but only seeing this first attempt I really understand what is the right exposition level.
09 May 2006
Pictures from my SF trip, 2004
I've just put apart the pictures I took in my 2004 SF tour. The entire set is available here, on flickr
08 May 2006
Things I can still try (with a little help from my friends) to achieve
- Learn to write in English (well, not only nerdisms or other technical jargon).
- Take more beautiful pictures
- Share what I learn with other (possibly) nice people
07 May 2006
Now I'm 39. So what?
Yesterday it was my birthday (thanks to all that still remember and call). Now I'm 39 years old. Well, Plato founded Accademia about at 40, so I've about I year of time to do something great.
Seriously speaking, I've spent half of my life mainly following my left-brain thinking path: now I suppose it's time to give the right part of my brain the chance it deserves.
Right-Brain thinking? Edoardo seems curious
And reading this paper (a pdf file) could help him (and us, by the way) understanding what it means.
Or perhaps it's better to take a look at this article, from Wired (Feb. 2005)
Or perhaps it's better to take a look at this article, from Wired (Feb. 2005)
Anna seems perplex
Well, my eldest (of two) children seems rather perplex. Perhaps she didn't have her favourite TV cartoon, today.
15 May 2005
HelloWorld
Mmmh. let's see if I can write something useful.
Perhaps one day or another I'll be able to do so.
Perhaps one day or another I'll be able to do so.
Subscribe to:
Posts (Atom)