Live data from Hacker News

Happy Programmers' Day

en.wikipedia.org

51–60 of 67 posts

Re: Happy Programmers' Day

#52

The apostrophe is in the wrong spot; it should be Programmers' Day . https://en.wikipedia.org/wiki/Programmers%27_Day

    o = (function() {
            p = 'programmer';
            d = 'day';
            h = 'Happy';
            r =  Math.floor((Math.random()*10000));
            (r % 2 === 0)?ap="'s":ap="s'";
            return h + ' ' + p + ap + ' ' + d;
        });
    o();
awaits correction

Re: Happy Programmers' Day

#54

The apostrophe is in the wrong spot; it should be Programmers' Day . https://en.wikipedia.org/wiki/Programmers%27_Day

Incorrect. The apostrophe is only after the possessive if the thing it's owning is plural in addition to the possessive. Day is not plural.

... what? Where did that grammar rule come from?

Re: Happy Programmers' Day

#57
post #35
post #29

Born on Programmers' Day, I feel like the night I was born, a falling star killed the village elder.

Surely in a time where Programmers' Day has any meaning, the status of village elders has somewhat passed.

I was hoping someone would get the ADOM reference.

Re: Happy Programmers' Day

#59

The apostrophe is in the wrong spot; it should be Programmers' Day . https://en.wikipedia.org/wiki/Programmers%27_Day

Incorrect. The apostrophe is only after the possessive if the thing it's owning is plural in addition to the possessive. Day is not plural.

http://www.grammarbook.com/punctuation/apostro.asp

See rule #4

Re: Happy Programmers' Day

#60

What is the point in having such _days_? Consequently, shouldn't we also have a Scientists' day, an Actors' day, a Plumbers' day, blah blah? Everyone has a place in the universe. All we have to do is never to forget our true calling.

Those days do exist, eg. Plumber's Day is April 25th.

They are taken about as seriously as Programmer's Day in most of the world (ie. not much, most people have no idea they exist, even people in that profession).

Post reply on HN