Well during the last couple months I have seen a lot of the efforts about tackling genuine spam e-mail (not including malware) to be as palliative as possible. Basically, what we have been doing in the last years is just trying to conceive a way to discard what is just unsolicited commercial e-mail, not concentrating on the economics of the business.
Tuesday, 24 March 2009
Spam - How to fight back?
Postado por
Jean E. Martina
às
17:59
0
comentários
Thursday, 12 March 2009
Dim Dim - Video Conferencing
Postado por
Jean E. Martina
às
12:45
2
comentários
And now ITV catch up and Films
Since my last post on the BBC iPlayer I have been looking for other plug-ins to use on my XBMC, and fortunately I found now two interesting ones.
Postado por
Jean E. Martina
às
12:28
0
comentários
XBMC - BBC iPlayer on your big telly
Well, yesterday, after a long log time without update, I decided to update my XBMC. XBMC is a media centre software that I run on my old XBOX, and that support all media types I need, plus some extras, like you tube, national geographic, and since yesterday BBC iPlayer (it is really great to get it on a 32 inches monitor) fifth.
Postado por
Jean E. Martina
às
12:01
0
comentários
Back to Track!
After some time without posting I intend now to resume my activities within the Blog. I will try to post again at least once a week.
Postado por
Jean E. Martina
às
11:59
0
comentários
Saturday, 2 August 2008
Stopping painfully slow backup on itunes/MAc and firmware 2.0
Well, I have been suffering for a long time from this issue. Every time I want to syn my iTouch wiht my mac, it takes ages. After googling a bit for a solution, it is straightforward:
1. - Quit iTunes.
2. - Open Terminal.app
3. - Copy and paste this in, then hit return:
defaults write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool true
4. - Copy and paste this in, then hit return:
defaults write com.apple.iTunes DeviceBackupsDisabled -bool false
5. - Open iTunes
6. - Plug in your iPhone (2.0 or 3G) and sync.
Postado por
Jean E. Martina
às
12:08
0
comentários
Monday, 14 July 2008
Latex goodie - How to watermark things in Latex/PDFLatex
I have been having problems since ever when trying to distribute some content to people and keeping track of the NDAs I make them sign. A sound solution (good but not really impossible to break) is to watermark the documents before sending. Then if you detect it in the wrong hands, you can ate least trace who did it.
I had for a long time a code to do this, but the real problem was that this code was actually in TeX, meaning that to make it appear in a PDF I have to convert from dvi to ps and then to pdf. I real pain, plus you finish loosing all the goodies from pdflatex, in term of hyperref.
I found a site[1], and with his instructions I managed to produce my own code to put the copyright watermark in my pdflatex documents, here it is:
\usepackage{graphicx,type1cm,eso-pic,color}
\makeatletter
\AddToShipoutPicture{%
\setlength{\@tempdimb}{.5\paperwidth}%
\setlength{\@tempdimc}{.5\paperheight}%
\setlength{\unitlength}{1pt}%
\put(\strip@pt\@tempdimb,\strip@pt\@tempdimc){%
\makebox(0,0){\rotatebox{45}{\textcolor[gray]{0.95}%
{\fontsize{3cm}{3cm}\selectfont{Final Version}}}}%
\makebox(-100,-300){\rotatebox{45}{\textcolor[gray]{0.95}%
{\fontsize{2cm}{2cm}\selectfont{Internal Use}}}}
\makebox(-500,-0){\rotatebox{90}{\textcolor[gray]{0.95}%
{\fontsize{0.7cm}{0.7cm}\selectfont{\textcopyright Copyright 2008 - Jean Martina}}}}
}%
}
\makeatother
You should put this code in your preamble, and it will put a watermark in all your pages. You can change the texts and their positions quite easily, just try it.
[1]- http://filoxus.blogspot.com/2008/01/how-to-insert-watermark-in-latex.html
Postado por
Jean E. Martina
às
17:32
9
comentários
Latex Reference
Well today while surfing to find some things in Latex I discovered the following site:
http://en.wikibooks.org/wiki/LaTeX
This site brings a full reference for people using latex. The good thing is that they have a lot of examples that you can copy and paste and use in your documents.
Postado por
Jean E. Martina
às
17:29
0
comentários
Saturday, 12 July 2008
Ipod Touch V2.0
Well I took a decision today. Upgrade my jailbroken iTouch 1.1.4 to 2.0. The upgrade was smooth. You can do it via the new iTunes by paying $10. Safe and sound. Or you can got in the wild and do an upgrade by other means. If you choose the second options‚ remember:
- Put the the iPod in recovery mode: Hold the home and power button until the iPod turns off. Then wait until you see your iPod turn on with the apple logo. Let go the power button‚ while still holding the home button. When you see the " Connect to iTunes" logo‚ you are in recovery mode.
- Find the firmware somewhere
- plug you iPod in the usb cable and go to iTune.
- cancel the automatic firmware install. click the restore button with shift key pressed (mac alt/option)
- chose your firmware‚ and wait. It takes about 15 minutes to load
Postado por
Jean E. Martina
às
10:16
0
comentários
Monday, 7 July 2008
The Collection of Computer Science Bibliographies
I received from a friend other day the following link, and it is worth posting:
http://liinwww.ira.uka.de/bibliography/index.html
If you are a CompSci (Computer Scientist), you probably know the pain to arrange bibtex bibliography. This search engine gave me the right bibtex entry every single time I tried.
Postado por
Jean E. Martina
às
08:03
0
comentários
