this post was submitted on 11 Sep 2024
831 points (98.1% liked)

196

16238 readers
1743 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 8 points 6 days ago

Here's a decent quote from Linus semi-regarding the topic of people debating over tiny things

One final note: the reason I'm so negative about this all is that the random number subsystem has such an absolutely horrendous history of two main conflicting issues: People wanting reasonable usable random numbers on one side, And then the people that discuss what the word "entropy" means on the other side.

[–] [email protected] 2 points 6 days ago

I hate how true it is. Such a sadness

[–] [email protected] 11 points 1 week ago

I mean it IS an anarchy and socialism driven idea. You do something for free and just allow others to use it and to help you.

Even if this person did not have any glue about anything, the premise was right.

[–] [email protected] 4 points 1 week ago

And in both cases the opposition shoves their position down everyones throats but since its the societal norm nobody thinks about it. For example nearly every computer comes with Winbloat yet nobody asks why because obviously when you purchase a computer you want Microshafts software shoved down your throat (and you want to pay extra for the privilege). Also nearly every single news organization exists to act in the will of capital but that's ok because capitalists decide whats socially acceptable.

[–] [email protected] 8 points 1 week ago

linux, vegans, leftists, etc.; doesn't matter if they're right, just fuck 'em. lol

[–] [email protected] 24 points 1 week ago

Both also spend more time talking shit about one another and infighting than actually piling up against the so called common enemies.

[–] [email protected] 22 points 1 week ago (1 children)

Also it's open source, which is unironically communist, unless you're one of those right-libertarian weirdos that go "no, communism is when the state owns the means of production, capitalism is when the worker, and the CEO and the investors are workers!" every time you mention them that communism isn't when the state owns things.

[–] [email protected] 5 points 1 week ago

or if you're one of the founders of the open source movement, like ESR

[–] [email protected] 5 points 1 week ago

If that is the problem of leftism, i guess education funding should go up?

[–] [email protected] 35 points 1 week ago

Also, every other week we get another reason to make it a priority

The arguments against it boil down to "it's different and scary/I don't understand it", "there's compatibility issues that might be complicated to fix", or "well what we have now is good enough for my needs"

[–] [email protected] 17 points 1 week ago (3 children)

I use arch btw but I really hate the bijillion distros we have and the fact that people act like they matter, and yes I get the irony (btw).

When I first started I was really into KDE (I still like the kde effort) but the actual software was just bug ridden and weirdly out of phase aesthetically. Which is why we have other options like gnome and so on.

At the same time I feel like if the Linux community could combine their efforts instead of having dozens of developers working on the same thing with slightly different philosophies we'd be miles ahead of windows and Mac.

It's complicated because options are good and the effort is welcome and it ultimately grows the community but I feel strongly as though when it comes to developer power and efficiency Linux is really spreading itself thin and it absolutely has to do with core philosophies differing between teams.

[–] [email protected] 2 points 1 week ago* (last edited 1 week ago) (1 children)

so, i try to build a CMake project, i know i'm going to be tearing my hair out for a day. i'll need the reference open just to know whether pkg_check_modules(A B) is searching for library A and assigning that to variable B or vice versa. and i know that once i do get it compiling, it'll be another day before i can get it cross compiling from my desktop to my arm chromebook or mobile phone.

so i find a similar project written in meson, where a = find_dependency(b) is immediately obvious to me, and i can make sense of the thing or even tweak it a bit without a manual, just by following the patterns. i build it first try; 80% chance it cross compiles already -- 20% chance it doesn't and i can fix that and send the fix upstream (and now 81% of meson projects cross compile).

the CMake camp: "but we all already know CMake, this new meson thing doesn't make anything easier for us. cross compiling? that's called QEMU." and they're totally right about both of those things. but that's useless for me.

sure, it'd be nice if the GTK/KDE split (for example) didn't lead to so much duplication of the non-GUI parts. but if you just say "no splitting" that's the same as saying "you half go find some other hobby". it's really not an easy thing to sort through all the little differences and steer things such that everyone can feel at home in the same project. that's work, and unless you're BDFL it means a whole lot of drawn-out discussions trying to convince everyone to change their ways for someone else's sake.

[–] [email protected] 1 points 1 week ago

I use CMake and I hate CMake, it's the true write once and forget language.

The real problem is C++ missing what cargo is to rust.

Unfortunately we're in too deep, everyone has their preferences and they're very strongly opinionated about them, maybe some rightfully so.

[–] [email protected] 7 points 1 week ago* (last edited 1 week ago) (1 children)

I agree to some extent, as there are plenty of distros that don't do anything significantly different from each other and don't need to exist. I also see what you mean about desktop environments. While I think there's space for all the small exotic window managers that exist, I would say we probably don't need as many big fully integrated desktop environments as there are now. (Maybe we should have only one aimed at modern hardware and one designed to be lightweight.)

That being said, there is plenty of duplication of effort within commerical software too. I would argue that if commercial desktop GUIs currently offer a better user experience than Linux desktop environments it's more in spite of their development model than because of it, and their advantage has mostly to do with companies being able to pay developers to work full time (instead of relying on donations and volunteers).

There are a couple reasons I think this:

  • In a "healthy" market economy there needs to be many firms that offer the same product / service. If there is only a small number (or, worse, only one) that performs the same function the firm(s) can begin to develop monopolistic powers. For closed source software development this necessitates a great deal of duplicated effort.
  • The above point is not a hypothetical situation. Before the rise of libre software there were a ton of commercial unices and mainframe operating systems that were all mostly independently developed from each other. Now, at least when it comes to running servers and supercomputers, almost everyone is running the same kernel (or very nearly the same) and some combination of the same handful of userspace services and utilities.
  • Even as there is duplication of effort between commercial firms, there is duplication of effort and wasted effort within them. For an extreme example look at how many chat applications Google has produced, but the same sort of duplication of effort happens any time a UI or whole application is remade for no other reason than if the people employed somewhere don't look like they're working on something new then they'll be fired.
  • Speaking of changing applications, how many times has a commercial closed source application gone to shit, been abandoned by the company that maintains it, or had its owning company shut down, necessitating a new version of the software be built from scratch by a different firm? This wastes not only the time of the developers but also the users who have to migrate.

Generally I think open source software has a really nice combination of cooperation and competition. The competition encourages experimentation and innovation while the cooperation eliminates duplicated effort (by letting competitors copy each other if they so choose).

[–] [email protected] 2 points 6 days ago

I'm going to add on to this: aside from every competitor having to build their own product from scratch, a vertical structure of leadership allows for an individual or small group to have massive resources invested into their ideas. Which are so very often deeply flawed ideas.

Have you looked at Paint3D? Microsoft had a vision for a future where we interact with 3D objects in daily life and we would need a basic software to edit them, just like we use Paint to edit the images that we interact with. It's kind of insane, i can't even guess how many man-hours were spent on it by Microsoft developers.

And absolutely nobody has ever used it.

You can find more extreme examples, especially if you look outside of software (oh god the military); but Paint3D is one of the more accessible ones, any Windows user can check it out right now.

[–] [email protected] 10 points 1 week ago (1 children)
[–] [email protected] 3 points 1 week ago

It's worse imo because developers always put their ego up front

[–] [email protected] 126 points 1 week ago
[–] [email protected] 30 points 1 week ago (1 children)

Like the "joke" that putting 3 leftists in a room results in 5 parties.

Putting 3 Linux people in a room results in 5 distros?

[–] [email protected] 14 points 1 week ago

Well yes, because 2 of them have a phone and a desktop computer

load more comments
view more: next ›