Linus has moved Linux to GitHub.
Author Archives: Jay Jay
How does “this” keyword work within a JavaScript object literal?
Found this article today, How does “this” keyword work within a JavaScript object literal?. It describes various ways of calling a function in javascript, and explains what the ‘this’ context will be in each case.
IS META
Programmers’ Club
Due to my blatant SEO hacking ProgClub has finally made it to page 3 of search results for programmers’ club. Go team! :)
ProgClub aspires to be *the* Programmers’ Club. So first we get page 3, then we get page 1, then we get first result. Sound like a good plan?
You can help by blogging about ProgClub or linking to our Programmers’ Club page from your blog or your web-site. The text of your link should be “Programmers’ Club”, and you should link to the http://www.progclub.org/wiki/Programmers’_Club page.
p.s. We’re on page 2 for good programmers’ club and we’re on page 2 for the programmers’ club (page 1 in Australia: the programmers’ club).
p.p.s. I posted some more information on how I went about the SEO process.
p.p.p.s. I followed up with some more commentary about the best way to link to ProgClub.
Chillin’ with the bots
It’s just me, the Googlebot and the Baidu spider chillin’ at ProgClub tonight.
I wish more people were involved with ProgClub. We’re ready for so much more. Patience isn’t really a virtue of mine. :P
10 AJAX Webmail clients
Found this article today: 10 AJAX-based & PHP WebMail Clients For a Great User Experience. Installed Roundcube at ProgClub, might install SquirrelMail later too.
42
I posted to the talk page on Wikipedia regarding phrases from Hitchhiker’s Guide to the Galaxy, and said:
I think that Adams was saying that the answer to the Ultimate Question of Life, the Universe, and Everything is that it’s “for two”. Life’s not much if you’re not sharing it with someone. I think he wanted you to figure this out for yourself, which is why he denied the number had any significance. He was a genius.
jj5 (talk) 04:18, 1 September 2011 (UTC)
I have the feeling that some shmuck is going to end up deleting my comment though, so figured I’d post it over here on my blog where it will be safe from deletion.
That Adams’s quote lends itself so readily to this profound interpretation I think is testament to the fact that he intended it, even if he did deny it. If it’s a coincidence, it is a remarkable and beautiful one.
MediaWiki sortable tables
A pretty nifty feature of MediaWiki tables is the class=”wikitable sortable” specification. Adding the ‘sortable’ class automatically makes the table sortable. Handy!
I’ve updated our Members table as well as a few other tables on the wiki to use the ‘sortable’ feature.
Free software licenses
I was doing some research about free software licenses as a part of developing ProgClub’s terms and conditions, and found this list of free software licenses from the FSF, and the same list of FSF approved software licenses on Wikipedia. I noticed the cool table sorting facility they have on the Wikipedia page, and wonder if that’s built in to MediaWiki..? It would be cool if it only required a class specification to have it work like that.
Python string formatting
I’m working through Zed Shaw’s Learn Python The Hard Way, and I’m up to exercise 5. Doing the extra credit 3 involved searching online for Python format strings, and I found that there is the old way, which is presumably what Shaw wanted me to find, and also the new way in which a new scheme for string formatting is provided.
