this post was submitted on 08 Aug 2024
1479 points (99.1% liked)

Programming

17238 readers
534 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

Friend who is not a software person sent me this tweet, which amused me as it did them. They asked if "runk" was real, which I assume not.

But what are some good examples of real ones like this? xz became famous for the hack of course, so i then read a bit about how important this compression algorithm is/was.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 29 points 2 months ago (3 children)

Git is not the only version control software out there, and not the first one either.

Facebook for example is famous for not using git. Because their own modified copy of mercurial fits their needs better.

Microsoft didn't use git until relatively recently either. They had to make some big contributions to make it work for their system.

[–] [email protected] 12 points 2 months ago (2 children)

Man, I remember ancient gmod addons released using (iirc) turtle svn so they could auto update. Was a wild time.

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

turtle svn

that's a name I've not heard in a long, long time.

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

That’s a name I’ve never heard before. I have heard of Tortoise SVN though.

[–] [email protected] 4 points 2 months ago

Meh, I knew what wizardbeard meant.

[–] [email protected] 3 points 2 months ago

Th devs at my current organization use turtle svn, but that seems to be more down to organizational politics combined with a misunderstanding that git is platform agnostic rather than anything based on merits

[–] [email protected] 4 points 2 months ago* (last edited 2 months ago) (1 children)

their own modified copy of mercurial fits their needs better

The version I heard was that hg people were way nicer to them and very much willing to help compared to git.

I feel like Linus got a taste of his own medicine dealing with Gtk and Gnome people while developing Subsurface and that caused them to switch to Qt.

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

IIRC it's both, sort of. They've contributed a lot to mercurial and, yes, that's largely thanks to mercurial folks being more open and receptive to their desired changes compared to git. But they also have internal tools that build on top of mercurial, tools that you're very unlikely to see used outside facebook projects.

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

That make sense mercurial is in python, building on top is easier than C that got is made from

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

I remember those days. I used mercurial and svn. And file locking in other solutions.

I'm so happy with git.