Andrew Cooke | Contents | Latest | RSS | Previous | Next

C[omp]ute

Welcome to my blog, which was once a mailing list of the same name and is still generated by mail. Please reply via the "comment" links.

Always interested in offers/projects/new ideas. Eclectic experience in fields like: numerical computing; Python web; Java enterprise; functional languages; GPGPU; SQL databases; etc. Based in Santiago, Chile; telecommute worldwide. CV; email.

Personal Projects

Choochoo Training Diary

Last 100 entries

Surprise Paradox; [Books] Good Author List; [Computing] Efficient queries with grouping in Postgres; [Computing] Automatic Wake (Linux); [Computing] AWS CDK Aspects in Go; [Bike] Adidas Gravel Shoes; [Computing, Horror] Biological Chips; [Books] Weird Lit Recs; [Covid] Extended SIR Models; [Art] York-based Printmaker; [Physics] Quantum Transitions are not Instantaneous; [Computing] AI and Drum Machines; [Computing] Probabilities, Stopping Times, Martingales; bpftrace Intro Article; [Computing] Starlab Systems - Linux Laptops; [Computing] Extended Berkeley Packet Filter; [Green] Mainspring Linear Generator; Better Approach; Rummikub Solver; Chilean Poetry; Felicitations - Empowerment Grant; [Bike] Fixing Spyre Brakes (That Need Constant Adjustment); [Computing, Music] Raspberry Pi Media (Audio) Streamer; [Computing] Amazing Hack To Embed DSL In Python; [Bike] Ruta Del Condor (El Alfalfal); [Bike] Estimating Power On Climbs; [Computing] Applying Azure B2C Authentication To Function Apps; [Bike] Gearing On The Back Of An Envelope; [Computing] Okular and Postscript in OpenSuse; There's a fix!; [Computing] Fail2Ban on OpenSuse Leap 15.3 (NFTables); [Cycling, Computing] Power Calculation and Brakes; [Hardware, Computing] Amazing Pockit Computer; Bullying; How I Am - 3 Years Post Accident, 8+ Years With MS; [USA Politics] In America's Uncivil War Republicans Are The Aggressors; [Programming] Selenium and Python; Better Walking Data; [Bike] How Fast Before Walking More Efficient Than Cycling?; [COVID] Coronavirus And Cycling; [Programming] Docker on OpenSuse; Cadence v Speed; [Bike] Gearing For Real Cyclists; [Programming] React plotting - visx; [Programming] React Leaflet; AliExpress Independent Sellers; Applebaum - Twilight of Democracy; [Politics] Back + US Elections; [Programming,Exercise] Simple Timer Script; [News] 2019: The year revolt went global; [Politics] The world's most-surveilled cities; [Bike] Hope Freehub; [Restaurant] Mama Chau's (Chinese, Providencia); [Politics] Brexit Podcast; [Diary] Pneumonia; [Politics] Britain's Reichstag Fire moment; install cairo; [Programming] GCC Sanitizer Flags; [GPU, Programming] Per-Thread Program Counters; My Bike Accident - Looking Back One Year; [Python] Geographic heights are incredibly easy!; [Cooking] Cookie Recipe; Efficient, Simple, Directed Maximisation of Noisy Function; And for argparse; Bash Completion in Python; [Computing] Configuring Github Jekyll Locally; [Maths, Link] The Napkin Project; You can Masquerade in Firewalld; [Bike] Servicing Budget (Spring) Forks; [Crypto] CIA Internet Comms Failure; [Python] Cute Rate Limiting API; [Causality] Judea Pearl Lecture; [Security, Computing] Chinese Hardware Hack Of Supermicro Boards; SQLAlchemy Joined Table Inheritance and Delete Cascade; [Translation] The Club; [Computing] Super Potato Bruh; [Computing] Extending Jupyter; Further HRM Details; [Computing, Bike] Activities in ch2; [Books, Link] Modern Japanese Lit; What ended up there; [Link, Book] Logic Book; Update - Garmin Express / Connect; Garmin Forerunner 35 v 230; [Link, Politics, Internet] Government Trolls; [Link, Politics] Why identity politics benefits the right more than the left; SSH Forwarding; A Specification For Repeating Events; A Fight for the Soul of Science; [Science, Book, Link] Lost In Math; OpenSuse Leap 15 Network Fixes; Update; [Book] Galileo's Middle Finger; [Bike] Chinese Carbon Rims; [Bike] Servicing Shimano XT Front Hub HB-M8010; [Bike] Aliexpress Cycling Tops; [Computing] Change to ssh handling of multiple identities?; [Bike] Endura Hummvee Lite II; [Computing] Marble Based Logic; [Link, Politics] Sanity Check For Nuclear Launch; [Link, Science] Entropy and Life

© 2006-2017 Andrew Cooke (site) / post authors (content).

The Ideal User Interface For Music Exploration

From: andrew cooke <andrew@...>

Date: Wed, 20 Feb 2013 18:29:27 -0300

The problem: if you have a large music collection you probably don't have a
good idea of all the artists and styles available.  Particularly if it
includes many compilations with obscure artists (which tends to be what you
download from the 'net when looking for new music...).


The solution: I've made various attempts at solving this problem over the
years (programs called UYKFD, UYKFE, UYKFF and UYKFG).  After that many
iterations, I think I've found a good solution: a playlist generator and,
separately, targetted selection based on tags.

The most important tool is the playlist generator.  This checks whatever music
player you use and, if there is a single track remaining, adds one that is
"similar".  If there are no tracks it adds one at random.

In UYKFG I don't generate the relationships between artists myself - I use
EchoNest's API to find related artists.  But I make two important adjustments:

  First, I traverse the graph backwards.  So if artist A is related to B then,
  when playing a track from B, I consider A's tracks as possible candidates to
  be played next.  This helps emphasise obscure artists (if A is obscure, then
  there may be no C such that C->A, but we *do* have a A->B, which we can
  invert).

  Second, I store only the top 4 links per artist.  If this isn't sufficient
  to give 4 backlinks then I consider forward links and artists in
  compilations.  This both keeps links relevant and avoids, as much as
  possible, having no links at all from an artist.

The above gives a system that slowly explores the space of available music.
With time it drifts into related styles.  If you get bored, clearing the
playlist gets you to a new, random point.


The playlist generator works well, and is what I use 90% of the time - it's
great "in the background".  But sometimes I want to be more active in my
exploration.  To support this I've added a number of tools based on EchoNest's
tags (called "terms" in their API).

In particular, I can show the tags defined for an artist, and add tracks to
the playlist that match certain tags (and/or explicitly avoid other tags).

The first of these is useful to get an idea of what tags are available - you
can always remember the name of a popular artists in a certain style.  So you
can see what tags are associated with them.  Then you can listen to tracks
from similar artists using the second command.

Unlike with the playlist generator, tracks added for a given set of tags don't
"wander off".  They stay centred around the given tags.  This works better
when you're curious about, say, "the blues".


So there are two approaches above: a "random walk" of related artists and a
"targeted list" based on tags.  In earlier iterations of the software I had
tried to combine these, but in practice it's simpler and more convenient to
leave them separate.


All the above assumes that you are exploring music you have already chosen.
That is important because it excludes music that you don't like (and so don't
own) - a "random walk" isn't going to go somewhere too unpleasant.  Services
like Pandora face a harder problem, because they don't know the boundaries of
a given user's taste.  They may need to combine the two approaches outlined.

Andrew

Comment on this post