this post was submitted on 08 Aug 2024
20 points (100.0% liked)

Programming

22274 readers
506 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 !webdev@programming.dev



founded 2 years 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
[–] angelmountain@feddit.nl 2 points 1 year ago (2 children)

Git, by Linus? Maybe even linux itself? Ok actually Linus might just be Steve Wozniak without an annoying Steve Jobs guy next to him, while actually being a lot bigger than Apple maybe?

[–] echodot@feddit.uk 1 points 1 year ago (4 children)

It's really hard to imagine a world without Git. If it hadn't been invented I think it would have been necessary to create it it's one of those things that's hard to imagine and then impossible to work out how you can survive without it.

Yet the vast majority of the world probably don't even know what it is, and wouldn't even understand it if it was explained to them.

[–] UnderpantsWeevil@lemmy.world 3 points 1 year ago

t’s really hard to imagine a world without Git

I've lived it.

  • CriticalFile.vbs
  • CriticalFile.V2.vbs
  • CripicalFile.V2.5.vbs
  • CriticalFile.DONOTEDIT.txt
  • _Old.CriticalFile.aspx
  • LinkToCriticalFilesFold.lnk
  • GuideToDeploying.CriticalFliles.doc
  • CritFil.bat
[–] calcopiritus@lemmy.world 1 points 1 year 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.

[–] mesamunefire@lemmy.world 1 points 10 months ago

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

I'm so happy with git.

[–] refalo@programming.dev 1 points 1 year ago* (last edited 1 year ago)

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.

[–] wizardbeard@lemmy.dbzer0.com 0 points 1 year ago (2 children)

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

[–] Trainguyrom@reddthat.com 1 points 1 year 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

[–] _stranger_@lemmy.world 0 points 1 year ago (1 children)

turtle svn

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

[–] uin@lemmy.world 0 points 1 year ago (1 children)

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

[–] _stranger_@lemmy.world 1 points 1 year ago

Meh, I knew what wizardbeard meant.

[–] marcos@lemmy.world 1 points 1 year ago

Everybody would use Mercurial, since Fossil completely lost the race, and both Subversion and CVS are unfit for today's needs.

What is too bad, because Fossil would be much more productive than Git or Mercurial if the software just finished running at all; and Mercurial is way easier to learn than Git.

[–] Jarix@lemmy.world 1 points 1 year ago

Really easy to imagine that world to most people. Like me. Who inspite of using computers since my 386sx family pc, never got into software engineering.

I understand a little about it, but its just a name of a thing i dont know how to use lol

I just find it funny how its a kind of ignorance(for entirely understandable reasons)is bliss situation to me, but a horror to those who use it

[–] JackbyDev@programming.dev 0 points 1 year ago (1 children)

Git has tons of contributors though.

[–] mke@lemmy.world 1 points 1 year ago

Yeah, and Linus mostly handed off the project to Junio Hamano quite early on (same year, 2005). Seriously, huge kudos to Junio for all his work. Still, it's fun to say this quirky guy who likes penguins started not one, but two free software projects that took the world by storm. Humbling, even.