is this thing on?

Sun Jun 29
flooding on the carpet…
flooding on the carpet…
so my apartment flooded…
so my apartment flooded…
Tue Mar 25

time machine with samba share

enable unsupported network drives

defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1

create a sparsebundle image file

sudo hdiutil create -size 320g -type SPARSEBUNDLE -nospotlight -volname “Backup of ” -fs “Case-sensitive Journaled HFS+” -verbose ~/Desktop/_.sparsebundle

copy the sparsebundle image file to the backup drive

cp  ~/Desktop/_.sparsebundle /Volumes/

backup!

Fri Mar 21

migrate from svn to git

pull the svn history into a new git repository:

  • mkdir project_name.svn
  • cd project_name.svn
  • git svn init path/to/svn/repo —no-metadata
  • echo “svn_username = Real Name <email.address@example.com>” > users.txt
  • git config svn.authorsfile users.txt
  • git svn fetch
make an svn-free git repository:
  • mkdir project_name.git 
  • cd project_name.git
  • git init
  • git remote add origin path/to/git/repo
  • git pull project_name.svn
  • git push origin master
done!
no more student loans!
no more student loans!
i win (so far)
i win (so far)
Thu Mar 13
yay me!
yay me!
Sat Mar 8
Thu Mar 6
My grandpa, Erwin Holmquist, died today. He will be missed.
My grandpa, Erwin Holmquist, died today. He will be missed.