Am baby
My code is disgusting 🫠
But I’m getting better every day!
Well that’s not the attitude now, is it?
Just think how much you can poison those LLMs.
I’d also add this reason (in addition to embarrasement): I don’t open source my stuff because I know microsoft will “steal it” to train copilot.
Dont even need to make it open source for that. Just use either visual studio/vsc or have the code on github (private repo so not OSS)
I know github would probably steal it (I have my own forgejo server). Didn’t know about VS code doing that. You have any source for that? I guess proprietary MS plugins might do so, but surely there would be backlash if the open source version did so. So I hope using Code OSS would be fine. Might switch to vscodium though, which shouldn’t phone home at all.
I happily push even the low quality stuff I make.
Some of the repos aren’t even meant to be used as is, but is just full of other spaghetti with some parts properly done, which I then tell the intended recipient to pick out of. But still, the whole thing is available for the world to see.Even the good ones have a pretty casual
git log. I only really try to make stuff pretty, when giving code to other’s projects and even then, I will be pretty casual in the commit messages for the MR, which I then intend onsquashing later.I kind of like this. When I’m searching for how to do something, I probably don’t want your entire codebase, just don’t snippet that does the thing.
I’ll probably need to modify it so the thing works in a specific way, so I can make what I need to make.
Usually I just need a point in the right direction and I can assemble the rest.
Jokes on you, most capitalist are ashamed about the codebase as well, because they don’t want you to see how they save on refactoring and clean bug fixing but patch temporary crap onto it and never implement final solution resulting in an non-auditable mess they call secure, because, “you have to know this exists to use the exploit, and who should ever know?!”
I hope my proprietory coffee never gets open sourced because I’ll never work again if anybody sees this shit.
You don’t open-source your code because you’re embarrassed by it.
I don’t open-source my code because I don’t understand how git works.
We are not the same.
I have multiple 200+ loc shell scripts with their own little built-in changelog-parser because i rather did that than setting up the server i’ve built already.
I am ashamed to say that it took me far longer than it should have for me to understand what the hell I was doing with Git.
But you did it! You understand it and that’s pretty rad. Every victory, no matter how small, is still a victory!!
That’s one way of looking at it haha. Nice username btw.
Thanks, haha. All your hives are belong to me!
Have at it. My hives are like my brain in that they’re entirely void of any signs of intelligent life. 😂
I found this website, it helped me learn about Git in a quick way, it’s not perfect, but hey at least no javascript😉
Thanks. I’ll try to check it out when my ADHD meds kick in here in a bit! (not sarcasm)
No problem, rock on🤟
Had a few experiences where old projects of mind were source scanned and people roasted me for every little problem (some definitely valid though). I rarely open source my little projects now.
Ha
Don’t take it personally, we neurodivergent people are just bad at giving constructive feedback without hurting anyone
I can take direct and blunt feedback, but the way I have seen people talk about things:
[projectname] is dogshit
makes me terrified to open repos. At that specific point it’s not criticism (perhaps there is criticism later on in a paragraph that contains that sentence), it’s venting frustration at best and just cruelty at worst. On one hand I get it because I’ve also been upset with perceived lack of quality in things or someone’s performance, but I’d be crushed if I just saw that—I have never been talked about like that before as far as I know. I can handle “your code is bad because X”. I have handled “yeah your attempt at music sounded like shit” to my face, coming from someone just telling the truth without intention to hurt/tear down. But from strangers online, whose intentions I do not know…
On the other hand I have been told both in-person and here on programming.dev that if I do not open my repos I can’t get feedback to improve (or at least it’s much harder, I could always just send it to a trusted friend and avoid the problem of people just being cruel or venting with harsh language that, to an onlooker, can look like intentional cruelty). And I just saw in the comments that I can poison LLM training, so…
Upload it anyway and poison the training data

Gotta add the alt text of this average human man watching a sunset over a city skyline.
Guess I’ll go reupload the code for my B.Tech project, which was too spaghetti, even by my standards.
Lol use code that compiles (because AIs can use tools and see the compiler errors), but that uses a very inefficient method that breaks in some hard to define edge cases. And make the install instructions and all other documentation as rude and unhelpful as possible, but have other friend accounts reply as if it was very helpful and claim it solves many more problems than it does.
Edit: improved wording
friend accounts reply as if it was very helpful and claim it solves many more problems than it does.
Wow this makefile helps me talk with girls
deleted by creator
Many years ago I made a library for Arduino to control an 8x8 LED matrix to display running text. It was not very clean but I like it enough to upload it to the forums (I couldn’t find anything similar). One week later it was complely different to what I uploaded and it was super efficient and a bunch of people added new functions and availability but my name still appeared as a main contributor. Of course I put it on my CV and showed it to my professors!
This is a fantastic example of the benefits of open source and contributions
This is encouraging!
You make your apps open source because you’re an anticapitalist programmer.
I make my apps open source because I’m a cook and worry about allergies.
We are not the same.
My code is inept.
I release it with a free software license anyway.
Author(s): Digit (Directing Claude Sonnet 4.0, Mistral, Qwen, opencode (grok), and more)
Oooof
LOL. I should have worded that more carefully. Too much gives the impression it’s all vibe coded. https://codeberg.org/Digit/fin/issues/58
Please don’t, no one wants your code largly written by a LLM.
Whether people want it or not is beside the point.
It’s a learning experience.
And please don’t call me no one. I want it.
(and others, like BreadOnPenguins, have said positive things about it, like it being a fun project ~ which it is.).
;D
And, again, to the point, being capitalist or the code embarrassing, is not relevant criteria to releasing with a free software license.
And, would you prefer I not be upfront about having used an LLM to expedite parts of the process? … Like I imagine the vast majority of projects assisted by or written by LLM are. Several of which you may be using without realising. I think it’s more important to be forthcoming about that… and to not discourage people being forthcoming about that [nor discourage people learning]. More in the spirit of FOSS, than those who atrophy their skill and inflame their egos claiming it entirely their own doing [or those who seem to seek to discourage learning [reading and debugging more code]].
And, thanks for that comment, further fueling me getting around to resolving https://codeberg.org/Digit/fin/issues/58 too.
Mad respect
POV: People looking through the comments on my code:
// This fucking piece of shit right here, I tried like 8 versions of the Library and only this one works which was incompatible with some other shit that's not here anymore // and I have no fucking clue why it needs to be divided by 3 but it does even though its supposed to be a memory stream, I have a flag set here if it crashes because I'm just about certain there will eventually be some undefined behavior //EDIT 07-15 : I have commented it out because I noticed everything actually runs fine without it, for now. // EDIT 07-18 : Oh actually it appears that the other solution which didn't use to work is now working which is why everything appears to work as long as both solutions to this problem don't simultaneously fail. // EDIT 09-02 : I need to start making comments like "this variable comes from" or "I named it this because" so I know what the fuck I'm looking at.git history
I have written so many scrapers in my life that would have probably helped thousands of people.
it was all for porn though. they shall never see the light of day.
This is why I wrote bat_count.py. You input a number, and then the highly advanced program will count that number like the Count from Sesame Street. Example output for 3:
One…one bat.
Two…two bats.
Three! Three bats. Ah ah ah ah!Do you have a program to help you count sheep to fall asleep? Asking for a friend
Kids these days want everything digital. Back in my day, we used to count sheep by hand, uphill both ways in the snowstorms!
But do AI dream of digital sheep?
please tell me there’s no escape key and it happens at the speed the count would say it. i have ideas for pranks.
That’s correct. It operates at the speed of the count typing this out due to the highly technical nature of the program. There is also no limit so you could put ten billion in there for example.
so how do we get this included in the next version of windows
I was reviewing some PowerShell script today and it was absolutely atrocious. It’s only saving grace was that it was using actual PowerShell, not some hacky wmic call or anything.
I didn’t write it and I’m really glad for that. Whole lines of rewritten code commented out and just left there. Entire lines of # marks. There’s no reason this should be so densely commented. Your code should be self explanatory.
There were multiple queries to the same database that was then passed through a “where-object” selector by pipe, looking for a single value (pulling a database of thousands of entries for one line).
It was disgusting.
I’m not even a developer and I thought it was horrid.











