Archive for the 'Allgemein' Category
Yeah, you read correctly. As of right now, this website can be reached via heipei.net again. For those of you who haven’t been reading this weblog 2 years ago: The domain heipei.net was snatched from me in September ’06. This of course happened to same part due to sloppiness when trying to move the domain [...]
February 26th, 2009 | Posted in Allgemein, Geekstuff | No Comments
Debugging programs for yourself (or from bug-reports from other people) requires knowing which version caused the bug. Of course most people think in terms of major releases, but a developer needs to know the exact revision, as this might make the crucial difference. UNIX command-line programs usually offer a –version switch, which returns detailed version [...]
February 23rd, 2009 | Posted in Allgemein, Apple, Geekstuff, git | 2 Comments
When I was younger I hated the summer (or let’s say I preferred winter). That was because in winter you had a reasonable explanation why you would sit in front of your PC all day long instead of going outside to play with the other kids or generally to “get some fresh air”. Now that [...]
January 27th, 2009 | Posted in Aachen, Allgemein, Fotos, Langeweile | No Comments
Yesterday I went to the movies to watch the new Bond (Quantum of Solace). I’m an avid Bond-fan, having seen every Bond movie up to date (I think) and regularly watching re-runs on TV. I was already skeptical after the last Bond movie (Casino Royale) but figured it was a one-time deviation from the usual [...]
November 27th, 2008 | Posted in Allgemein, Filme, Kultur | 1 Comment
Speedcubing is something that has been gaining considerable popularity over the last 2 years. Just recently Pro7, a big TV station in Germany, did a short piece (Part 1, Part 2) (between “how to open a bra” and “how not to get a cold”) about fw and a few friends of him, calling him the [...]
November 15th, 2008 | Posted in Aachen, Allgemein, Geekstuff, Uni | 1 Comment
Hi my few select readers, in case you’ve been wondering: I’m on vacation. For those of you I forgot, the URL for my holiday-blog is hackvalue.de/heipei/holiday. Point your RSS-readers at it and have fun (also make sure to check my flickr-account from time to time ;).
September 23rd, 2008 | Posted in Allgemein | No Comments
After searching (and finding no existing solution), I created a small JavaScript-based commit-badge/banner which you can show of on your website to point at the latest (or a specific) commit in a Github-repo. This is what it looks like (if you see blank space here or something fubar please reload the page and after that [...]
August 20th, 2008 | Posted in Allgemein, Geekstuff, git, Langeweile, Web | No Comments
mutt 1.5.18 works fine with Cygwin (as I just discovered). Building it from source I used ./configure –prefix=$HOME/local/stow/mutt –enable-imap –with-homespool –with-ssl=/usr –enable-hcache –enable-locales-fix This is assuming you installed the openssl-libs and openssl-devel packages (those can be installed using Cygwins own installer .exe). For header-caching (you really want it when using IMAP) you’re also gonna need [...]
August 11th, 2008 | Posted in Allgemein, Geekstuff, Gentoo, Linux | 3 Comments
Was ist eine Streulichtblende? Eine Streulichtblende sieht so aus (Foto von fensterbme), man kennt den Anblick von jedem Profi-Fotografen. Also eine Blende die man vorne auf sein Objektiv steckt. Und was hat man jetzt davon? Wenn man Leute fragt die schon so eine Blende haben hört man dass die Fotos dadurch einen besseren Kontrast haben [...]
July 6th, 2008 | Posted in Allgemein, Fotos, Geekstuff, Langeweile | 1 Comment
jojo@host:~/svn/test$ svn add git-talk.pdf A (bin) git-talk.pdf jojo@host:~/svn/test$ svn commit -m ‘First file’ Adding (bin) git-talk.pdf Transmitting file data . Committed revision 1. jojo@host:~/svn/test$ du -sh ../test-repo 6.5M ../test-repo jojo@host:~/svn/test$ cp git-talk.pdf git-talk2.pdf jojo@host:~/svn/test$ svn add git-talk2.pdf A (bin) git-talk2.pdf jojo@host:~/svn/test$ svn commit -m ‘Second file’ Adding (bin) git-talk2.pdf Transmitting file data . Committed revision [...]
June 15th, 2008 | Posted in Allgemein, Geekstuff, Gentoo, git, Linux | 2 Comments