Archive

Archive for December, 2006

Google’s GWT sample uses Yahoo Search API JSON abilities

Thursday, 21 December 2006 Leave a comment

It is an amazing sample. I guess it also proves Google should stop changing the SOAP API, to AJAX API (not that the easy way of AJAX API currently hurts) but should NOW provide output=json,xml in the URL (a REST way).

REST rocks for one more time, and even Google GWT developers know it (and even propose it) instead of their apis.

PS. and yeah… there is a way, but it is supposed to be secret

Categories: FLOSS, Google, Programming

Rotating the screen in Xorg/Nvidia

Wednesday, 13 December 2006 6 comments

cat /etc/X11/xorg.conf | grep Rand -B 5 -A 5

Section "Device"
Identifier "nvidia"
Driver "nvidia"
Option "NoLogo" "true" # AVOID LOGO [nvidia == idiots on this one]
Option "DPMS" "true" # well, good to have.. google it
Option "RandRRotation" "true" # for rotate to work
!EndSection

restart Xorg, then do:

xrandr -o left
or whatever suits you.

Categories: GNU/Linux

CLI Magic: Making HTML, manpages from plain text with AsciiDoc

Thursday, 7 December 2006 Leave a comment

AsciiDoc is a handy program that can produce formatted HTML documents and manpages from plain text files. With it, you can produce general purpose documents or specialized output such as mathematical formulae and musical notation. Read more

Categories: FLOSS, GNU/Linux, My Articles

A quotation I really enjoyed

Thursday, 7 December 2006 1 comment

I told my psychiatrist that everyone hates me. He said I was being ridiculous – everyone hasn’t met me yet.
- Rodney Dangerfield

Categories: Quotations

How to Think Like a Computer Scientist: Learning with Python

Saturday, 2 December 2006 Leave a comment

http://www.ibiblio.org/obp/thinkCSpy/ (NP: Coldplay – Fix You)

Categories: FLOSS, Programming, Python

Apache 2.2.x works great in Vista RTM

Saturday, 2 December 2006 1 comment

I installed as service (the recommended way) and it works.

I had to edit permissions so I could WRITE to httpd.conf file (and fill in the admin mail)

Categories: FLOSS, Windows
Follow

Get every new post delivered to your Inbox.

Join 189 other followers