extern "C" { #include "foo.h" }
A collection of random thoughts and materials that might prove enlightening to me and my friends.
MathJax
Monday, July 28, 2014
Thursday, July 17, 2014
Monday, July 14, 2014
Notes from David and Goliath
- You have to be "desperate enough" to re-frame your disadvantages into attributes that gives you advantages
- From AI for the game of Go, statistical (Monte Carlo methods) evaluation may have a better chance of winning when the search space is indefeasibly large.
Monday, July 07, 2014
Notes on my Ubuntu 14.04 LTS setup
- Hostname
- sudo gvim /etc/hostname
- sudo gvim /etc/hosts
- Samba server
- sudo apt-get install samba
- sudo gvim /etc/samba/smb.conf
# Comment out password database stuff # Add user name map security = user encrypt passwords = true username map = /etc/samba/smbusers
[homes] comment = Home Directories browseable = no read only = no create mask = 0644 directory mask = 0755
- RStudio (IDE for R)
- sudo apt-get install libjpeg62
- sudo dpkg -i rstudio-rel_num-amd64.deb
- Spyder (IDE for python)
Wednesday, July 02, 2014
Building clang
In case I happen to try this again. Linking clang is a memory intense task. I gave my VM 6GB of memory and it is still disk swapping like mad...
Subscribe to:
Posts (Atom)