Earlier quoted context omitted.
For javascript packages, npm lists which other packages which depend on any given package, and how many times a package was downloaded in the last week. That gives you a rough sense of usage, but it can also be super mysterious. As an example, here's a package I wrote which I haven't touched in 3 years: https://www.npmjs.com/package/jumprope There are no projects on npm which depend on this, and yet it gets downloade…
You can possibly find some users in Github: https://github.com/search?q=jumprope+filename%3Apackage.json...
Sorry everybody, I failed with you
151–160 of 357 posts
Re: Sorry everybody, I failed with you
#152Let’s invent a token so we can trade goods and services with it so people like this can hire more developers and offload work to them.
Re: Sorry everybody, I failed with you
#153Re: Sorry everybody, I failed with you
#154This is kind of sad to read, that someone building and maintaining a free product feels compelled to over apologize for want burning out. It may just be my cynical view of the world but it just seems like more and more people are demanding higher and higher levels of service for things that they don’t pay much if anything for. I play a game right now that is in Beta called Dual Universe. Some people paid for Kickstar…
I know it’s cliche on HN to blame everything on Google and Facebook, but I really do suspect that the “free to use” model pioneered by these companies (among others, of course, but these are the biggest) have got everyone used to expecting things for free.
Re: Sorry everybody, I failed with you
#155Seeing a lot of posts like this. Open source is wonderful in its way, but it's really not sustainable to work on projects that make money for other people - including big commercial interests - when they don't help out in any fashion. I'm not just talking money or contributions. I'm talking about simple acknowledgement: "we use project X" - even privately. A open source library that I worked on at Intel (the Hypersca…
I agree. I've been working on a Go library for 8 years now that I'm sure is used by quite some people and companies, and I've been close to burnout and letting it go at least twice. I'm super happy when people just "Buy me a coffee"--not for the coffee but for the feedback you get that someone is using your project, so it's valuable for someone. I'm very grateful for that, even without financial support. I think GitH…
I kind of use forking that way (although more when I like a project, it's not necessarily a promise that I'm using it anywhere). This ensures that I have a copy of the project in the state that I originally liked. Then if the project is either (a) taken in a disagreeable direction or (b) deleted, I still have my local copy. I can also always update from upstream if future development occurs that I want to benefit from.
That said, I don't fork all the open source packages I use, although maybe I should.
Re: Sorry everybody, I failed with you
#156It's a different story if you're being paid to do some work, then you hold a degree of responsibility, demarcated by contract, for the thing you're working on. In the case of open source, however, that's not the case and it's absolutely your right to minimise or drop your support for a project at any time.
Re: Sorry everybody, I failed with you
#157I maintain OS projects and my stance is simple: I'll fix thing, that are broken - mostly because I want things to work. I won't add new features for you, unless I really see the appeal. If you come up with a PR, nice! I'll take the time to review, but even for that there is no guarantee. The same limits I impose on the community I fully expect to follow when working with any OS project. Period. Remember, in that "oth…
Re: Sorry everybody, I failed with you
#1581. Repo endorsements by companies or brands that use it.
2. Bounty option on feature requests - aka increase the priority on a request by paying a bounty on it of sorts - attracting more contributors to projects in demand.
Re: Sorry everybody, I failed with you
#159This is kind of sad to read, that someone building and maintaining a free product feels compelled to over apologize for want burning out. It may just be my cynical view of the world but it just seems like more and more people are demanding higher and higher levels of service for things that they don’t pay much if anything for. I play a game right now that is in Beta called Dual Universe. Some people paid for Kickstar…
Re: Sorry everybody, I failed with you
#160This way incentives align so that there's more intrinsic motivation to work on the software.