Categories
Uncategorized

Looking for a place to live

Well the hunt continues for an apartment here in lovely Sydney. Could you believe (if you are not from here) that it has been a month of looking? We have inspected a score of apartments at prices ranging from $450 to $550 a week (yes, for those of you in TN who may be reading this, that is dollars and per week!!) and found only 1 place worth living in and someone else got it. Even once you have found a place, inspected it, applied for it (the process is almost more grueling than looking for work!), you are competing against others that want it. At the upper end of the range the competition is not so fierce, whereas at the lower end you can be viewing an apartment with 40 other people! Well we’re on the line for a couple places and with luck we will have a home by early to mid march.

Cheers,
Andre

Categories
code javascript

Facebook Select All Bookmarklet

For some reason Facebook seems to think that its users love clicking and so refuses to give us a Select All button (is that part of the monetization scheme? are they going to charge for it?) Anyway I can’t stand it, so I found a little bookmarklet that will invite all your friends.


The one I found worked well but it selected everyone, even those who were already members, so I altered it so it would only select friends who needed the invite. Follow the steps below to create the bookmarklet that makes this work. The instructions are for Firefox, but should be similar for other browsers.


How to create a Firefox Bookmarklet The best way to do it would be to add this as a browser bookmarklet. So in FireFox:

  1. Right click next to your other bookmarklets and select New Bookmark.
  2. In the Name field type: FaceBook Select All (or whatever you want)
  3. In the Location field copy and paste the code you see below in the code box exactly as it is. You can leave the KEYWORDS and DESCRIPTION field blank. They aren’t necessary.

    javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object' && elms[fid].className != 'disabled'){fs.click(elms[fid]);}}
  4. Hit Add.

You can also just drag this link to your bookmark toolbar: FB Select All

Now wherever you are adding friends to an event or group using the Facebook friend selector you can click the bookmarklet and it will select everyone who is not already a member.


Enjoy.

Categories
General

Merry and Happy Christmas to all!

Hi all,
New Years resolution is to blog a lot more. Shouldn’t be hard as I haven’t been on here much in the last few months. I will begin by trying to catch up on the travels and adventures that AH cubed have been sharing. But for now let me just say Happy Christmas to the Aussies and an early Merry Christmas to the Yanks and Brasileiros.

Cheers,
Andre

Categories
sounds

When it rains it pours

[audioplayer file=”http://www.ahsquared.com/wp/wp-content/uploads/pd_e_a_f_w_3.mp3″ titles=”Pure Data Rain Storm” artists=”Andre Hayter”]

I made up a patch in Pure Data that allows me to control the elements…mwaahhaahaha! Well, it allows me to create the sounds of the elements actually. Angela and I led a master class at Sydney Dance studios today. Angela led and I accompanied. I created music with a mixture of beats running from Ableton Live and played Bass and Tenor Bass (this is my Samick Bass with tenor strings…basically guitar strings long enough and thick enough to put on a bass). I love the sound of my tenor bass. It’s like a guitar with tons of fundamental! It’s a bit hard to play, but worth it. With this setup I created a mix of algorithmic glitch and techno and rock and even a bit of afrobeat.

There was one section of the class however that featured an improv based on the four elements (earth, air, fire and water). So for that part I layered some ambient musical sounds with sounds of…earth, air, fire and water.

So here is a bit of playing around with this patch to create a rainstorm (no music here). There are no samples used, it is all generated in real time and manipulated by me. The sounds are all created by the filtering and other mangling of white noise generators.

This patch borrows heavily from Andy Farnell’s tutorials on those sounds. Here is the patch.

Categories
sounds

Algorithms and Ambience

[audioplayer file=”http://www.ahsquared.com/wp/wp-content/uploads/algo_ambo_mix1.mp3″ titles=”Algo Ambo (03:12)” artists=”Andre Hayter”]I spent a couple hours this evening putting together a track that uses some algorithmically generated (although I use that term loosely, as most of the variation is from randomness…see this post for details) sound. I recorded some of that sound from a Pure Data patch. One thing to note is that the sound is all tempo synced to 120 bpm, but the rhythms vary randomly within that, but always on beat. So the rhythms can be on any 32nd note or 16th note, etc. Then I imported this into Ableton Live 7 (i have 8 also but it is really buggy at the moment, grrr).