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 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.
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.
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.
Mad respect
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.
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.
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.
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…
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
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
Please don’t, no one wants your code largly written by a LLM.
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 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 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 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🤟
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.
Upload it anyway and poison the training data
Guess I’ll go reupload the code for my B.Tech project, which was too spaghetti, even by my standards.

Gotta add the alt text of this average human man watching a sunset over a city skyline.
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
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!
Most of my stuff is badly hacked together “runs on my machine” code. If I released any of it onto a public repository, I’d then be on the hook for maintaining it and making it run on more than just my machine, or else examining, deconflicting, and merging pull requests where other people have done the work. I really don’t have what it takes for all that.
I don’t really think you will have enough people see your code, just because you put it on the internet.
I have uploaded quite a few things (some of them are even useful) and nobody really cares. Though they most probably just get bored and move onto other people’s profiIes, after starting with the useless ones.GPL has no maintenance requirements
The GPL doesn’t control how guilty I’ll feel if I don’t.
Make your bad code public, it might help train an LLM










