1. The gig went alright, considering we had major bagpipe tuning problems (chanter stuck a quarter-tone between F# and G). Thanks to everyone who came!

    Now I’ve played Bach in front of a paying audience I feel like a real musician. Couldn’t have done it without Robin Andrews though :)

  2. fraying just to the first episode of fertile medium and really enjoying it!

    Question: what is the context if you reply to something someone’s said on your own site, as a self–hosted reply (e.g. this one of mine, cross-posted here)?

    In an environment where everyone hosts their own comments, what happens to the their turf/own turf thing? Or is it more of a question of how the user agent in use displays interlinking content (and what blocking tools it offers)?

  3. Aral Balkan: Sexist? Want to learn PHP? We’ve got just the book for you: SexyPHP: A Fun Way to Learn Object Oriented PHP http://t.co/nz1650vr

    aral hideous. That makes me more embarrassed to be a PHP dev than all the bad rep it has as a language. And they're teaching SVN! It gets worse :(

  4. I love that now has shiny namespacing and a thriving code sharing community, but I think the heavily hierarchical namespacing practises used by some of the community (e.g. symfony components) are unhealthy.

    They are difficult to memorise, relying on (often slow) IDE autocomplete, and encourage a use statement for each class. That’s pretty much a scoped equivalent of from x import * in python — not a good practise! It’s still namespace pollution, it just takes longer to write.

    I am trying to use a more python–like, package-centred approach with much fewer subnamespaces. The outcome of this should be that you use the package name:

    use BarnabyWalters
osse;

    …and then using all the classes/subnamespaces from that root, e.g: $t = Posse\Helpers::convertHtmlToTwitterFormat($s);

  5. superfeedr: @BarnabyWalters Ha! I tried to log in with the hopes of maybe being able to leave a comment :) You should put a #subToMe button too!

    superfeedr self-hosted comments accepted via Pingback :)

    I tend to prefer to let users inject buttons/UI for the services they use rather than force buttons upon them (e.g. using Indieweb Reply as per Web Actions), but looks like already does a good job of that so I might add one

  6. superfeedr: @BarnabyWalters Thanks Barnaby :) [Also, I could not log into your site with indieAuth :/]

    superfeedr yeah, there’s a weird bug where logging in only works the second time round — I haven’t fixed it yet as I rarely have to log in! At the mo there is little benefit to others logging in but I may add private content/collaborative features in the future. Crowd-sourced typo fixing FTW ;)