Kategorie: Tim’s Weblog
-
Scaling Oracle and PHP
George Schlossnagle on Scaling Oracle and PHP: „Learn generic techniques and designs for writing manageable, scalable, and fast PHP code that directly relate to using Oracle Database.“
-
What WordPress Does Right
Lauren Wood – What WordPress Does Right: „So here’s Lauren’s Product Management 101, using WordPress as the example. It’s easy to find out what the software does It does what it claims to It looks like people still work on it There’s some hope of getting help with problems“
-
Taste for Makers
Paul Graham essay on Taste for Makers: „Relativism is fashionable at the moment, and that may hamper you from thinking about taste, even as yours grows. But if you come out of the closet and admit, at least to yourself, that there is such a thing as good and bad design, then you can start…
-
Workflow versus Process Automation
Martin Roberts on Workflow versus Process Automation: „When a Process fails where do you need to route the fault to? Normally a human – so why do most tools make this a cumbersome task? Why do these so called next generation tools find dealing with people such an alien idea? I believe the answer lies…
-
Why is Distributed so Hard?
Dale Asberry on the importancy of loose coupling – Why is Distributed so Hard?: „In some ways, marriage vows do a disservice to the richer subtleties in intimate human interaction. Namely, two people don’t come together to become one, they come together to become three! There will always be the self and the other. The…
-
Xapian
„Xapian is an Open Source Probabilistic Information Retrieval library, released under the GPL. It’s written in C , and bindings are under development to allow use from other languages (Perl, Python, and PHP are working; Java will be available shortly). Xapian is designed to be a highly adaptable toolkit to allow developers to easily add…
-
The Sum of Ant
Ken Arnold on the The Sum of Ant: „Ant is nothing more than the sum of its parts By this I mean that ant has not learned the basic power of composition, building things out smaller parts. This was the great insight that our Unix forbearers bequeathed us toolsmiths, and it’s pretty sad to see…
-
Amberfish
„Amberfish is general purpose text retrieval software. Its distinguishing features are indexing/search of semi-structured text (i.e. both free text and multiply nested fields), built-in support for XML documents using the Xerces library, structured queries allowing generalized field/tag paths, hierarchical result sets (XML only), automatic searching across multiple databases (allowing modular indexing), and relatively low memory…
-
Flamenco Search Interface
The Flamenco Search Interface: „We are creating a search interface framework, called Flamenco, whose primary design goal is to allow users to move through large information spaces in a flexible manner without feeling lost. A key property of the interface is the explicit exposure of hierarchical faceted metadata, both to guide the user toward possible…
-
Here is a How to Topic Maps, Sir!
Alexander Johannesen’s essay „Here is a How to Topic Maps, Sir!“: „The truth about relational databases is that they really are Topic Maps that are trying to get out. Think about what your RDBMS is trying to do; you have a lot of tables with information bits, and you create relations between them to represent…