Found 5 entries.
The following article made me smile.
I don't necessarily agree with all of it, but a lot of it is true. The Worthlessness of Code.
I especially agree with the bit about having to re-write it every so often. We work in an industry where bit-rot means we have to replenish everything we do faster than in any other industry (and yes, I know that's a generalised term).
Quick aside: on the subject of small blog posts like this one, I really should get a Tumblelog up and going.
Labels: planet-geek, code
Inserted: 2008-03-26 22:28 (1 year, 11 months ago)
Brenda is definately getting known these days. Involved in lots of groups, starting many of them and now this.
Wellington Geek Girl Dinners obviously went well the other week but it seems to have already made news elsewhere - like on the Google Open Source blog (stumbled across in my feedreader).
Well done Brenda!
Labels: brenda, planet-geek, geek-girl-dinners, planet-catalyst, catalyst
Inserted: 2008-03-22 11:43 (1 year, 11 months ago)
There's something quite nice about this photo, for more than one reason.
Firstly, let me tell you what this photo is all about.
It was recently Flickr's 4th birthday and they were having a party. To celebrate, they printed out 3,800 photos and put them all up on display. So I added one of mine to the Flickr turns 4 pool so they could use it. Here's the one I added.
Photo by andychilton
After the event, I saw a Flickr blog item which showed a number of the boards upon which they stuck all the photos. After a bit of searching, I eventually found a board with my photo on it.
But even better, in the most recent Flickr blog entry, there was another photo which also showed mine (bottom left). On the board, mine is the one 3rd from the left and 5th from the bottom.
It's not often you get your photo onto the Flickr blog even if it is a picture within a picture within a page.
Labels: photo, planet-catalyst, flickr
Inserted: 2008-03-20 15:54 (1 year, 11 months ago)
I started learning Erlang today and already I'm liking it.
For a couple of months I have said that I will learn Erlang and finally I've started.
Firstly, I'll tell you why I started today (apart from the bad weather) and why I want to learn Erlang, and secondly I'll tell you my thoughts on the language so far.
The reason I started today is because of a culmination of a number of things. Recently I have been playing with all the AWS components S3, EC2, SimpleDB and SQS. Playing with them in Perl has been a good experience and now I know what's required to make it work - by this, I'm not talking about just querying them and seeing the results, I'm talking about a big project with the ability to scale out once demand gets high.
So my plan is to get a project up and running on EC2, using all of S3, SimpleDB and SQS and to make sure everything is massively parrallel.
Erlang fits into all this because it's a good idea to try and do it correctly from the start. It almost seems weird to think of using Perl to run something like this. Also, I really want to learn something new and out of all the languages that have tried to get my attention in the past number of years, none have gripped me and certainly none as much or as quickly as Erlang has.
I notice that Erlang already has a few web servers which can be used as well as lots of other freely available libraries. Amazon also uses Erlang behind the scenes for SimpleDB itself - no coincidence I'm sure. So overall, a culmination of wanting to do a project, use a massively scaleable architecture and learn a new language have all come together at exactly the same time.
So far, I'm really enjoying it. I have learnt a shedload already and I can feel a lot of information sinking into the old grey matter. At first, I looked at some of the syntax and just shook my head but as always, once you start, it just begins to make sense.
In reality, I've done a little bit of Lisp and Scheme in the dim and distant past and so far I haven't actually seen that much which is new to me (though I'm sure that's to come). Obviously Erlang borrowed heavily from Lisp though which helps me understand some of the weirder parts of the language. All the power that recursion, passing functions or returning functions from functions isn't phasing me since it's made sense to me for a while. Also, being able to build the language up is another helpful thing you get if you really need it.
(I've always said that Lisp is the next big language but not in it's current form. All the other languages are just re-implementing certain parts of Lisp as they see fit - 40 years late. Erlang has already done that AND put it inside a concurrent environment too.)
The fact that variables don't change kinda struck me as weird but again once you start making functions and calling them, you almost forget that you can't re-assign to variables any more - it's just not something you really want to do anyway (much like you don't use (let ...) much in Lisp). It's all about the functions!
One thing that is new to me is the whole message passing thing. I also cottoned onto the fact that objects and variables are replaced with processes and that's where all the magic is.
Already I have created libraries, functions with different arity, tail-recursive functions, played with tuples, retrieved a web-page (learning about receive) and even had my own chat room and simulated a number of users all talking to each other.
There seems to be a lot of really clever people doing Erlang at the moment and it's definitely a great time for it to flourish. Having huge resources like at Amazon AWS and multi-core processors getting constantly bigger, now is the time for a language to step up to the concurrency plate.
So all in all a very productive day. I think I have the basics of the language sorted - in reality there's not much there - but now I'll need to sit down and fully work through more of the other concepts it introduces.
It certainly needs a different thinking cap to anything else I've used and that's going to be both an interesting challenge and a bit of an adventure.
Labels: planet-geek, planet-catalyst, cop, aws, erlang
Inserted: 2008-03-03 00:12 (2 years ago)
After a short hiatus, caused mostly by the summer, I'm back to hacking Zaapt.
I'd forgotten how much fun it was too. I've done even more tidying up due to KiwiWriters being upgraded and I've fixed a number of things in both Zaapt and KW itself.
Once I've done a bit more on KW, I'll probably start on the work for v0.2 of Zaapt. That should be lots of fun too.
Labels: zaapt, kiwiwriters
Inserted: 2008-03-02 01:25 (2 years ago)