Thomas Adamcik

Results 154 comments of Thomas Adamcik

See https://developers.google.com/speed/docs/best-practices/payload#CompressImages and http://developer.yahoo.com/performance/rules.html#opt_images for tips. You might also be able to convert PNG24 to PNG8 in some cases saving a lot of size. I was also thinking about trimming...

I actually don't have any os-x machines to test on, or have any idea what the web clip feature is. I would be happy to take pull requests fixing this,...

Should take new django 1.2 notifications into account.

Unsure how and if this should fit into the varnish caching scheme that the site is moving towards.

Timing experiments seem to indicate that the slowness is primarily in the django template system. I'm looking into switching to jinja which claims to be faster.

Some initial work has been done with respect to #40. The basic idea of having a common data processor seems to be worth pursuing.

To the best of my knowledge we've now implemented this per how GStreamer intends gapless to work. If it's still a problem there isn't much more we can do in...

Deduplicating cases like this might prove tricky. We don't truly have a way of determining if thinks are really equal. Echonest tries to solve this with their Rosetta stone effort,...

Something like a`mpd/search_format_string = $title - $artist ($backend)` setting could indeed work.

#1224 comes to mind here, and the old linked https://docs.google.com/document/d/15hEZkB0_W33vUD-pKsf-gk3BICDgxsa1FC0H_lMXFUU/edit?usp=sharing doc with tentative ideas for where the APIs could go. But looking quickly at search there is seems we didn't...