I forgot to feed my fear this morning
From Linux Weekly News is an interview at ONlamp with Guido van Rossum about Python-y stuff. It contains this funny quote, ``when he had his venture capital lined up he asked me out to California for an interview. My plan for that interview was to find out what was wrong with the company or the business plan and to use that to maintain my original decision. But, try as I might, I couldn't find anything wrong!`` - That happened to me, I went to an interview to be polite but I actually became interested, it was very lucky for me to have gone.#
Advice about User Interfaces, ``If I can't find it, it doesn't exist.``, from Don Park - ``FeedDemon could have been good, but it's UI sucks at the moment. It introduces metaphors without feedback nor justifications. On top of metaphors like Listing and Newspaper, it built too many menus and commands that looks all too similar.``#
Don Park also advises on the use of "Fast Web Services" - ``Faster performance could encourage finer-grained web services which amounts to fetching a document one word at a time. Even worse, fine-grained web services increases load on the server-side, not only on web servers, but application servers, database servers, and directory servers. This is one case where common sense differs from reality. While [there] are ways to avoid these problem, solutions require skills, experiences, resources, and mindshares not readily available in the Lazy Web. To best use Fast Web Services, consider it after design and implementation phase and either before or even after deployment so that your design don't end up with a built-in dependency and unavoidable waste and abuse stemming from the dependency.``#
Ted Leung has this comment from Daniel Friedman about what is possible with Lisp, the universal whipping boy , these days - ``Macros have come a long way from the early days of Lisp. Now, with hygiene, and with-syntax, syntax-case, etc., we see that macros are powerful enough to write sophisticated compilers. More importantly, the compiler can be written so that the expressions are not traversed by the code written by the macro writer. `` - I will have to read, the paper#
Kim has this gem, ``Test Driven Development (TDD) helps with Attention Deficit Disorder (ADD). If you get distracted and forget what you were working on, just run the tests and see where they break. Then go from there.`` - :)#
Via Tom Coates is an article about The Wooden Mirror - Wow.#
James Robertson writes that ``You know when software sucks when the user asks why did they even bother writing it?.``#
Go vote for Moxie in the Sexiest Female Blogger II Poll#
From Michael Feldman is a great quote from "Bill Richardson, the New Mexico governor and former energy secretary under President Clinton." - ``We're a superpower with a Third World grid``#
From Ben Hammersley is a note about his new book called "The Blogosphere and its asymmetric discontents" - ``I'm looking at the concept of Asymmetry in world today: asymmetric warfare, decentralized systems, terrorism and file-sharing, cascading failures and post-geographic economics and top-down versus bottom-up and so on.``#
Piers Cawley posts a review of Perl 6 Essentials - ``Perl 6 Essentials has had a somewhat mixed reception in various places. The major criticism (from those who have neither read it nor intend to read it) is along the lines of "Even by the most optimistic estimates, Perl 6 is at least a couple of years away, why do we need this book?" Well, yes, Perl 6 is at least a couple of years away, but Parrot (or something very like it) is here right now and it's supporting some 'real' programming languages, not just toys like BASIC and Python, it can even host Brainfuck and Befunge. If you want to start targetting Parrot, then this book is a great place to start.``#
From Just a Gwai Lo is a quote from The Salmon of Doubt - ``Logic comes afterwards. It's how we retrace our steps. It's being wise after the event. Before the event you have to be very silly.`` - Anything good is an accident!#
From Mac OS X Security News is this comment, ``Press totally missing the point about Ftp.gnu.org - FTP.GNU.org will replace all their code from trusted sources. This has nothing to do with the quality of security under Linux. Why does the press seem to think it does?`` - So highly visible deployments of Linux software having security problems doesn't have anything to do with the quality of security under Linux?#
Dave Winer changes some of the details of BloggerCon 2003 - ``Expanding the program into a second day, for Birds-Of-Feather meetings, where any member of the weblog communitity can participate, for $0.``#
Tony Pierce - ``when i knew that i was going to be coming to los angeles after high school, i imagined dating hot young blonde models, driving a convertible, and surfing on saturdays.``#
New Crypto-Gram - Bruce has a new book, Beyond Fear - ``This isn't a book about computer security; it's a book about security in general. In it I cover the entire spectrum of security, from the personal issues we face at home and in the office to the broad public policies implemented as part of the worldwide war on terrorism. With examples and anecdotes from history, sports, natural science, movies, and the evening news, I explain how security really works, how it fails, and how to make it effective.`` - Hidden information inside Word documents#