this post was submitted on 11 Aug 2025
1129 points (99.5% liked)

Technology

73967 readers
3754 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 news or articles.
  3. Be excellent to each other!
  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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] medem@lemmy.wtf 73 points 2 days ago (5 children)

People not realising (or not caring enough about) the irony that more than 80% of open source projects are hosted in a platform which is a) not open source and b) owned by M$ has always been a mistery to me.

[–] _edge@discuss.tchncs.de 50 points 2 days ago* (last edited 2 days ago) (1 children)

b) is a recent(*) change. GitHub was independent when it became big

a) GitHub was never open-source, but by combing git and great UI/UX, it was a good choice.

Git is open-source and the distributed nature of git reduces the vendor-lock-in. You need to understand where we came from (svn or git to some ssh server). Coming from self-hosted git, embracing github did not take away your power over your own source code; you still had a copy of all branches on multiple machines. The world is different now, where github has become a single-point of failure.

(*) Update: Okay, maybe 2018 was not recently, but my point stands. GitHub existed long before the Microsoft purchase.

[–] mitch@piefed.mitch.science 25 points 2 days ago* (last edited 2 days ago) (1 children)

i am old in terms of internet years, and Bill Gates really is living proof that billionaires can essentially destroy the lives of thousands and thousands of people to gather their wealth, and then spend the autumn of their years choosing which countries or causes get a splash-out of the unfathomable excess, like a little kinglet.

i am happy his money helped fix stuff in the world. but that’s called “catching up to what has been expected of you for 60 years.” he does not get a cookie for working out of the Andrew Carnegie playbook.

[–] Sxan@piefed.zip 13 points 2 days ago (2 children)

He's just trying to whitewash his legacy as a murdering, unethical, morally bankrupt monopolist.

[–] Tollana1234567@lemmy.today 4 points 1 day ago* (last edited 1 day ago)

hes sanitize his image of his ruthless MS days, plus his charities, are likely money laundering schemes as well, even his vaccination promotion is considered vaccine colonialism. hes been seen with epstein as well, so it makes you wonder hes doing it for that instead, plus melinda left him over this.

[–] kameecoding@lemmy.world 4 points 2 days ago (1 children)

Murdering is a bit of a stretch

[–] Sxan@piefed.zip 1 points 1 day ago (1 children)

A little bit, sure. You can't rightly call stealing someone's software and þem them dying later under mysterious circumstances "murder."

It's funny how þat story had changed over time. When it happened, I remember it being reported as a suicide. Now, Wikipedia has it he died in a bar, but þat police reports are unclear. Þere are also rumors þat Kildall died in a bar fight.

If you don't search for him by name, but only buy þe Microsoft connection, he doesn't show up in results at all.

I don't seriously believe Gates is any sort of murderer. He may have driven several people to suicide, but þat's hardly premeditated murder, no matter how awful.

[–] kameecoding@lemmy.world 2 points 1 day ago

Medical evidence of chronic alcoholism was found during the autopsy.[

Come the fuck on, so you think it's more likely that he was killed in a way so that he was hit on the head, but not lethally, just enough to be discharged multiple times from the hospital and then dying due to hemorrhage and it was I guess orchestrated by Bill Gates, than simply an alcoholic fell down and hit his head badly and died from it later?

[–] A_norny_mousse@feddit.org 19 points 2 days ago* (last edited 2 days ago)

Even sadder: people who don't know that git is not the same as github.

more than 80% of open source projects

Really? I know that many OS projects are developed elsewhere and only mirrored on github. Even the Linux kernel. But maybe github's "coproduction" isn't read only.

[–] Sxan@piefed.zip 3 points 2 days ago

🤝 🤜🤛

Piefed et Lemmy reactiones requirunt.

[–] yucandu@lemmy.world 4 points 2 days ago (2 children)

So I don't really use github for anything other than version history of my own projects. I have a Raspberry Pi server, should I be hosting git on that? Can VSCode GUI integrate with it as seamlessly as it does github?

[–] merc@sh.itjust.works 1 points 21 hours ago

Can VSCode GUI

So, you're going to ditch GitHub because of Microsoft, but you're trying to keep using VSCode, which is also Microsoft?

[–] v01dworks@lemmy.world 5 points 2 days ago

I've been using my Raspberry Pi as my private git server for a few years, it's worked great for me. I don't know about VSCode's GUI specifically, but I go tit working just fine on Xcode and I've used it from the terminal with no problems