Thursday, September 23, 2010

Why I think gold prices are going to keep rising

With the West's stimulus money running out and no recovery in site, people are talking about another stimulus to avoid a double dip. Most of the stimulus money went to BRIC markets, which has resulted in unprecedented returns in these markets. The Bombay Stock Exchange moved from 6500 to 19000 points in one year.

If a second stimulus occurs, the money will most likely come from banks who will sell these markets, but enough money left for them to buy gold as well. At this point everybody will be receiving paper money in high inflation environment and banks will be selling gold to countries, because governments around the world would realize their US dollar reserves is giving negative returns.

And God forbid if US is to default...

History in the making?

The second amendment of the US constitution states;

"A well regulated militia being necessary to the security of a free State, the right of the People to keep and bear arms shall not be infringed."

This amendment will be repealed or removed all together or restrictions put on the People to bear arms, that is they will be denied a firearm citing various laws like person is a flight risk.

I would be very worried at this point.

A step towards this direction will a United North American state with the States, Canada and Mexico. This new entity will have a new currency and a constitution without the second amendment rights.

Monday, May 31, 2010

gentoo scribbles

getting synaptics to work with xorg 1.8.1
/usr/share/X11/xorg.conf.d $ cat 20-synaptics.conf
Section "InputClass"
Identifier "touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "synaptics"
Option "TapButton1" "1"
Option "VertEdgeScroll" "1"
Option "HorizEdgeScroll" "1"
Option "CircularScrolling" "1"
EndSection

wpa_supplicant
/etc $ cat wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
#ctrl_interfact_group=0
eapol_version=1
ap_scan=1

network={
ssid="NETWORK"
key_mgmt=NONE
wep_key0=key-here
wep_tx_keyidx=0
}

make.conf

CFLAGS="-O2 -march=nocona -pipe"
CXXFLAGS="-O2 -march=nocona -pipe"
CHOST="i686-pc-linux-gnu"

USE="imlib aqua jpeg tiff vim-syntax webkit qt3support kde consolekit gnome exchange kerberos ldap udev X acpi alsa bash-completion cairo cleartype dbus dvd gtk java jpeg laptop
mp3 mplayer nsplugin nvidia opengl openssl png samba sse sse2 sse3 sse4
sse4a sse5 truetype xft xscreensaver vorbis"

VIDEO_CARDS="nouveau"
INPUT_DEVICES="evdev keyboard mouse synaptics"
MAKEOPTS="-j3"
LINGUAS="en_US"