Kategorie: Tim’s Weblog
-
Dynamic Languages-ready for the next challenges, by design.
ActiveState’s David Ascher – Dynamic Languages-ready for the next challenges, by design: „The driving forces for the creation of each major dynamic language centered on making tasks easier for people, with raw computer performance a secondary concern. As the language implementations have matured, they have enabled programmers to build very efficient software, but that was…
-
Rasmus Lerdorf on PHP 5’s Object Orientation features
In a Technetra (India) interview, Rasmus explains where PHP 5’s additional OO features are coming from: „There were a lot of user requests for better Object Orientation in PHP. And a lot of the younger kids coming out of school these days want OO. Everything is Object Oriented. I’m old. In the computer science, Internet…
-
Oracle JDeveloper 10g PHP Extension
„The PHP Extension makes it easy to create, edit, and run PHP scripts in Oracle JDeveloper 10g.“
-
Great Hackers
Paul Graham on Great Hackers: „Productivity varies in any field, but there are few in which it varies so much. The variation between programmers is so great that it becomes a difference in kind. I don’t think this is something intrinsic to programming, though. In every field, technology magnifies differences in productivity. I think what’s…
-
Using Blogs in Business
Chapter 8 of the We Blog: Publishing Online with Weblogs book is a great read.
-
Efficiency can be lost on code snobs
Tom Yager at InfoWorld – Efficiency can be lost on code snobs: „At my local Ace hardware store, circular saws sit near the registers to tempt impulse buyers. When Ace sells you that saw, they’ve also got you for blades, safety glasses, and handy little accessories. But Ace isn’t the only beneficiary in this “sell…
-
Unix’s founding fathers: Dennis Ritchie
Economist.com’s tribute to Dennis Ritchie: „Linux is also the true heir of the Unix tradition in the sense that its development process is collaborative. Dr Pike says that the thing he misses most from the 1970s at Bell Labs was the terminal room. Because computers were rare at the time, people did not have them…
-
Trac
„At the core of Trac lies an integrated wiki and issue/bug database. Using wiki markup, all objects managed by Trac can directly link to other issues/bug reports, code changesets, documentation and files. […] Having a network of links between issues/bugs/tasks, code changes and wiki text makes the big-picture perspective of a project truly accessible at…
-
Creating Custom Email Queries
Robert Bernier at ONLamp.com – Creating Custom Email Queries: „In my last article on data mining email, I described how you could upload a Mozilla mailbox into a PostgreSQL database. With the email uploaded, I showed how to search through the email looking for text strings using both the standard SQL and PostgreSQL’s POSIX regular…
-
Vex – A Visual Editor for XML
„Vex is an editor for XML documents. The „visual“ part comes from the fact that Vex hides the raw XML tags from the user, providing instead a wordprocessor-like interface. Because of this, Vex is best suited for „document-style“ XML documents such as XHTML and DocBook rather than „data-style“ XML documents. Vex is released under the…