Live data from Hacker News

Developing When Your Computer is too Fast

dustin.github.com

31–32 of 32 posts

Re: Developing When Your Computer is too Fast

#31
post #23

What about developing or testing in a virtual machine?

VMs running on my box might not get a lot of CPU time, but will still get good IO performance.

It's going a bit beyond just simple performance, too. For example, I can add logging of reads on client network file descriptors like this:

https://github.com/dustin/labrea/blob/master/examples/lognet...

Re: Developing When Your Computer is too Fast

#32
post #18
post #17

Earlier quoted context omitted.

Bleh. It looks pretty useless without threading. EDIT: By threading, I mean conversation threading; this isn't a misplaced comment about the performance of La Brea.

I concur. I've never really found it useful.

It's useful in that it lets you know that there's a conversation going on somewhere else when you're looking at the comments on the page. It might be enough to say, ``active conversation as of x [unit of time] ago over here: [link]''
Post reply on HN