Configurando
Just technical stuff. To save software and hardware configuration details that I'll probably forget someday. Maybe this can help someone else. Now I almost don't use it anymore, since delicious is a better place to save my bookmarks.
If you speak portuguese and like music, visit my site: Agenda do Samba & Choro.
quinta-feira, setembro 18, 2003
Summer reading list: good examples of python code
mailing thread about good exemples of enjoyable python code.
quarta-feira, setembro 17, 2003
Xemacs: configuring gnuserv
To have just one instance of XEmacs running and always opening new documents in it, put in the .xemacs/init.el file:
(require 'gnuserv)
(gnuserv-start)
(setq gnuserv-frame (selected-frame))
and configure gnuclient as your $EDITOR. (maybe an "alias xemac=gnuclient" ?)
Models of Attention in Computing and Communication: From Principles to Applications -- AUI Project Overview
terça-feira, setembro 16, 2003
The GNU Diffutils Manual - Comparing and Merging Files with GNU diff and patch (Paperback - ISBN 0-9541617-5-0)
segunda-feira, setembro 15, 2003
Code Secure
Code Secure: "HttpCookie cookie = new HttpCookie('Name', 'Michael'); cookie.Path = '/; HttpOnly'; Response.Cookies.Add(cookie);"
Crash Course in the C Standard Template Library
TopCoder | Features: "A Crash Course in the C Standard Template Library"
Dos and Don'ts of Client Authentication on the Web
SecureProgramming.com: "Dos and Don'ts of Client Authentication on the Web"
domingo, setembro 14, 2003
Power to the Edge: A new book by Dave Alberts and Richard Hayes - open sourced in its entirety by CCRP
Power to the Edge: A new book by Dave Alberts and Richard Hayes - open sourced in its entirety by CCRP. This book is truly a must-read for anyone interested in decentralization and the social and organizational relevance of shifting power to the edge, whether in a commercial or a defense context. As you read about the technology enablers of the edge, it'll become clear why products such as Groove - as COTS enablers of the fully-networked collaborative environment - have such immediate relevance to the defense community."