Thoughts Heap

A Blog by Roman Gonzalez.-

RSS
May
17th
Fri
permalink
Jan
31st
Thu
permalink
Oct
13th
Sat
permalink
Last week I implemented an emacs plugin called golden-ratio.el to resize the window I’m editiing in, the size to which it is resized follows the golden ratio measures, hence the name, I’m leaving this image here to use it later in github/forums.

Last week I implemented an emacs plugin called golden-ratio.el to resize the window I’m editiing in, the size to which it is resized follows the golden ratio measures, hence the name, I’m leaving this image here to use it later in github/forums.

Aug
13th
Mon
permalink

chiguire:

Somebodies, por Gotye. Un remix de videos amateurs covers de Somebody That I Used To Know.

The power of collaborative work, is just amazing…

Aug
1st
Wed
permalink

Installing emacs24 in precise pangoling

This is specially useful in vagrant machines

  1. Install utility to add apt sources easily:

    sudo apt-get install python-software-properties
  2. Add sources that contains emacs24

    sudo add-apt-repository ppa:cassou/emacs
  3. Update the apt source list and install emacs24-nox (for emacs without X)

    sudo apt-get update; sudo apt-get install emacs24-nox

Done.

Jun
22nd
Fri
permalink
Jun
8th
Fri
permalink
Udacity isn’t concerned with students who fall short. Its creators are busy trying to help those who ace every triple-gold-star problem and never miss a quiz—the young men in Lahore, Beirut, and Caracas who haunt Internet cafes and spend hours engaging in jargony repartee about elegant solutions on the Udacity message board. These are the people that Udacity hopes to help recruit to talent-hungry dot-coms like Google and Amazon

Funny how they mention Caracas as one of the places with people with low resources…

From this blogpost

Jun
4th
Mon
permalink

Installing virtualbox guest additions

Whenever I upgrade the version of my virtualbox env, I always run through the annoying warning given by vagrant, saying that the virtual machine doesn’t have a matching version to the virtualbox-guest-additions.

In order to solve this issue, I always follow the steps given in this blogpost.

I re-post this steps over here for my personal records…

Jun
3rd
Sun
permalink

Installing Oracle Java 7 on Ubuntu Precise Pangolin

This is specially useful in vagrant machines

  1. Install utility to add apt sources easily:

    sudo apt-get install python-software-properties
  2. Add sources that contains oracle-java-7

    sudo add-apt-repository ppa:webupd8team/java
  3. Update the apt source list and install java’s oracle version

    sudo apt-get update; sudo apt-get install oracle-jdk7-installer

Done.

Apr
7th
Sat
permalink
Success is when you’ve failed so much that you start to fail at failing.