Archive for June, 2009

Ny installert OS X (igjen)

Xcode og git

For at Xcode og git skal virke sammen på en smertefri måte, så må du få git til å håndtere Xcode prosjekt filer korrekt. Du gjør dette ved å konfigurere git via .gitignore og .gitattributes.
Lag disse filene i ditt repository og legg til følgende linjer:
.gitignore
# xcode noise
build/*
*.pbxuser
*.mode1v3
# old skool
.svn
# osx noise
.DS_Store
profile
.gitattributes
*.pbxproj -crlf -diff -merge

Eva Solo Tebrygger

I mangel av en skikkelig sommer i år, så har jeg igjen havnet på te-kjøret. Da spesielt grønn te med litt sitron. Dette dekker også opp for mangelen av koffein etter at jeg sluttet å drikke cola (coca cola og pepsi cola). Drikker fortiden vann, vanlig te eller is-te.
Har lyst til å prøve noe litt [...]

.ssh/known_hosts (a meme?)

quinte:~ johnj$ wc -l .ssh/known_hosts
wc: .ssh/known_hosts: open: No such file or directory
pinova:~ johnj$ wc -l .ssh/known_hosts
4 .ssh/known_hosts
johnj@tintin:~$ wc -l .ssh/known_hosts
9 .ssh/known_hosts
johnj@sparrow:~$ wc -l .ssh/known_hosts
10 .ssh/known_hosts
johnj@tenkepadda:~$ wc -l .ssh/known_hosts
670 .ssh/known_hosts

Passwords

“Passwords are like underwear – change often, don’t share with others, and don’t go commando”

Speedtest – meme

Speed @ Home

Speed @ Office – gjøvik

Things My Mother Taught Me

1. My mother taught me TO APPRECIATE A JOB WELL DONE.
“If you’re going to kill each other, do it outside. I just finished cleaning.”
2. My mother taught me RELIGION.
“You better pray that will come out of the carpet.”
3. My mother taught me about TIME TRAVEL.
“If you don’t straighten up, I’m going to knock you into [...]