[itooktheredpill] # _

Recent Posts

Protein Design

published on
In my efforts towards world domination, I discovered that the key technology to master is biology. In a recent seminar I had to dive quite deep into protein design trying to figure how it works and what the fundamental concepts of this bioinformatic technique are. So here are: the 5-page paper introducing protein design (1mb) and the accompanying slides which I hope provide some insight into this fantastic technique and its promises. Read More...

lxml-based BeautifulSoup loader

published on
With ElementSoup there is already a tool, that allows you to create an etree Document using the more fault-tolerant BeautifulSoup-parser. However, looking for the oposite direction (i.e. creating a BeautifulSoup document using the lxml-parser was not yet possible). In my experience, I discover BeautifulSoup’s API much more intuitive and useful, especially for quick scraping and data manipulation tasks. So the only reason to use lxml in the first place, is that its parser is much quicker and consumes less memory. Read More...

fixing adb "insufficient permission" errors

published on
The forums tell you to run the adb-server as root. But you shouldn’t really do this. Instead create a udev-rule like the following one and put it in /etc/udev/rules.d/26-android.rules: SUBSYSTEMS=="usb", ATTRS{idVendor}=="0bb4", ATTRS{idProduct} =="0c87", MODE="0660", GROUP="adm" The vendor and product id here are for a HTC Desire, however yours may differ. You can use sudo lsusb -v| grep -B 13 -i android to get these ids. Also feel free to change mode and group settings of the device to your likings. Read More...

Goodbye studiVZ

published on
Unser allseits geliebtes studiVZ ist ja schon lange nicht viel mehr als ein großer Friedhof voller Datenleichen. Immer mehr Leute entscheiden sich zurecht, die eigene Datenleiche endlich zu beerdigen und löschen ihren Account. Das hat jedoch leider immer den Wermutstropfen, dass man die ganzen Sachen, die sich da so im Laufe der Zeit angesammelt haben, seien es Nachrichten, Pinnwand-Einträge, Foto-Alben oder die Gruppenliste der Freunde, hinter sich lassen muss. Nun ja, nicht ganz: Es gibt ein studiVZ-Plugin für den generischen POP3-Wrapper freepops mit dem man mit seinem Lieblingsemailprogramm schonmal alle eigenen Nachrichten und die eigene Pinnwand herunterladen kann. Read More...

performous und der Audio-Kampf

published on
Linux auf dem Desktop funktioniert ja schon länger prima, aber hier und da hakts dann eben doch mal. Eindrucksvoll illustriert auf dem 27C3, aber praktisch gestern eben auch bei mir. Performous ist eine richtig gute OpenSource-Version von Spielen von SingStar oder RockBand. Zum Spielen ist es aber sinnvoll mindestens zwei Mikros zu haben, bzw mind. zwei Soundkarten. Nachdem die Defaults versagt haben, kann die Software über die Option –mic pulse überreden die Soundeingabe von Pulseaudio zu beziehen, bei dem man auch wundervoll alles einstellen kann und die einzelnen Devices tatsächlich zur Aufnahme zu bewegen. Read More...

Categories

Creations (24)

Random Thoughts (1)

Tech Tips Tricks (19)

Visualizations (7)