Meme transcription [Kid drowning in pool]

In the background a person plays with a kid in the pool. The person is labeled “Companies updating their website”. The kid is labeled “The company logo”.

In the foreground a kid seems to be drowning. It is labeled “Useful information”.

In a second panel a skeleton sits at the bottom of the pool. It is labeled “The copyright year”

31 points

When they don’t update it, im legally allowed to go into the inspect elements and copy all the code.

permalink
report
reply
1 point

view-source:https://url for easy copying.

permalink
report
parent
reply
22 points

Tangentially related, I remember at one of my jobs being tasked (several years in a row) with updating the copyright year in all our source files’ headers.

permalink
report
reply
4 points

it’s probably a red flag if your website can’t do currentYear() in the footer.

permalink
report
parent
reply
12 points

that’s actually an anti-pattern. the purpose if a copyright notice is not to declare the current year to each visitor, fyi.

permalink
report
parent
reply
0 points

Yes, it’s actually to notify people who aren’t part of countries with membership to the WTO of the first available year of public declaration of distribution without restriction, however, putting “1997” on your website makes it look old so people put current year to make it look new.

It’s only legally distinct in Aruba, Eritrea, Kiribati, Micronesia, North Korea etc… so it’s almost entirely useless.

I meant it’s a red flag if someone can’t spin up the code and is making an intern change it by hand every year.

permalink
report
parent
reply
1 point

Well it wasn’t a website, for what it’s worth.

permalink
report
parent
reply
5 points

Or have a single general footer that they all refer to.

permalink
report
parent
reply
39 points

I thought everyone does <?php echo date("Y"); ?>

permalink
report
reply
17 points

Well, everyone who’s coding their websites is, yeah. Seeing how almost 10% of all websites use Elementor now and are built by people without an understanding of coding concepts, there are probably plenty of websites that don’t output their copyright year dynamically.

permalink
report
parent
reply
3 points

Elementor has this feature, though.

permalink
report
parent
reply
21 points

No no, we do

time_t t = time(NULL);
struct tm tm = *localtime(&t);
tm.tm_year + 1900;

Everyone writes their web server in plain C, right?

permalink
report
parent
reply
4 points

The cool thing to do now is to write it in Rust, only using the standard library.

permalink
report
parent
reply
2 points

And I hate it. Nice concept, but I don’t like neither, the language nor compiler.

permalink
report
parent
reply
11 points

that’s where date('Y') comes in

permalink
report
reply
11 points

Year of the tiddies

permalink
report
parent
reply
6 points

I read this as boobs.

permalink
report
parent
reply
3 points

Is that your date?

permalink
report
parent
reply
45 points

At least in Europe the year after the copyright statement has no meaning, and even the copyright statement itself is useless. Since if not stated otherwise, no rights are granted by default.

permalink
report
reply
21 points

Indeed. Yet every webpage ever has an outdated copyright year.

permalink
report
parent
reply
22 points

[checks personal website]

Yes, shame on them!

permalink
report
parent
reply

Programmer Humor

!programmer_humor@programming.dev

Create post

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

  • Keep content in english
  • No advertisements
  • Posts must be related to programming or programmer topics

Community stats

  • 2K

    Monthly active users

  • 861

    Posts

  • 14K

    Comments