1. solarference: @BarnabyWalters which effect was it Barnaby? Saw your patch but couldn't work it out... -n #puredata

    @solarference beat slicing sampler, divides the recording up into n chunks and plays them back randomly. There were some bugs in the version I screenshotted (e.g. mistaking sample number for millisecond delay) which are now fixed. I’m currently working on reproducing as much of The Three Sisters as I can figure out from the recording.

  2. deray mckesson: The biker gangs have put out a call for retaliation on the police, who killed some of their members. And still no State of Emergency. Waco.

    Reading @deray’s tweets about biker violence in Waco and how it’s being reported, it took me a while to realise that “Waco” is a place, and not a denouncement of these events as “wacko”. Totally applies, esp. to the way the media is reacting :/

  3. Just realised that increasing the dimensions of an element onscreen when it is hovered over creates a “natural”, visual schmitt trigger effect.

  4. Roopa Gulati: Things I learnt last night: the dial on toasters has nowt to do with temperature. It's just a timer. I need to get out more.

    @roopagulati any wisdom to impart about what the funny floppy wire things on the top of my toaster are? I have never been able to figure out what they’re supposed to do.

  5. Emil Björklund: Thinking so far: accept the webmention, send a signal passing along the URL somehow, model listens to signal, looks up instance and checks.

    @thatEmil Taproot works almost the other way round — a “mentions” module stores incoming mentions, noting their target path after resolving redirects. Then, each content module queries the mentions module for mentions of a particular URL. That way the two are decoupled, and I can keep track of mentions of static URLs and things not represented by a “model”. Haven’t figured out how to handle redirects well yet though.

  6. New policy: refuse to make significant changes to systems built under time pressure until they are fully understood, i.e. have been refactored, have good test coverage etc.