Live data from Hacker News

Jokes and Humour in the Public Android API

voxelmanip.se

81–90 of 172 posts

Re: Jokes and Humour in the Public Android API

#81

Earlier quoted context omitted.

Live a little. When you've passed away, was all the seriousness paid off? That said, funny code should still work

Who cares what happens after you’ve passed away. You’re dead.

Who cares what happens after you’ve passed away.

Every single person who isn't you.

You are aware there are other people besides you, right?

Re: Jokes and Humour in the Public Android API

#82

Earlier quoted context omitted.

Only the things that remain of you after death really matter, everything else will have gone completely then anyway.

No, even those don’t matter. You’re dead.

There are other people in the world.

Similar to not caring at all about the rest of society when you're alive, not caring at all about the rest of society when you're dead makes for a shitty society. You are not the world, there is an external reality (with people in it!), and you have obligations to it. I'm not a religious person, but it seems to me that religion helps or used to help with such things.

Re: Jokes and Humour in the Public Android API

#83

Earlier quoted context omitted.

Who cares what happens after you’ve passed away. You’re dead.

Who cares what happens after you’ve passed away. Every single person who isn't you. You are aware there are other people besides you, right?

The original comment said about doing it for yourself.

Re: Jokes and Humour in the Public Android API

#84
post #56

Earlier quoted context omitted.

if "divide by cucumber" is a unique string in the code base, then yes?

Right. And how many of those can your brain fit?

Doesn’t matter. The important thing is that I can look them up or resolve them easily. Without looking it up can you tell me the difference between HTTP 451 and 510? If not they’re no more useful than I’m a teapot. But I can identify both of those uniquely and figure out where they’re coming from.

Re: Jokes and Humour in the Public Android API

#85

Earlier quoted context omitted.

Who cares what happens after you’ve passed away. Every single person who isn't you. You are aware there are other people besides you, right?

The original comment said about doing it for yourself.

The point stands.

Re: Jokes and Humour in the Public Android API

#86
post #46

The ` ` tag was an official part of early HTML standard, until teenagers showed up online and sanity prevailed. I suspect this could have been there to maintain compatibility with older webpages.

This blink is in a specific UI XML dialect, not HTML.

True, it has never been in an HTML standard, however it was definitely a documented part of early HTML.

The blink element was in Netscape Navigator's HTML dialect in 1993/94, when early HTML was still just hitting IETF RFCs / DRAFTs, you can find blink in the Netscape HTML developer documentation from just after that era, DevEdge. It was never in NCSA Mosaic, the other big GUI browser of the era.

Later on in the process of being standardized, when it was more W3C than IETF albeit still mainly the same people, Netscape agreed to drop blink from the proposals if Microsoft dropped marquee, so in that sense yes, it was never in a standardized version of HTML, but many tags in active use at the time were never in a standards doc.

See here https://www.w3.org/People/Raggett/book4/ch02.html for some history from w3c, who went on to become the formal custodians of HTML after the IETF days.

Edit: here's the earliest Netscape Developer Docs I can see on archive.org https://web.archive.org/web/19961115043739/http://developer....

Re: Jokes and Humour in the Public Android API

#87

Earlier quoted context omitted.

I agree with you. The dinosaur game in Chrome is the classic example; turned off because schools threatened to not buy Chromebooks if kids could play a game in the browser. At least it seems to be a setting now, so your individual locality can decide if fun is allowed.

That’s quite different from what we’re talking about though. That’s adding games or fun into your product whereas in this specific sub-thread we’re talking about naming code concepts (functions, classes, variables, enums, etc) funny things.

When you’re building an API, it is your product.

Re: Jokes and Humour in the Public Android API

#89
post #84

Earlier quoted context omitted.

Right. And how many of those can your brain fit?

Doesn’t matter. The important thing is that I can look them up or resolve them easily. Without looking it up can you tell me the difference between HTTP 451 and 510? If not they’re no more useful than I’m a teapot. But I can identify both of those uniquely and figure out where they’re coming from.

You can remember some of those by heart. Everybody knows what 404 means nowadays.

451 is also a bit whimsical btw – and that actually helps remember what it stands for (Unavailable For Legal Reasons).

Re: Jokes and Humour in the Public Android API

#90
For many years at FB, suffixing dangerous or really-deprecated tokens with `_DO_NOT_USE_OR_YOU_WILL_BE_FIRED` was the standard. Everyone[^1] was in on the joke.

In the middle of the pandemic when ~50% of the workforce had started post-2020, it and other things became complaints for causing fear/uncertainty. We didn't do the best job on-boarding remote people and making them feel part of the culture at that time.

[^1]: It was a big company so this statement could only be true in the circles I had access to.

Post reply on HN