Hacker News new | ask | show | jobs
by mgkimsal 2082 days ago
> Though I remember cingular offering 7pm as the unlimited time if you paid an extra fee

I also seem to remember that if you started a call at (for example) 6:59pm, and it lasted an hour, all 60 minutes were "premium" minutes, not 1 "premium" and 59 "free/unlimited".

3 comments

There was also the trick where "nights and weekends" minutes would start later and later. Initially they were so you werent doing long business calls on them. "Free Night" minutes would start at 5:30pm, then crept to 6pm then to 6:30pm and eventually to 7pm
That just sounds like lazy programming becoming a feature for the chief revenue officer ;)

Call call = new Call(timestamp);

String hour = call.getHour();

if (hour < 19 hour && hour > 6) call.setRate("Premium"); //military time

If you started a call at 5:59 AM (or whenever it was) would the entire call be discounted?
LOL that would be like AOL in the 90s when people would log on and not log off...because it was so busy and because there was unlimited use pricing.
somehow I doubt it. I don't remember, but I strongly doubt it.

this would have been 'revenue maximization', much like banks that will order your check deposits and outgoings to maximize any fees for bounced checks. Process the outgoings first, so if there's any fees to be had, you can rake 'em in.