How to care for introverts
So true…
fsLeg's blog Some random posts will go here.
So true…
Although it costed me three times more because of a shipping cost… But that’s not a way to start a story. Several days ago I saw this post and I thought: “Oh, snap! I didn’t even know! And it’s already past his birthday… I want to give him something too.” Luckily he had a link to his Amazon wishlist on his blog, so my task of picking him a present was greatly simplified.
The second picture from my first three requests. Can’t wait to see the last one! Again, thanks, DZAladan!
Yay! Finally! It’s been more than a year since I submitted this question. Waiting for the answer was basically the only reason I was following Ask Pun Pony blog all this time.
Not exactly the answer I had in mind, but I expected this kind of pun. And it is drawn really good, so kudos to the artist!
Originally this was among my very first three requests, but it was made only now. Thanks, DZAladan!
That’s me most time of a year.
#!/usr/bin/env python #-*- coding: UTF-8 -*- import sqlite3 import mutagen.id3 from mutagen.easyid3 import EasyID3 from mutagen.mp3 import MP3 from subprocess import call def getStuff(database): conn = sqlite3.connect(database) c = conn.cursor() result = c.execute("SELECT LocalCopyPath, Title, Album, Artist, Composer, Genre, Year FROM MUSIC WHERE Id IN (SELECT MusicId FROM SHOULDKEEPON)") stuff = [] for track in result: stuff.append(track) # Let's be good programmers and close the connection to database, even though there were only read operations conn.
New year thanks ---------------And as a new year begin, time for me to thank some people from the latest:
The same Raichu from here, this time SFW. Drawn for me by the same DZAladan.
Once again I promote this track I made. Read the description at YouTube for more details if you’re interested in them.
It turned out, that I need a full featured website much less than a simple blog. I don’t want to have a blog on Tumblr, but I do like their implementation of it, so I went with Chyrp, which is pretty close. But then Chyrp died, so I moved to Hugo. The blog is NSFW, as I might occasionally post some pr0n and other disturbing stuff.