If you see this, gubatron.com has successfully moved to Amazon Web Services.
Related Posts
Sample /etc/fstab entry for EBS volume
gid= and uid= are not valid for XFS, pass “grpid=” to your fstab entry. /dev/xvdf /media/ebs/data xfs defaults,auto,noatime,noexec,grpid=1000 0 0
Infographic: Latinos in the USA
Latinos in the US are… 50.5 million people 16.3% of the population 1 in every 6 people 1 in every 4 children 56% of the population growth from 2000 to 2010 1 trillion dollars in buying power 65% mexican, 9.1% puerto rican, 3.6% salvadorian, 3.5% cuban, 2.8% dominican, 2.2% guatemalan, 1,9% colombian, and more. Via […]

How to create a list that holds different object types using `void*` in C.
I remember being in school back around 1998 and not knowing enough about C to do this. After coding in other languages, then going back to C++ and understanding at a lower level how references and pointers work, this was pretty easy to figure out. In this exercise I store elements of different types in […]