#debwatch
Explore tagged Tumblr posts
thekenobee · 2 months ago
Text
What’s better than Burn Gorman? Three Burn Gormans.
Tumblr media
13 notes · View notes
paultag · 13 years ago
Text
Another post from the "Useless Script" department
A while back I wrote some nodejs that mish-moshed email and web 2.0 long-poll action into a very ugly, but fairly up-to-date showing of debian changes. That is over on my server here.
The code's fairly simple, so I also wrote a python consumer here.
Since it's so simple, I've pasted it below, too.
Feel free to use (but please not abuse) my server :)
#!/usr/bin/env python import time import urllib import json service = "http://pault.ag:8080/tail" lastts = 0 def loop(): global lastts while True: f = urllib.urlopen("%s?since=%s" % (service, str(lastts))) msgs = json.loads(f.read()) for x in msgs['messages']: print x['text'] if lastts < x['timestamp']: lastts = x['timestamp'] loop()
0 notes
thekenobee · 2 months ago
Text
Tumblr media
Comfort series 💚
12 notes · View notes
thekenobee · 1 year ago
Text
Tumblr media
Bought some pizza to eat with my tears
16 notes · View notes
thekenobee · 1 year ago
Text
My boy is a lieutenant coronel now with impeccable hair and leather gloves
5 notes · View notes
thekenobee · 2 days ago
Text
Tumblr media
Love is no more than a dog barking at a crow. 💔
1 note · View note