Vote Space
Seen on Marjorie’s chiptune photography blog Chiptography: Vote Space.
Have I mentioned Future, and It Doesn’t Work recently? You really ought to listen to it.
Seen on Marjorie’s chiptune photography blog Chiptography: Vote Space.
Have I mentioned Future, and It Doesn’t Work recently? You really ought to listen to it.
Seen on Planet Debian: an article for those of us who are always working on something.
At times like this (if I’m aware and realize that it’s happening), these are some of the things that help me recenter myself:
- Devote some attention to reviewing what I’ve accomplished recently, to remind myself of progress
- Ask myself if my #1 problem is actually urgent, or if I’m just on a roll. If it’s not urgent, consider taking a break from problem-solving and work on something else important for a while
- Give away some problems that I’m holding onto but don’t need to own
- Remind myself that this feeling as a side effect of where I focus my attention, and I can therefore influence it
- Laugh
Seen on Planet Debian, a totally sweet hack involving using readline-style tab completion based on some random crap you have in your Django database.
import readline
from mymodels import MyModel
completer = QuerySetCompleter(MyModel.objects.all(), 'name')
readline.set_completer(completer)
readline.parse_and_bind("tab: complete")
readline.set_completer_delims('')
while 1:
print repr(raw_input(">>> "))
And now, for something completely different: Wham’s "Last Christmas" in Finnish. Seen on this thread on Pouet.net.
On 8bit today, a gallery of pixel-art to varying extents and with varying styles. My favorite:
Wonderful quotable line from this strip.
Seen on JWZ: exactly what it says on the tin.
Exercise 4-13. Write a function reverse(s) which reverses the string s by turning the mind inside out, converting madness into reality and opening the door to allow the Old Ones to creep forth once more from their sunken crypt beyond time.
With regard to the ever-continuing debate about Wikipedia and its validity as a source of information, this volley from JWZ notes the prevalence of the "in anime" section.
Our work here will not be complete until every Wikipedia page contains an "In Anime" sub-section.
Note that both of the cited links are to fairly old versions of the pages (both of which have the In Anime section removed in the current version). Nevertheless, it’s fascinating to watch how the idea of Wikipedia evolves, even as Wikipedia continues to be a popular resource for many.
On CNN: an article about the NORAD Santa Tracker.
"NORAD uses four high-tech systems to track Santa — radar, satellites, Santa Cams and fighter jets," reads the NORAD Santa Web site. "Tracking Santa starts with the NORAD radar system called the North Warning System. This powerful radar system consists of 47 installations strung across the northern border of North America. On Christmas Eve, NORAD monitors the radar systems continuously for indications that Santa Claus has left the North Pole.