this post was submitted on 08 Aug 2024
0 points (NaN% liked)

Programming

17489 readers
41 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 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.

top 9 comments
sorted by: hot top controversial new old
[–] angelmountain@feddit.nl 0 points 3 months ago (1 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 0 points 3 months ago (1 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.

[–] calcopiritus@lemmy.world 0 points 3 months ago (1 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.

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

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

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

turtle svn

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

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

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

[–] _stranger_@lemmy.world 1 points 3 months ago

Meh, I knew what wizardbeard meant.

[–] dosse91@lemmy.trippy.pizza 0 points 3 months ago* (last edited 3 months ago) (1 children)

I'd say ffmpeg is a good example, it's used by almost every piece of software that has to manipulate audio or video (including messaging applications), yet not many people know about its existance.

[–] Fred@programming.dev 1 points 3 months ago

And Fabrice Bellard, the original author of ffmpeg, went on to create qemu which pretty much made open-source virtualization possible. Also TCC (even if I don't think that one is widely used), he established a world record for computing decimals of Pi using a single machine that had ~2000× less FLOPS than the previous record, and so much more...