Thursday, 5 May 2005

Google Web Accelerator

Google Web AcceleratorGoogle has just launched their web accelerator product, which installed locally on your desktop, opens port localhost:9100 to listen to proxy requests, modify your web browser’s configuration to use a Proxy Auto-Config file downloaded from there, and then start optionally serving web pages from Google’s gigantic cache farm.

Continue Reading »

Category: General | 3 Comments

ESV Popup Javascript

Moved!

I have moved this project to my new programming/Internet blogESV Popup in Javascript.

About

ESV Popup is a Javascript you can use on your website that creates a small popup frame to display Bible verses from the English Standard Version Bible, using Javascript Syndication provided by the nice guys from Good News Publisher/Crossway Bibles.

Wednesday, 4 May 2005

Revolution the cheapest?

I have received a promotional email today (read “opt-in spams”) on one of the latest mobile phone reseller in Australia, I nearly jumped for joy. Revolution Telecom, who claims to have Australia’s cheapest pre-paid mobile SIM, is reselling Vodafone’s network, and has the following offer:

Continue Reading »

Category: Life | 7 Comments
Tuesday, 3 May 2005
Monday, 2 May 2005

feed2html.py feed-to-HTML converter in Python

About

feed2html.py is an open source/free source command line tool that takes a RSS/RDF/Atom news feed, and converts it into HTML documents (or other text documents using templates). It is developed in Python (2.3+ required), and it requires the universal feed parser to be installed separately. It can take input from an URL, a local file or from standard input, and can write the output to a local file or standard output. It has a built in template engine to allow customisation of the resulting HTML. feed2html.py can also be invoked from the web server as a CGI application.

feed2html.py should run whereever Python does. It is released as a free software using Python Software Foundation License.

Continue Reading »

Category: General | 4 Comments
Friday, 29 April 2005
Wednesday, 27 April 2005
Tuesday, 26 April 2005

Selling my Psion 5mx

Updated 2 May 2005: It is SOLD, for a mere $130 Australian dollar. Not as much as I like, but well, everyone finds a bargain on eBays…

It is probably going to be my very last entry on Psion. Not that I have written much in the past. As of Psion, nothing has really happened on the hardware side over the past years, even though Symbian is now dominating the mobile phone operating system market. Moreover, I am selling my beloved Psion Series 5mx on eBay. This little beauty has been sitting inside my drawer unattended for the last 12 months, and I don’t think I will be using it anymore, so I thought I might as well sell it.

Continue Reading »

Category: General | 1 Comment
Friday, 22 April 2005

Blog Spams and WordPress

Today I just realised that WordPress does not actually delete the incoming comment/trackback, but instead obliviously inserts them into the database with “approved” field marked as “spam”. Yes – every single comment, that has been categorised as spam, is still stored inside my WordPress database, even though I have never received any notification, nor is there a way to revert them back to legitimate comments. And I am backing all of them up when I run the mysqldump in cron jobs everyday!! Aargh!

And looking at the comments stored, my signal-noise ratio is current at 1:7.2. That’s right, by the time you typed up a comment to reply to this meaningless blog entry, 7.2 comment spams are blocked by the WordPress comment blacklist, which by default looks at

  1. Whether comment/author/url/etc contains character reference (&#<number>;), which is an often-used tactic by the spammers.
  2. Whether any blacklist word matches.
  3. Whether the client is listed as an open proxy by opm.blitzed.org.

The combination works pretty good so far, as I rarely receive comment spams. FOCUSer.net has a SNR of 1:14.9, but it still suffered badly as I have to manually update its blacklist everyday to catch the latest spam words. I guess MT is just more heavily attacked.

Category: General | 3 Comments
Wednesday, 20 April 2005

DELL E1905FP at work

Dell E1905FP UltraSharp New toy at work! Dell E1905FP UltraSharpTM 19 inch LCD monitor right in front of my desk, and this thing is massive. Oh well, some developers got two for dual display, and that is spelt MASSIVE. I am hooking it up to my Dell Latitude D600, and its 14″ screen is small, dim, lack of contrast, and a little bit too sharp for my eyes. After working with our new E1905FP for a few hours in the afternoon (mostly coding inside Vim under SSH sessions), here is my initial impression:

  • Oh, so big :)
  • Very bright. Factory default for brightness is 100, and I have to drop it to 75 to avoid being blinded by its glare (no, only kidding).
  • Very dark. Actually, the correct word is very high contrast. You’ll never find pitch darkness in LCD monitors, but this one is very close.
  • Not as sharp as I like. It might be because I am running it on D-Sub instead of DVI. The resolution (1280×1024) is also no comparison to my notebook’s (1400×1050). But the text is clear enough for coding all day.

I am still getting used to looking at two monitors with very different characteristics at the same time…

Category: Technology | 0 Comment
Tuesday, 19 April 2005