WaterPigs Logo

WaterPigs

A Model 001 Guitar

Hand Made Musical Instruments

I am a professional luthier. I make excellent acoustic and electric instruments in Devon, UK. Learn More...

WPSM Logo

Hurdy Gurdy Sheet Music

Is this the best source of Hurdy Gurdy sheet music on the web? Only one way to Find Out...

Barnaby John Walters

~

Luthier, Web Designer and Musician in Devon/UK

~

Me

Based in Devon, UK, I am a luthier and web developer by trade. I also do other things.

I’m an avid musician and play the Accordion, Mountain Dulcimer, Hurdy Gurdy and iPad.

Me Elsewhere on the Web

What this website is

As well as being a musical instrument catalogue, WaterPigs.co.uk is my identity hub on the web. I post content here and it gets sent out to twitter, facebook, flickr etc — all of which link back to the original content here. This results in maximum social interaction with me still owning and maintaining an archive of content.

If you like the sound of this idea, learn more at the indieweb wiki. To learn more about how WaterPigs.co.uk works and what I want to do in the future, check out the Roadmap and my other metaposts

  1. note posted on

    20:42:21

    I’ve been having this problem with OpenPhoto which resulted in having over 90,000 records in my tags table.

    To fix this problem, simply run this sql:

    ALTER IGNORE TABLE  `database name`.`prefix_tag` ADD UNIQUE  `unique` (  `id` )
    
  2. note posted on

    10:22:56

    @soundcloud @ustream please stop making me fake my UA string in order to view non flash content.

    If you’re going to provide html5 representations of a resource, offer them as standard and fall back to flash, don’t UA sniff.

  3. note posted on

    13:17:41

    deletes driving theory practise apps moves road sign reference to some subfolder

    Theory down, practical to go.

  4. note posted on

    09:18:08

    Great tip for learning UK driving theory: Follow @highwaycodegb on Twitter.

  5. note posted on

    18:14:06

    Listening to Big Web Show interviews. None of peoples voices match what I expected!

  6. note posted on

    21:01:52

    Woah. Flickr’s new uploadr is nice

  7. note posted on

    15:45:30

    I got the first note out of my work in progress Gurdy today. Very happy. It’ll be ready in a few days.

  8. note posted on

    19:46:38

    The new Kipling ad music sounds very much like the wendigo by Steve Tyler

  9. note posted on

    08:59:43

    I wonder if this’ll pop up on Identica? If it does, I’ll be very happy.

  10. note posted on

    15:24:34

    @boagworld @idiot “Want to get on better with clients? Stop throwing your font-weight around”

  11. note posted on

    09:40:48

    @boagworld’s ‘Partnership of Experts’ should be required listening, especially for young web people

  12. note posted on

    22:16:46

    The more I read about HTML tables, the more I feel using them for layout wasn't doing them justice :|

  13. note posted on

    15:17:23

    @scrunchup I keep on losing web design work on the premise that I don't do it for free — any advice on how to fix this?

  14. note posted on

    08:24:45

    Most unhelpful ‘how it works’ page ever: https://browserid.org/about

  15. note posted on

    21:14:45

    Decided to use OpenPhoto for #indieweb photos. F1R5T P05T http://barnaby.openphoto.me/p/1

  16. note posted on

    18:58:46

    What on earth do spam twitter accounts hope to gain from following me?!

  17. note posted on

    19:12:07

    Announcing my meta tag

  18. note posted on

    18:54:10

    Wand Testing

  19. note posted on

    09:41:59

    http://calepin.co/ looks like a brilliant no-effort intro #indieweb. Your content is stored on DropBox (so you still own it) but I don't think there are any syndications options (might be twitter?), but you can use your own domain, and you have access to all your content.

  20. note posted on

    08:56:18

    Most irritated @technorati - apparently my blog isn't a blog, and there's no way of appealing. I posted an otherwise meaningless verification post for that? Not impressed.

  21. note posted on

    11:23:09

    I've recently started using these styles for adding automargins (margic = magic + margin) to floated items:

        .floatLeft.margic { margin-right: 1em; }
        .floatRight.margic { margin-left: 1em; }
    
  22. note posted on

    08:57:59

    Protip: Put a piece of paper/card over your graphics tablet to get that gritty paper feel

  23. note posted on

    11:01:22

    ??? the marquee tag has JS methods?! Was it not bad enough already?

  24. note posted on

    19:01:50

    Flook have to be one of the best folk bands I've ever heard. I wish I had been able to see them live

  25. note posted on

    16:44:56

    I figured out the reason my gurdy is taking so long to build: I make a mockup of it every five minutes http://flic.kr/p/bK5zyR

  26. note posted on

    16:08:07

    TheOnion.com devs have clearly never heard of progressive enhancement - their '5 page per day max' limit only works with javascript turned on.

  27. note posted on

    18:33:53

    Argh, coming up with a solid file upload backend that will scale to indefinite file types is tricky #indieweb

  28. note posted on

    11:56:46

    Reading da Vinci http://www.gutenberg.org/2/9/9/0/29904/ - seems he really had it in for poets!

  29. note posted on

    07:10:58

    Tips for #indieweb baby naming: check domain/short domain/twitter account availability

  30. note posted on

    16:41:07

    Tips for Web Development in the back of a a Car - In which I offer some tips on writing code in the back of a car.

  31. note posted on

    11:37:23

    I finally got a MIDI controller! No more reliance on my stylophone for synth controls.

  32. note posted on

    17:38:35

    Something I learnt just now: HTML <ins> and <del> have datetime attrs for keeping track of changes. This is handy as I've been wondering about those for a while. Interestingly they have a `cite` attr too (to a URL describing changes made) which sounds perfect for the ID of an Activity

  33. note posted on

    17:28:36

    Test post to FaceBook - In which I see if FaceBook Syndication has worked

  34. note posted on

    18:26:39

    Excellent Customer Service - Today was the first time in months I was actually impressed with a support service

  35. note posted on

    16:54:16

    Good post today. Machine heads, viola pegs, an ipad usb thing and web project payment. The machine heads were delivered in a cat food box - a little unorthodox.

  36. note posted on

    21:25:55

    ATOM implied Activitystream added and submitted to technorati. Starting to feel more like an #indieweb site now!

  37. note posted on

    20:22:35

    Deliberating over #indieweb backend database structure. I’m getting there, slowly.