Tag: Tim Berners-Lee

Data, Death, and Reality Distortion Fields

CERN

Cool Picture Robert Scoble took of the CERN which has nothing at all to do with this post

Where’s Database Tech Headed?

This three part post starts with a simple discussion of databases and a tip of the hat from Fred Wilson to the Hacker News Community. The post discussed the link strength of HN for AVC (Fred’s blog) as well as the more important pooled intellectual attention (I keep coming back to HN for this). The database discussion Fred references, contrasts faster, simpler, column or indexed databases (key value store) versus the more powerful relational database options (SQL and the like). Commenters chime in to dissect the misinformation of the original post (No to SQL? Anti-database movement gains steam) and even non-techy readers can learn that the best database solution is likely one customized to the way users access the data (user behavior optimized databases). This was of particular interest to a project I’m working on which will have a user profile database and could potentially be very large. The lookup is easy enough for a key value store, but the strength lies gleaning trends and user patterns/clusters from the database. (more…)