Hacker News new | ask | show | jobs
by rufus_foreman 1379 days ago
>> Ok, what do you think is more realistic for a term like 'cows', that there are only a few hundred references or that there are millions

final short maxReferencesWeAreGoingToDisplay = 400;

final short numDisplayedReferences = Math.min(totalReferencesWeFind, maxReferencesWeAreGoingToDisplay);

I'll send you a bill for my consulting services.

I estimate my consulting charges at about 10 cents an hour. There's a help page somewhere that tells how many orders of magnitude that estimate might be off by.