Anyone out there using Infiniband in production? I’m curious if this stuff is coming down in price when compared to 10gE. The switch costs for 10gE are just insane so I imagine Infiniband is in a similar situation. Another major advantage of Infiniband is the reduction in latency. Of course the Linux stack will almost [...]
Categories: linux
- Published:
- October 30, 2008 – 8:57 am
- Author:
- By admin
We have a number of other pending announcements of researchers building cool applications with Spinn3r but this one was just too awesome to hold back. Researchers at Cornell have developed a new memetracker (cleverly named MemeTracker) powered by Spinn3r. Jure Leskovec, Lars Backstrom and Jon Kleinberg (author of the HITS algorithm, among other things) built [...]
Categories: google,spinn3r
- Published:
- October 23, 2008 – 12:42 pm
- Author:
- By admin
Spinn3r is sponsoring the International Conference for Weblogs and Social Media this year with a snapshot of our index. The data set was designed for use by researchers to build cool and interesting applications with the data. Good research topics might include… link analysis social network extraction tracing the evolution of news blog search and [...]
Categories: crawler,spinn3r
- Published:
- October 21, 2008 – 8:33 am
- Author:
- By admin
A few months ago, when I was heads down finalizing the distributed database in Spinn3r, I was exceedingly curious about what other DBs are using for compression. GZip seems to be the obvious choice but its compression speed isn’t very good when compared to LZO. Your disks are almost certainly going to be bottlenecked on [...]
Categories: google
- Published:
- October 12, 2008 – 8:40 pm
- Author:
- By admin
Apparently, Linus has a new Intel drive he’s happy with: In contrast, the Intel SSD does about 8,500 4kB random writes per second. Yeah, that’s over eight thousand IOps on random write accesses with a relevant block size, rather than some silly and unrealistic contiguous write test. That’s what I call solid-state media. They are [...]
Categories: linux
- Published:
- October 9, 2008 – 5:41 pm
- Author:
- By admin
If Apple ships this I certainly plan on buying one:
Categories: apple
- Published:
- October 9, 2008 – 11:16 am
- Author:
- By admin
Google is showing Feedburner redirect URLs in their search results. They’re using the link: http://feeds.latimes.com/~r/topoftheticket/~3/408704356/palin-couric.html which is a Feedburner redirect URL which they use in RSS feeds to help in tracking. Google owns Feedburner so it’s a bit embarrassing that they’re making such an obvious mistake. This might be distorting the stats for the LA [...]
Categories: feedburner,google,rojo
- Published:
- October 2, 2008 – 2:28 pm
- Author:
- By admin
We’re migrating from MySQL 4.1.x to 5.0.x at work and one of the key features we need is the ability to freeze InnoDB and prevent it from writing to disk. We do this to aid in syncing masters and slaves and performing backups. Basically we freeze a master, copy the data to a new slave, [...]
Categories: mysql
- Published:
- October 2, 2008 – 10:30 am
- Author:
- By admin