Look at my post way back in July here. A month later and CNET is talking about it?
Technorati Tags: iphone, apple
Look at my post way back in July here. A month later and CNET is talking about it?
Technorati Tags: iphone, apple
I meant to blog about this for a long time. Things.app is, IMHO, the best GTD app for the Mac. I have been using the beta for a very long time. In fact my GTD system is on it. When the iPhone 3G is announced, the folks at CulturedCode started working on a version specifically [...]
It happened. Once they discovered the drawing tool for sprite, they are all over drawing. “The Art Thing” the three year old calls it. She doodle some lines, and then want to make it move. I showed her once or twice that she needs the “flag” orange block and the “loop block” first, then stuff [...]
Tags: scratch·scratch kids
I got a free few minutes to work on my own site here. Since I migrated the site from all static pages to Django served, I still haven’t put back the favicon icon back onto the site. The sites runs under a virtual host in apache2 at WebFaction. This is what you need to put [...]
Tags: django
This barely qualifies for a blog post, but what to do if you loaded, via django-admin.py loaddata
a full json file from someone during testing, and don’t have their user’s password?
Just run the django-admin.py shell, and by hand reset all the passwords:
from django.contrib.auth.models import User
for u in Users:
u.set_password(’secret’)
u.save()
That’s why you have to keep your shell login [...]
Tags: django
Scratch is a programing language and environment designed by the MediaLab for used by young children. It is best described as a tool for making programmable media. It is used not just for programming as you know it, but for making games, telling stories, making dynamic artwork.
Education and Computer is an interest of mine. I [...]
Tags: scratch