Hacker News new | ask | show | jobs
by forgotmypasswd 6079 days ago
will the video change if the search results change?
1 comments

IMO it should, but right now I use a SQLite database as a permanent cache, so the video will never change. As soon as I get the urge to slack off some more, I'll just plug in Django's memcached support and set the expiration to a day or two.
I'm kind of shocked that you are using SQLite to power this site. I suppose it'd be easy to move to something better, but still...
Are you shocked that it works or shocked that I would be so stupid as to use SQLite? I expect extremely low load and that I'll have plenty of time to move to memcached and no database...

EDIT: it's on memcached now.