Better to have tried and stopped than never to have started at all
Me and my new GitHub repository
Submitted 11 months ago by hypnotic_nerd@programming.dev to programmer_humor@programming.dev
https://programming.dev/pictrs/image/391cc22f-32b0-4f7e-8cbb-4e7882af5a96.jpeg
Comments
QuazarOmega@lemy.lol 11 months ago
hypnotic_nerd@programming.dev 11 months ago
Exactly 💯
QuazarOmega@lemy.lol 11 months ago
Heck yeah, you always learn something after all!
Knusper@feddit.de 11 months ago
I have my repos on Codeberg and one of the disadvantages is that, well, it’s a non-profit, so I genuinely don’t want to waste their resources.
They ask you to only host open-source repos there and so, you know, hosting backups of shitty personal projects, even if I would throw in an open-source license, is just out of the question for me.And that has weirdly been a blessing in disguise. Like, if it’s not useful for humanity to see, do I really care to keep it around forever?
And I’ve had three projects now where I felt an obligation to push them over the finish line of actually making them a useful open-source project. Which had me iron out some of the usability shortcuts I took, made me learn a good amount of code quality stuff and of course, just feels good to complete.
rufus@discuss.tchncs.de 11 months ago
Well, Codeberg is a non-profit. I would say if it’s just a few kilobytes/megabytes of code, upload it and donate $10. That should be enough to store that for decades.
I sometimes look for small stuff. Boilerplate code, how other people configure stuff that isn’t well documented, niche interest stuff even if it’s not finished to incorporate ideas i to my own projects…
araozu@lemm.ee 11 months ago
That’s why I host all my shitty unfinished projects in a Gitea instance in my VPS. Now they actively cost me money and I feel (a tiny bit) more incentivized to do so something with them!
Dasnap@lemmy.world 11 months ago
That’s why mine are all forks.
hypnotic_nerd@programming.dev 11 months ago
So you are a contributor or stealth reviewer 😅
Dasnap@lemmy.world 11 months ago
It’s usually from me using an old abandoned project that has just one little thing I needed added and I go
Anticorp@lemmy.world 11 months ago
The pinche squirrels do this to our Japanese pear tree! They take one single bite out of every fruit on the tree. It’s so annoying! We managed to get 2 whole pears off of the tree last summer. They do the same thing with our peach tree, but we were unable to salvage even a single peach. Of course we could probably get rid of the squirrels if we stopped feeding the birds, but the birds are awesome, and the squirrels are pretty fun to watch.
cynber@lemmy.ca 11 months ago
A friend mentioned how she tries to at least set up a README with her vision for the project and plan for how to implement it.
Best case scenario is that the planning helps her complete the project herself. Worst case scenario, someone else can pick up where she left off and use her considerations for the project.
I’m thinking of doing that for future projects too.
hypnotic_nerd@programming.dev 11 months ago
ReadMe is always underestimated while project is building, but it can become a cornerstone if it’s setup from very beginning. Your friend is smart 👍
d_k_bo@feddit.de 11 months ago
A Free Software License is even more important. There are many great projects out there which you can’t modify etc. because the project isn’t distributed with a license (which means “all rights reserved” in most jurisdictions).