Some Changes Go Unnoticed

Ξ August 20th, 2008 | → 1 Comments |
Introspection |, , , |

Things change. Sometimes without anyone  taking notice of it… and the last thing I noticed that changed was Capri-Sonne. Yes, I mean the well known juice that comes in those puffy packages different from any other juice packages. It’s not a metal can, it’s not tetra pak carton, it’s Capri-Sonne!

Capri-Sonne was elected to be my latest vacation official drink. During a late afternoon, the beach brought to my attention the ‘new’ fact.

The orange straw, that comes firmly attached to the back of the package, no longer falls inside. The package design has been remade to avoid that. I don’t exactly what changed, but the fact is that my first grade school trips horror is no longer possible!

Whenever the straw didn’t fall into the package, it was just because the straw pierced the package front-to-back. That is also very unlikely because the new design includes a very soft membrane very easy to pierce.

I hadn’t had a Capri-Sonne in a long time, but now that I’ve tried it again… it brings memories.

 

Campinos

Ξ August 17th, 2008 | → 0 Comments |
Life, Photo, Uncategorized |, |

Campinos are hard working men (from Ribatejo, Portugal) that work the cattle in the fields, also called Lezirias. My village has an annual traditional festival, in which they show the traditional ways of rounding up the cattle.

 

Saving Lucky!

Ξ August 17th, 2008 | → 0 Comments |
Family, Life |, , , |

This was my good deed for the day.

I was coming home after enjoying the after lunch coffee when I heard a cat “meowing” like crazy. At first I didn’t understood where it was coming from, but after a while it became clear that the cry for help came from the bottom of an abandoned well.

Using some of the available tools (boards and tubes that were covering the well) didn’t help to rescue the drowning kitten, so, I had to run home for a bucket and some cord. After a while, with the help of a passing neighbor, the little kitten was inside the bucket and free from the sludgy depth. The kitten was in miserable shape after that forced “swimming lesson”, at it seemed more like a ball of tar and sludge than any living thing.

After a quick wash in warn water and some serious shivering, the kitten was still scared but much better looking.  And, because this story ends with a happy ending, “Lucky” is now the newest family member.


 

CTRL+Enter vs. ALT+Enter

Ξ August 6th, 2008 | → 0 Comments |
Tools |, , |

This might seem a stupid post… but, due to fact that the CTRL+Enter key sequence works in both Word and Powerpoint to insert a newline in a table cell contain text, and in my mind, it should also work in Excel! This is not the case. When using Excel the CTRL+Enter sequence is interpreted as a simple Enter keystroke.

Why does Excel uses ALT+Enter, instead of the usual keystroke sequence? This fact has always baffled me…


 

28

Ξ August 5th, 2008 | → 0 Comments |
Family, Fun |, , |

It was a couple a days ago… 28 years old! A nice round number, in the company of the closest family.

Thank you!

 

Vacations

Ξ August 4th, 2008 | → 0 Comments |
Family, Vacation |, , , |

The long time since the last post doesn’t mean that the work is taking all my time… it just means that I’m on a well deserved vacations!

The first week was spent near the beach. Although the weather was usually cloudy during the morning, the afternoon always brought a very good hot sun. An excellent weather to enjoy the beach.

After the beach comes some rest, maybe interrupted with an occasional trip to an attraction nearby. I really need the rest… but, essencially it’s time for the family.

 

Concatenating PDFs

Ξ July 23rd, 2008 | → 0 Comments |
Tools |, , , |

A few days ago I had to scan a paper certificate to send it in a digital form. The paper certificate had 3 pages which I promptly scanned into 3 separate PDFs as the required format was PDF.

Then came the hard part, I could only submit 1 file which meant that had to concatenate all 3 original files. Of course that for this I could use some kind of PDF tool (such as acrobat writer), but as any respected Linux user the way forward was to use “the shell”…

So, the solution was to use Ghostscript. The tool is able to “print” a sequence of files into a unique PDF file. Just use it as follows:

   gs -q -sPAPERSIZE=a4 -dNOPAUSE -dBATCH -sDEVICE=pdfwrite

         -sOutputFile=out.pdf in1.pdf in2.pdf in3.pdf [more-input-files]

 

Yesterday, BOHICA day!

Ξ July 23rd, 2008 | → 0 Comments |
Humor |, , |

Yesterday was not an excelent day! The best way to describe it is an expression that I learn a few days ago.

Bend Over, Here It Comes Again

(BOHICA) An utterance of frustration by computer support personnel who anticipate being told (usually via phone) to do something that can't be done, by a boss who doesn't know his ass from deep center field about what he's asking his minions to do.

in The Free Online Dictionary of Computing



The actual event went well (it wasn’t wonderful, but it went well) and the final result was as expected, but the feeling before (and during) the discussion is very well described by BOHICA.

 

Art Voyeur

Ξ July 13th, 2008 | → 0 Comments |
Family, Photo |, , , |

 

Quick Reference

Ξ July 12th, 2008 | → 0 Comments |
Tools |, , , , |

After using a tool on a daily basis for a while I start to (as most of the people) know very specific details about that tool. But there is always some specific features that simply are not used because they are forgotten …

I always defend that peole should not be forced to know anything by heart, and so, I am a huge fan of having a quick reference card for this or the other tool currently in use. Currently, hanging in the wall being me is the GDB reference card, and soon also the CVS reference card.

I’m also a very strong supporter of the “RTFM” approach… the linux man command is one of my favorite linux command.

 

Previous Entries