interesting background, though much has since changed
- Mike Chelen
It's true, much has changed, but not necessarily for the better. Pulseaudio _promises_ to fix various issues and become the standard Linux sound server ... but at the moment it's still a source of grief for many Ubuntu users (myself included). I've followed the evolution of Linux sound as an end-user since the OSS-only days, waiting, hoping, that it will stabilize - it hasn't happened yet. Linux distros seem to get lots of things right, and so it's puzzling why sound has been so consistently stuffed up.
- Andrew Perry
Called the “Plain Preferred Term Sheet,” the document (embedded below) was inspired by a recent debate sparked by entrepreneur Chris Dixon (co-founder of Hunch) and investor Fred Wilson, who have been seeking a way to simplify the complicated provisions that have crept into the average term sheet.
- Tracy
from Bookmarklet
"As researchers rush to commercialize printable batteries that pattern organic semiconductors onto paper-thin, flexible substrates, a German team claims to be on-track for a 2010 product launch. "
- Tracy
from Bookmarklet
A common concern with the current crop of Solid State Drives is the performance penalty associated with block-rewriting. The flash memory used on today's SSDs is comprised of cells that usually contain 4KB pages that are arranged in blocks of 512KB. When a cell is unused, data can be written to it relatively quickly. But if a cell already contains some data--no matter how little, even if it fills only a single page in the block--the entire block must be re-written.
- Tracy
from Bookmarklet
I've solved a lot of bugs while sleeping. Now I just need a REM nap room at the office.
- Tracy
from Bookmarklet
"This method does not actually erase the data in the buffer, but it is named as if it did because it will most often be used in situations in which that might as well be the case." WTF?!
"In a number of tests, we observed that our indexing scheme can answer range queries tens of times faster than the well-known indexing schemes."
- Tracy
from Bookmarklet
Using bitmap indices, range queries can be answered with bitwise logical operations. Since bitwise logical operations are generally very well supported by computer hardware, uncompressed bitmaps involving relatively smaller number of bitmaps can be efficiently answered. In most scientific applications, the number of bitmaps in a bitmap index is typically large, say more than 1000. This...
more...
- Tracy
"Instead, invest the additional time in crafting a broader suite of web services that access data in ways that are most commonly used, so that the smallest possible payload can be returned." Minimization of payload size is not the only variable. Don't forget latency. Depending on response size, a denormalized response that doesn't require additional calls may be better. The best policy: It depends...
- Tracy
twtr_gt_nthg_on_rrd rrd_format.h:#define DS_NAM_FMT "%19[a-zA-Z0-9_-]"
rrd_format.h:#define DS_NAM_SIZE 20
I feel a disturbance in the source!