this post was submitted on 20 May 2024
1596 points (97.3% liked)

Technology

58012 readers
3355 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
 
  • Linus Torvalds, creator of Linux, does not believe in cryptocurrencies, calling them a vehicle for scams and a Ponzi scheme.
  • Torvalds was once rumored to be Bitcoin creator Satoshi Nakamoto, but he clarified it was a joke and denied owning a Bitcoin fortune.
  • Torvalds also dismissed the idea of technological singularity as a bedtime story for children, saying continuous exponential growth does not make sense.
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 3 months ago (1 children)

Well, I don't know what you mean, so possibly? I just briefly used SVN in a small team for about half a year and would never claim to be an expert. It's alive and kicking though, so regardless what you say I don't believe it's a complete clusterfuck and a world without git would be doomed.

[–] [email protected] 5 points 3 months ago* (last edited 3 months ago) (1 children)

Torvalds didn't create git because he was passionate about version control systems, he created it because the existing solutions were not adequate.

Git is a distributed version control system (DVCS) that facilitated a fundamental shift in how people collaborate on software projects in general. So, comparing it to SVN and downplaying the significance of Git suggests you've kind of missed the point.

Edit: with you on the other thing though - fuck Windows.

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

Geese, then take whatever else if working in a remote location without upstream access is important to you (note that I originally wrote "Subversion or whatever"). It's just version control, not rocket science.

I'm a git devotee myself, love it despite its growing redundancies. But I am able to imagine a world without it and don't tremble in fear. That's all I said here.

[–] [email protected] -1 points 3 months ago

You're thinking in terms of a single dev using revision control, but the person you responded to was referring to the higher level aspects of software development that git facilitates. In other words, you've completely missed the point.

As for the Linux kernel, if it hadn't come along, we'd likely be living in FreeBSD-dominated world. Or, perhaps Hurd would've received more attention.