Tech and maths
This page collects some past articles and recent presentations on subjects of IT and Mathematics. Some of my "hobby" projects and hacks can also be found here.
-
Invited talks and other recent presentations
-
"Maths Holy Grail will not bring disaster to the Internet" (portuguese) - Day of the Pi (inv.), University of Minho 2007.
A general audience presentation attempting to demystify the Riemann Hypothesis and its applications to Information Security, among others. -
"Information Security in Open Systems", OpenBSD Meeting (inv.), Coimbra 2007.
It was my intent in this talk to bring a discussion on current enforcement of Information Security and the issues arising from its path from academia, to industry, to the user. -
I gave two lightning talks in the Portuguese Perl Workshop (Braga, 2008): Hacking a friends list feed for LiveJournal and Remote Secure Backups.
-
-
On the subject of Plugins and Components - CERN, 2000. The material below should also be accessible through CERN website.
It bares reminding it was published in 2000 and many of these topics - middleware, being a critical example - have been hot subjects in the last few years. As such both the community and my views on the subject have evolved from the ones presented below. The same applies to the tools referred throughout.
- Developing with plugins and components multi-page single-page pdf (Tutorial)
- Developing with plugins and components multi-page single-page pdf (article appearing in CERN Computer News Letter of May/July 2000)
-
Hacks and Hobby projects. All of the below is provided as is, use it at your own risk.
-
ljfriends.pl - LiveJournal provides feeds for individual journals but not to a user's friends page. This Perl script generates a RSS feed for said page.
Requires: a paid, permanent or early adopter account, unfortunately... and a working installation of the Perl module HTML::Tidy (you may run into problems here)
Warning: this script is not endorsed by LiveJournal and is provided as is. In particular, do not make the script usable publicly in a server- there is a security loophole that may be used to hang or crash your script/server.
-
secure_backup - with the popularity of web services and remote locations, I have recently been playing with the idea of securely keeping remote backups of data. It is still very much in a conceptual stage ( I have also heard of some recent applications that appear to target at this, I haven't looked at them properly).
In the meantime, this package includes a hack shell script that does the job. It efficiently and securely packs and syncs data to a remote location. Only altered chunks of data are repacked and synced and data is never present in an unencrypted form other than locally - the data is already encrypted when synced. However, it does not yet provide an interface to recover the data from the backups (for now, it must be done "by hand").
The typical backup to tarballs script is also included.
euro.pl - if you play EuroMillions aka Lotto, this little Perl script checks combinations against the winning combination (fetched on the background) and even gives an estimate to the prize if one is eligible. Yes, I'll translate it to English at some point.
-