(Español) Charla “Un laboratorio bajo Lupa” en Labcomp Workshop

Sorry, this entry is only available in Español.

Posted in Uncategorized | Leave a comment

(Español) Charla sobre QA

Sorry, this entry is only available in Español.

Posted in Uncategorized | Leave a comment

PDF of the talk

I’ve uploaded the talk I gave today at “Ciclo de Charlas Técnicas” at my University. Sorry, but this is only available in Spanish. Here is the link to the slides.

Posted in Uncategorized | Tagged , | Leave a comment

Security Talk

On Thursday 12 of November, middle-day, at auditorium F-106, I’ll give the talk called “Seguridad hoy en dia”, where I’ll talk about issues like operating systems security, the last incidents in Linux kernel, exploitation techniques, protection mechanisms, botnets, web-apps, etc.

All are welcome.
Greets

Posted in Uncategorized | Tagged , | Leave a comment

The Overloaded Operators – ACM-ICPC Chile

It’s not interesting (material in Spanish or irrelevant stuff of my life) to be translated. Check the Spanish post :)

Posted in Uncategorized | Tagged , | Leave a comment

The use of VARCHAR(n)

Returning to write, I leave you a link with an interesting post about the use of VARCHAR(n) in Postgresql. The article explains very well that to specify a fixed length to a VARCHAR field is not precisely an optimization to our database, what I believe it was most people thought.

The link here.

Soon I will be writing more,finishing with Behemoth and talk about another things.

Greetings!

Posted in Uncategorized | 2 Comments

The Bug! Magazine new number

It’s not interesting (material in Spanish or irrelevant stuff of my life) to be translated. Check the Spanish post :)

Posted in Uncategorized | Tagged , , | Leave a comment

PHP Tips by Google

I don’t remember where I read, it seems like in my RSS feed reader, Google has published an article with tips to improve performance of our PHP code. They describe a lot of interesting things like good use of echo’s and single quotes.

It seems to be part of a section in Google Code called  “Let’s make the web faster“, it has other articles about code web optimization.

The article about PHP here.

Posted in Uncategorized | Tagged , , | Leave a comment

New number of Phrack

After a year and a month of waiting, a new number of Phrack has seen the light, the underground ezine of excellence. A great variety of articles of high level available to the community. I just hope to have a little time to start reading it.

Since 1985, by and for hackers. Phrack 66 available.

Posted in Uncategorized | Tagged , , | Leave a comment

Pass by reference of an malloc-ed array in other function.

Yes, the title is weird and I didn’t want a further explanation. The other day a friend of mine spotted me this problem : “If I have a integer pointer in a function, how do I make in another function this pointer got space assigned through malloc(), it got values assigned, and when this pointer returns to the first function, print correctly this data?”. A bit of seudocode for better understanding:

Continue reading

Posted in Uncategorized | Tagged , | 3 Comments