HN Hall of Fame Weekly email

Why does man print "gimme gimme gimme" at 00:30? (2017)

unix.stackexchange.com Essays & writing Forum discussions Software engineering Class of 2021-07 Hall of Fame
Screenshot of unix.stackexchange.com captured 2026-07-20
Page preview · captured 2026-07-20

Resurfaced independently across 4 calendar years, with breakout response in 3 of them.

submissions
6
submitters
6
observed span
2017–2024
peak thread · 409 comments
1058 pts
latest 20+ return · 2024-10-04
1058 pts

Submission timeline

2007–2026

One slot for every year since HN launched. Height is that year's peak points; orange marks a 100+ point or 50+ comment breakout. Select a bar to open its strongest thread.

First comments on top threads

HN comment order

Sorry time: years ago I worked on a telemedicine web app before telemedicine was nearly as popular as it is today. Part of the application had patients filling out questionnaires online to show answers to the doctors. We were onboarding different parts of a large healthcare system throughout all this (cardio, GI, etc.) and each had questionnaires that required different logic for when and how to display the questions, so the application had a fairly powerful system for driving the…

I think people here need to lighten up. I know we are all programmers, and we are sometimes portrayed as snobby and entitled, but we don't have to live up to those stereotypes. I understand it's frustrating when a tool you use is expected to work a certain way and it doesn't. I understand it's even more frustrating when the output could change depending on the time of day. That doesn't mean it is our place to gang up on…

craigc·560-point thread·

There's some nice examples of something I've noticed - where you have a very clear issue and people pick away at stuff that's orthogonal to the issue and won't resolve anything. The question is clear, "gimme gimme gimme" is printed to stderr, it's not expected and we'd like to know why ... but there's comments like: - "Why does your test script call man where it should fail?" - "why do you need to do a 'man -w' every minutes?"…

smcl·413-point thread·

Here's the commit from 2011: http://git.savannah.nongnu.org/cgit/man-db.git/commit/src/ma... 1 files changed, 9 insertions, 1 deletions diff --git a/src/man.c b/src/man.c index 1978329..48af3c0 100644 --- a/src/man.c +++ b/src/man.c @@ -1154,8 +1154,16 @@ int main (int argc, char *argv[]) debug ("\nusing %s as pager\n", pager); - if (first_arg == argc) + if (first_arg == argc) { + /* http://twitter.com/#!/marnanel/status/132280557190119424 */ + time_t now = time (NULL); + struct tm *localnow = localtime (&now); +…

The first top-level comment from each of the four biggest threads, in HN’s own order. Excerpts are shortened; open a comment for full context.

Breakout years
3

100+ points or 50+ comments

Total points
2041

reference only — not used in Hall rules or ranking

Total comments
780

reference only — not used in Hall rules or ranking

Every submission

DateTitle as submittedByPointsComments
2017-11-20Why does man print “gimme gimme gimme” at 00:30?jlardinois41
2017-11-21Why does man print “gimme gimme gimme” at 00:30?First breakoutisp560159
2019-06-03Why does man print “gimme gimme gimme” at 00:30?lumisota20
2019-12-30Why does man print “gimme gimme gimme” at 00:30?colinprince40
2021-07-29Why does man print “gimme gimme gimme” at 00:30? (2017)Hall inductionyankcrime413211
2024-10-04Why does man print "gimme gimme gimme" at 00:30? (2017)Best thread · Latest 20+ point returnjamesy0ung1058409