dbuthay's comments

dbuthay | 13 years ago | on: Ask HN: Finding a tiny Linux server

it actually supports k2.6 since 2010. It runs on some of the newest Asus routers, so I wouldn't say those are obsolete.

Still, it is kind of a hack.

dbuthay | 14 years ago | on: Pipe Viewer

It's amazingly useful to have realtime throughput rates

tail -f query.log | pv -tri 1 > /dev/null

dbuthay | 14 years ago | on: Enough with whiteboard coding interviews

I think both are OK. Personally, I like whiteboards to outline solutions. A sheet of paper may serve the same purpose.

Once I decided how to solve the problem, vim comes in handy :)

dbuthay | 15 years ago | on: How I wrote a Twitter timeline search app in two days

probably they didn't do it because it takes too many resources to have a separate index for every user.

I thought about adding Facebook status updates to the index. If people start asking for it, I'll consider doing it.

dbuthay | 15 years ago | on: How I wrote a Twitter timeline search app in two days

What you see on your timeline at the time you sign up is indexed right away. After that, the app gets all your tweets and those from who you follow. As twitter has an hourly limit for API calls, it may take some time to index your friends history.

It depends on how many friends you have and how much they tweet

dbuthay | 15 years ago | on: Ask HN: feedback on my app - search your Twitter timeline

I'm fetching your timeline, you friends timelines, and indexing them with IndexTank.

It's incremental, so it may take a while. There's a limited number of allowed twitter API calls per hour, so in case you have lots of friends it'll take some time to have them all indexed.

About the status, there's a status bar on the upper right corner.

page 1