this post was submitted on 15 Sep 2023
1603 points (98.7% liked)

Technology

58061 readers
31 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 262 points 1 year ago* (last edited 1 year ago) (6 children)

What a bunch of maroons. 99.9% chance someone else mirrored that git repo.

EDIT: And this is yet another reason everyone, everywhere, should immediately mirror any git repo for a project they are even remotely interested in.

github giveth, and github can (and does) taketh away. Say NO to centralized source management platforms -- exactly the antithesis of what git was designed for in the first place!

[–] [email protected] 77 points 1 year ago* (last edited 1 year ago) (1 children)

Say NO to centralized source management platforms

True, maybe, but in this case entirely pointless. If Unity didn't host their repo on git, they would've hosted it on their own solution. They would've been able to delete the repo just the same. Furthermore, if they hosted the solution on their own, it would've made it harder for others to mirror the repo. At least harder as git makes it.

[–] [email protected] 12 points 1 year ago

Fair enough... archive.is and other solutions then to capture their pages before/after changes.

[–] [email protected] 47 points 1 year ago (1 children)

github giveth, and github can (and does)

To be fair, this is a feature not a bug. The original creator is the one who taketh away.

[–] [email protected] 9 points 1 year ago

True, generally. Unless DMCA notices force github to taketh away for them... :) youtube-dl and others found out.

[–] [email protected] 9 points 1 year ago (1 children)

Say no to centralized platforms altogether. I don’t want to be that person, but things like these are exactly why open-source is (and should be) superior. It’s unfortunate that OSS has had so little traction in the end-user side of things

[–] [email protected] 7 points 1 year ago* (last edited 1 year ago)

That's changing, imo. For years, closed source software built by companies was just superior in I'd say 80% of cases (Image editing, DAWs, 3D graphics (remember, blender may be getting up their in age, but it only recently hit parity with other major softwares)

I feel like now I'm using more open source software than not, not out of a personal belief, but because it's actually better now than some of the closed source alternatives (price is not an issue with me, I'm gonna pirate whatever I want to use anyway)

I feel like it's hitting a wider audience, too, nowadays.

[–] [email protected] 6 points 1 year ago* (last edited 1 year ago) (1 children)

What's the point of having an outdated copy of the ToS? Unity did this just so that it's not so easy for everyone to see future changes.

[–] [email protected] 32 points 1 year ago (2 children)

Users are bound by the version of the terms they agree with when they start using the product. There may be a term that says ongoing usage when the terms change constitutes acceptance of a change.
Unity are trying to say they can make the change retroactively, but the 2022 (and prior) terms apparently included a clause saying that if future changes were detrimental to the user they could stay on old versions of the software and remain bound by the old terms. That's one angle Devs could use to tell them to get fucked There may be others.

[–] [email protected] 4 points 1 year ago

Ooooh, I understand now! That's fucked up, and that's so dumb of them.

[–] [email protected] 3 points 1 year ago

My question is how much support does Unity provide or need to provide to the old versions, or I guess any version. Will they still be usable a few years down the road?

[–] [email protected] 2 points 1 year ago (1 children)

Mirror a git repo? Do you understand how git works? You clone the repo, and it's effectively mirrored already, especially for something that doesn't change much.

If you want the commits updated, then put git pull in a daily cronjob. Boom! Mirror.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

True, every git pull is a 'mirror'. Bad phrasing on my part. I was thinking more of when I set up my local gogs instance to mirror an outside/upstream git (such as from github), which really is just their term for pulling again automatically every time upstream changes.

[–] [email protected] 2 points 1 year ago

I mean you're not wrong but also that's already done for us by the Wayback Machine.

But yeah this is major ignorant corporate Streisand-effecting. Basically openly admitting they don't care about the ethics of their company.