The plan to deal with the tech debt:
Lemmy Shitpost
Welcome to Lemmy Shitpost. Here you can shitpost to your hearts content.
Anything and everything goes. Memes, Jokes, Vents and Banter. Though we still have to comply with lemmy.world instance rules. So behave!
Rules:
1. Be Respectful
Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.
Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.
...
2. No Illegal Content
Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.
That means:
-No promoting violence/threats against any individuals
-No CSA content or Revenge Porn
-No sharing private/personal information (Doxxing)
...
3. No Spam
Posting the same post, no matter the intent is against the rules.
-If you have posted content, please refrain from re-posting said content within this community.
-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.
-No posting Scams/Advertisements/Phishing Links/IP Grabbers
-No Bots, Bots will be banned from the community.
...
4. No Porn/Explicit
Content
-Do not post explicit content. Lemmy.World is not the instance for NSFW content.
-Do not post Gore or Shock Content.
...
5. No Enciting Harassment,
Brigading, Doxxing or Witch Hunts
-Do not Brigade other Communities
-No calls to action against other communities/users within Lemmy or outside of Lemmy.
-No Witch Hunts against users/communities.
-No content that harasses members within or outside of the community.
...
6. NSFW should be behind NSFW tags.
-Content that is NSFW should be behind NSFW tags.
-Content that might be distressing should be kept behind NSFW tags.
...
If you see content that is a breach of the rules, please flag and report the comment and a moderator will take action where they can.
Also check out:
Partnered Communities:
1.Memes
10.LinuxMemes (Linux themed memes)
Reach out to
All communities included on the sidebar are to be made in compliance with the instance rules. Striker
There's a ticket in the backlog. We'll get to it next sprint (aka never).
A recent job I had, Product kept saying this over 2ish years...
...at the end of the stint and with ~2 weeks until launch, they laid off all but one person on the team (some 12 engineers or so, myself included).
I often wonder how much shit that person is wading through leading up to launch and post-launch fighting fires.
If they are smart they would have bailed as soon as they fiund another job once everyone else else was let go.
But they probably kept the one person they knew was afraid of quitting.
Afraid of quitting not so much, but they are underpaid for their skills. At least for what they need the person was more skilled than me, but being paid ~$40k less. So...yeah...
Step 1: AI it all
Step 2: ?
Step 3: Profit!
The AI will detech the debt.
It's the only plan form all the teams that the company actually executes!
I'm awaiting the fireworks for when they use AI to patch the Cobol systems still used by the banks.
A study found AI is slowing experienced developers down: https://www.reuters.com/business/ai-slows-down-some-experienced-software-developers-study-finds-2025-07-10/
Just keep writing on the same line ? Fixes everything
Exactly, just run your magical new code in a minifier and problem solved! It'll be just as speedy as the real deal!
Ok... just for you, I will extend the saying to be "every line and column is a liability".
It sounds like you're suggesting single-letter variable/function/class names everywhere
I don't see why... once you "buy a column" (which you must weigh the trade-off towards readability), subsequent uses of that column on other lines are free (save the line itself, of course).
Every codepage is a liable as well.
Bill Atkinson and his -2,000 lines of code would like a word
Even then, so the theory goes... every line of code is a liability, it is only emergent properties of the system as a whole that makes it an asset. It takes but one line to destroy it's value, and in general a 2kloc codebase is more valuable than a 4kloc codebase, if they do the same thing. QED? :)
Is it objectively more valuable?
I'd say if performance and functionality remain the same it improve and complexity is reduced then the 2kloc codebase is better
If it's 2k lines of perl, it's worse
Though in his case it sounds like he reduced complexity and improved performance, so definitely better.
I don't know if I've even written -2000 lines at once, but I've definitely done -700 or so at least. Feels so good to delete a bunch of code without any loss in functionality.