Seen via Planet Debian, a video mocking "social media gurus". Genius.
It’s our social media strategy: it’s fucked. We have computers coming out our asses and a great product, but we’re so dumb we don’t realize that using social media is as easy as pissing on a rock, and free too. Please save us from our worthless selves.
After Frodo has completed his first project, Gandalf (along with head of department Elrond) proposes that the work should be extended. He assembles a large research group, including visiting students Gimli and Legolas, the foreign postdoc Boromir and several of Frodo’s own friends from his undergraduate days.
Case Study: Porting chardet to Python 3 documents my (ultimately successful) effort to port a non-trivial library from Python 2 to Python 3. It may help you; it may not. There’s a fairly steep learning curve, since you need to kind of understand the library first, so you can understand why it broke and how I fixed it. A lot of the breakage centers around strings.
tagger viksi$ python classify.py apple microsoft bill gates steve ballmer windows vista xp
microsoft
tagger viksi$ python classify.py apple microsoft steve jobs ipod iphone macbook
apple
classify combines the above steps into an application that, given two tags and some text, will return which tag more likely describes the text. Or, in command line form, ‘python classify.py [tag1] [tag2] [some free text]‘ => ‘tag1′ or ‘tag2′
Machine learning has only caught on a little bit in the personal computing space, and only in web-based services like Google Search and Amazon/Netflix-style "you might also like" features. Is that about to change? I’m skeptical..