links
300 Images From 1800 Sites
Punctuated Productivity
ascii table
brainjar.com: css positioning
Catman's Reference Guide to XHTML 1.1
Catman's XHTML 1.1 Elements and Attributes Reference Guide
citeseer
Color Scheme Generator
common errors in english
cool images
Copying music between authorized computers with iTunes for Windows
css layout-o-matic
daypop
del.icio.us
elegant hack
emacs wiki
floatutorial
imho...
keystroke shortcuts for windows xp
mozilla keyboard shortcuts
NameVoyager
perldoc.com
programming language popularity
regular expression tester
selectoracle
short url services
simple urls for search engines
the unix acronym list
yahoo dictionary
most read last 60 days: audiotron to audioscrobbler: atronscrobbler (96)
hard disk failure (89)
home network performance (72)
installing ruby and rails on debian (67)
lessons learned in electronic media (66)
categories
cygwin / linux / unix
emacs
entertainment
government
health
restlater
ruby on rails
software development
system administration
textpattern
web technologies
sections
about
article
photos
portfolio
recently
Citizen’s Briefing Book
Tbone walking in the Park
rav this!
I'll rest later...
please don't feed the rails programmers
replication in rails
apache / fcgi / debian / rails
miguel's hell of gratuitous rewriting
favorite sig lines
listening reimplemented in ruby on rails
hard disk failure
maxloss
got backups?
installing ruby and rails on debian
hëävy mëtäl ümläüt
the lighter side: japanese error messages
home network performance
installing atronscrobbler on windows using cygwin
audiotron to audioscrobbler: atronscrobbler
lessons learned in electronic media
This project is in dire need of a recent play list. The issue is that I need to be able to make notes about a currently or recently played song—notes like:
A primary motivation is to mark songs “don’t ever play this again”, which might be implemented by even deleting the song from the library.
Possible Solutions:
The log table has the essential information – artist, cd, and track. The problem is that the log is updated only once an hour. I’m long gone by the time a song gets posted.
I guess I could simply up the refresh time on the log table.
I’ll look into this.
On the positive side, this could be easily implemented.
On the minus side, this 1) doesn’t include internet radio, which is a significant amount of my listening, and 2) could put a big load on the system.
This could be done at regular, small intervals.
On the positive side, this would nicely indicate both mp3 and internet radio activity.
On the minus side, 1) it would only track audiotron activity and 2) it’s probably a little more difficult to implement, since I’ve already done a lot of log analysis work and would have to add schema for internet radio stuff.
* * *