Archive > Tag: Ruby

Benchmarks: C Vs Perl5.16 Vs PHP5.5 Vs Python2/3 Vs Ruby2

Oh, today is a sad, sad day for me.

Ruby seems to be as slow as Python3; which, in my previous benchmark: https://gitlab.com/renich/benchmarks/ was not! It was just between PHP and Python2.

Not the published one but, I remember, ruby was around 400 ms... damn... really …


Howto: Check if a browser has CACert installed as an authority

Well, I am working on a project to sell virtualization instances, a.k.a. vps, in http://bitcoin.org/.

Anyway, that has nothing to do with this. The thing is that I decided to go for http://cacert.org/ certificates. Why?

  • They're free
  • They do the work; which is encrypting …

autokrn: an automated kernel building system

Well, I kind of had this idea: https://plus.google.com/114257692259380959226/posts/WDgaDk46eZB

And I am working, as newbie as I am, in a ruby project that I've named autokrn.

What it should do

  • It should detect all your hardware and know which modules you're currently using. * it should …