Yesterday I’ve seen Verdena live in Majano Udine, I was togheter with some good friends.
I can’t put this gig into words, hence I’ve uploaded some media on youtube!
Thank you guys!
It is unbelievable how OSX 10.6 comes without .bashrc by default.
To enable it, just add the string
[ -r $HOME/.bashrc ] && source $HOME/.bashrc
to your /etc/profile.
Simple signal catcher example: signal.c
KmemGuard is a tool I wrote for Linux Kernel 2.6.7., when the S.P.I.N.E. project was still alive. It protects and eventually repairs the syscalltable using /dev/kmem. One can use it as a first countermeasure against malicious syscalltable injections, often performed by rootkits. As a proof of concept, it is usable although by no means complete.
I’ll test it on recent kernel releases soon… in the meantime, here it is for Linux 2.6.7. kmemguard.c
Studying machine learning and statistical pattern recognition these days, I’ve learned a nice fact about estimation. The proof is straightforward but I’d like to remeber this fact, so here it is.
Note. Maximum likelihood estimation is equivalent to least squares estimation in the presence of Gaussian noise.
Let and let
follow a normal gaussian distribution
.
In a least squares estimate one minimize the following
(*)
In a maximum likelihood one defines a likelihood
and then minimize
which is equivalent to (*). QED
Hello World
. So… uhm… this is my first post on this blog
I plan to post regularly sharing links of interest and posting my works (such as source codes, math and cs proofs, papers, etc…). Up until now, this Blog is intended as a personal repository and online diary. But… hey, no one knows… if you find something interesting here, feel free to leave a comment.
Ok then… stay tuned
.