The Rietta Blog

Cybersecurity, software, and the law between them.

Since 2005, this publication covers a wide range of topics, including cybersecurity, software development, and cloud migration. It’s a valuable resource for anyone interested in staying informed about these areas.

04/18/2012

mod_deflate: Dramatic website speed increase with Apache compression on Ubuntu Linux

How to supercharge your mobile visitor's experience with mod_deflate, which tends to provide a 62% to 72% savings on bandwidth required to deliver each page.

Read More »

04/17/2012

Big data a big deal for SQL Server 2012, users say

Read More »

04/05/2012

What is Protected Personally Identifiable Information? Do I really have to hash users' passwords?

Read More »

02/22/2012

Startup Riot 2012 is done; congratulations to the winners

Read More »

02/03/2012

[Rails] Good Random Positive Integer

Read More »

01/27/2012

Generate OpenSSL RSA Key Pair from the Command Line

How to generate a 2048-bit RSA key pair with OpenSSL from the command line. Updated for 2026 to match current OpenSSL output and ciphers.

Read More »

01/24/2012

Rails: Point DNS to 127.0.0.1 to Test Wildcard Subdomains on WEBrick

Read More »

01/18/2012

Rails: Gmail Reply-To on Contact Form Email

Read More »

01/17/2012

Wikipedia *blackout* tomorrow in protest to SOPA/PIPA

Read More »

01/14/2012

Rails: TypeError: nil can't be coerced into Float

In Rails, whinny nil exceptions are a real pain. I like to use to_f when computing float values because nil.to_f is 0.0.

Read More »