There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

programmerhumor

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

Presi300 , in Little bobby Fortran
@Presi300@lemmy.world avatar

Yk, you can make fun of old programming languages but the average job offer with one of them is.

Needs to know fortran/cobol

Pay: 8000€/month + benefits and unlimited sick days

Compared to the average web dev job offer:

Needs to know react, redux, angular, PHP (for managing legacy codebases) with 5+ years of experience, needs to be affluent in at least 3 languages and must have a master’s degree in computer science.

Pay: 1500€/month

Kache ,

That’s only because the former already implies much of the latter, so they don’t need to repeat it

konalt , in Companies updating their websites
@konalt@lemmy.world avatar

document.querySelector(‘span#copyright_year’).innerText = new Date().getFullYear()

bleistift2 OP , (edited )

No need to specify the tag name in the selector if you’re going to use an ID anyway.

FooBarrington ,

Right - it should have been:

document.querySelectorAll(‘span#copyright_year’).forEach((el) => { el.innerText = new Date().getFullYear() })

so that we update all spans with that ID!

bleistift2 OP ,

So true and yet so hurtful.

collapse_already , in Companies updating their websites

The one thing that consistently gets caught in code reviews in my shop is a failure to update a copyright date. I have been tempted to submit clearly crap code just to see if anyone actually is paying attention.

zebbedi ,

Unless you’re renewing your copywrite every year, changing the date every year is wrong. You list the date it was copywrited, not the current year.

collapse_already ,

We add the current year to the copyright dates, the current updates are protected from the time of authorship. So if the copyright says, 2012, 2014, 2022; I would add a 2024. The commit records can be used to determine what was changed each instance, but the update provides notice of when changes were made.

Discerning what is protectable creative expression versus functional and therfore unprotected is an issue for the courts.

ramirezmike , in Companies updating their websites

My understanding is you don’t actually need to update the copyright year… if anything it’s kinda misleading if you only have the current year

zebbedi ,

You don’t. It’s the year it was copywrited, not the current year.

litchralee , in Companies updating their websites

I’m not any type of lawyer, especially not a copyright lawyer, though I’ve been informed that the point of having the copyright date is to mark when the work (book, website, photo, etc) was produced and when last edited. Both aspects are important, since the original date is when the copyright clock starts counting, and having it further in the past is useful to prove infringement that occurs later.

Likewise, each update to the work imbues a new copyright on just the updated parts, which starts its own clock, and is again useful to prosecute infringement.

As a result, updating the copyright date is not an exercise of writing today’s year. But rather, it’s adding years to a list, compressing as needed, but never removing any years. For example, if a work was created in 2012 and updated in 2013, 2015, 2016, 2017, and 2022, the copyright date could look like:

© 2012, 2013, 2015-2017, 2022

To be clear, I’m not terribly concerned with whether large, institutional copyright holders are able to effectively litigate their IP holdings. Rather, this is advice for small producers of works, like freelancers or folks hosting their own blog. In the age of AI, copyright abuse against small players is now rampant, and a copyright date that is always the current year is ammunition for an AI company’s lawyer to argue that they didn’t plagiarize your work, because your work has a date that came after when they trained their models.

Not that the copyright date is wholly dispositive, but it makes clear from the get-go when a work came unto copyright protection.

DeaDvey ,

If a work is updated every year between 2020 and 2024 (2020,2021,2022,2023,2024) would it be valid to write 2020-2024?

litchralee ,

If there were changes in 2020 to 2024 inclusive, then yes, I’d write it as 2020-2024. But if not inclusive, then I’d write 2021-2023.

DeaDvey ,

Thank you.

devfuuu , (edited ) in Companies updating their websites

There’s some good info out there from the good people that know how things should work that created the reuse tool - reuse.software - and basically the conclusion is that nobody should be updating the years on the copyright line just because it’s a new year. The only useful info and what should be done is put the year when the file is created and that’s it.

Edit: took me a while to find the proper thing I wanted to link - …suklje.name/how-and-why-to-properly-write-copyri…

Had to go first to the recent curl blog where the author wants to go the weird way of not having useful info at all on the files.

NigelFrobisher , in Little bobby Fortran

Imagine calling your kid KnockoutJS.

bolexforsoup , in Lifehack

Ruined it for everyone

jsomae ,

This is a valid form of protest

bolexforsoup ,

Only if it’s an official act!

BakedCatboy , in Lifehack

Somebody should make an api shim that proxies openapi compatible requests to this. And since Microsoft is forcing copilot on windows 10 they’re on the shit list too. Load balance all the AI workloads onto both of them through API adapters.

BartyDeCanter , in Lifehack

I just tried it and it actually works! 🤣

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • [email protected]
  • lifeLocal
  • goranko
  • All magazines