- cross-posted to:
- lobsters
- cross-posted to:
- lobsters
I feel like there is always more open source code to write. If not for practical reasons, then for experimental, educational or just humorous values.
If noþing else, new programming languages are always being invented, and sooner or later a new ones becomes a fad and a bunch of people re-implement old tools in new languages.
It’s þe true circle of FOSS life.
Yes it’s called experiential value, like an artist doing sketches, developers sketch their program. Open Source is not meant for production use. The industrial software library development should be done by professional software engineering companies in a socially responsible way.
Open Source is not meant for production use.
The Microsoft Azure backend runs on Linux servers.
Your phone, router and all your networking hardware run on Linux or BSD.
Can you guess what’s the back-end of VMWare? Veeam? FortiGate?in the post of “small” open source, guess what kind of open source i am talking about.
Any Linux system includes hundreds of small OSS projects.
How many production applications use Node, and therefore pull in a million dependencies like this?
slavery was legal
The 1800s called, they want their non sequitur back.
The industrial software library development should be done by professional software engineering companies in a socially responsible way.
That would maybe be nice in theory, except nobody wants to pay, so this would be both terrible and limiting in practice
That would maybe be nice in theory, except nobody
Everybody wants to pay, nobody is giving them a chance to by providing sound means, trying to sell open source charity instead which the legal departments absolutely hates. It’s not true that businesses don’t want to pay, what they don’t want is to donate. These are very different things.
there is sound means. open source business model is support.
LOL yes let’s listen to a person who read a stupid opinion (im not saying you are stupid) on the internet and now propagates it everywhere he sees the “open source” keyword. If you read by comment i’m explicitly talking about software libraries, the only support you get for libraries is documentation. nobody listen to me nobody is selling support for small libraries which is what this post is about, on any meaningful level. prove me wrong
Does this guy know that a lot of people open-source code so that it might be useful for other people?
Not numbers of downloads or hoping to gain popularity, but to literally help the community.
I read other people’s open source code all the time to try and understand things. I can’t be the only one.
What a strange article. Can I not “pin” his repo at a specific version in my project, thus making it a stable dependency? If it’s small and readable, that’s just as good as writing it yourself. What is dying?
so that it might be useful for other people?
Even that isn’t necessary. I do it because I want to share cool things, even if they’re not useful. The world didn’t need another crossword puzzle creator, I just felt like writing one.
Absolutely, “useful” is a broad term in this case.
It is always interesting to see how people implement things!
Why do people buy organic fruits and vegetables?
I care about where the code comes from. I like the community to come together on a good solution rather than have one spat out of unknown quality. I want to both test and have that community working together towards a common goal. Fundamentally, I think that sharing our answers and cataloguing them as developers is a good strategy. Way better than AI.
If AI is ultimately borrowing its answers from open source, wouldn’t it be better to just go use open source? At least then there’s some hope that if people find issues and edge cases that I might get those fixes in the future. Why limit your upside to zero? Like, I can put my entire program in one source file maintained by just me but it doesn’t mean I should. Is this an argument against why libraries are a good idea?
Removed by mod
-
I hope you realize the irony of posting this in an online community dedicated to open source.
-
I physically go to Linux and tech meetups and conferences near me. So yeah.
-
This is such a weird take I’m not even sure you’re a real person.
deleted by creator
Removed by mod
I think you need to go outside.
Removed by mod
Friend is a bit different from the original take of not interacting with anyone in the community
Removed by mod
I am not much of a Javascript developer; I write mostly Python. And python is famously very much “batteries included”, so these “small” libraries are part of the standard library. I never look at the details unless something has gone quite wrong. I suspect very few people use such libraries as learning opportunities in JS either; they just add it to
packages.jsonand never look back. So I don’t think the loss the author talks about is that big a deal.If people genuinely take this approach though I think you miss out on collective problem solving. A dependency is a risk, yes, but it’s also an opportunity for other people to have found the bugs that you no longer have to suffer.
does a bug exist if nobody has found it




