this post was submitted on 27 Aug 2025
121 points (92.3% liked)

Linux

57862 readers
867 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Will they lobby for laws that prohibit Linux or make it difficult to install? What actions might they take in the future?

you are viewing a single comment's thread
view the rest of the comments
[–] Bronstein_Tardigrade@lemmygrad.ml 8 points 5 days ago (1 children)

M$ is switching to defense and surveillance software. Once they failed to force their crap OS into the phone market, they knew their monopoly days were numbered on the PC. They are hoping to lock in devs on GitHub, but it looks like that might backfire with their overt push for CoPilot use.

[–] Valso@lemmy.ml 2 points 5 days ago (2 children)

How exactly do they hope to lock devs in github??? That's absurd, there's no way they can achieve that. I can always take my projects elsewhere and there's nothing they can do to stop me.

[–] wuphysics87@lemmy.ml 3 points 5 days ago (1 children)

Yea, but will anyone else find it?

[–] Valso@lemmy.ml 1 points 5 days ago (1 children)

They will, if you change the links and share them with at least your users.

[–] wuphysics87@lemmy.ml 1 points 4 days ago

If you already have a dedicated following, but the unfortunate truth is people use github for discoverability. People would need to know to look for you if you did the right thing and hosted your project somewhere where you and it won't be exploited

[–] cypherpunks@lemmy.ml 2 points 5 days ago* (last edited 5 days ago) (1 children)

How exactly do they hope to lock devs in github??? That’s absurd, there’s no way they can achieve that. I can always take my projects elsewhere and there’s nothing they can do to stop me.

I can't tell if you're joking? If not, what do you think "lock-in" actually means?

It doesn't mean that it is impossible to leave, it means that there is substantial switching cost. And, that is certainly the case for github-hosted projects: all active contributors need to make a new account somewhere else, issues and discussions need to be migrated, CI workflows typically need to be rewritten, and good luck finding something that gives as much free compute for CI as github does. Yes, it's easy to mirror a git repo onto another service, but github is much much more than just git repo hosting and each of their features have their own switching cost.

Also, OP actually said "lock devs in" rather than "lock projects in" - I actually am forced to have a github account if i want to contribute to projects which refuse to move their issues off of it 😢 ... and the difficulty in creating new accounts anonymously these days prevents me from contributing to several things (lemmy, for instance) which i otherwise would.

[–] Valso@lemmy.ml 1 points 5 days ago (1 children)

If not, what do you think “lock-in” actually means?

That they'll lock you out of your repo without access to manage it, maybe? Or threaten you to make your software inoperable in Windows, if you don't comply? IDK, they can always think of sonething but if they think I don't already have full copies of my projects on my computer, they're deeply mistaken. 😂

[–] cypherpunks@lemmy.ml 2 points 5 days ago

in the computing context, "lock-in" is shorthand for vendor lock-in.