🔒🚫 Ah, the classic GitHub melodrama: someone unknowingly plays gatekeeper to a project they didn't create. Meanwhile, GitHub wants you to believe AI will clean your code like a Roomba on a pizza night. 🍕🤖
https://github.com/chardet/chardet/issues/327 #GitHubDrama #AIinCoding #OpenSourceGatekeeping #CodeCleanup #HackerNews #ngated
No right to relicense this project · Issue #327 · chardet/chardet

Hi, I'm Mark Pilgrim. You may remember me from such classics as "Dive Into Python" and "Universal Character Encoding Detector." I am the original author of chardet. First off, I would like to thank...

GitHub

Xlibre is a fork of the Xorg Xserver with lots of code cleanups

https://x11libre.net/

#HackerNews #Xlibre #Xorg #Xserver #CodeCleanup #OpenSource #Linux

Xlibre

cleaning house in nx monorepo, how i removed 120 unused deps safely

Real cleanup in a big Nx monorepo. I used Knip to flag unused deps, verified removals, handled false positives, and shaved about a minute off yarn install with lower CVE risk.

🚀🌌 Ah, yes, another riveting blog post where someone bravely abandons their code babies for the vast unknown—Racket exit strategy: dump everything and run! 🤡 Who knew that letting go of inactive codebases could be such a groundbreaking revelation? Bravo for this cosmic wisdom! 🙄💼
https://blog.winny.tech/posts/update-on-my-racket-exit/ #codeabandonment #cosmicwisdom #Racketblog #humor #techrevelation #codecleanup #HackerNews #ngated
Update on my Racket exit

Figure 1: Blasting off from planet Racket to other planets. Thanks ChatGPT. It’s been almost two years since I took a public step away from the Racket diaspora. I’m writing this post to air out how my Racket projects have gone since then. I believe, as of now, I have zero Racket codebases to maintain — hooray! I want to show how to handle old codebases. Let’s reaffirm the importance of handing off inactive projects instead of holding on to them.

Winny's Blog

🔍 Using GitHub Copilot for code cleanup assistance!

Asked Copilot to detect and remove unused imports, functions, and types across my codebase. It analyzed files, suggested changes, and cleaned everything up in seconds.

AI-powered refactoring FTW! 🚀 #GitHubCopilot #CodeCleanup

sometimes all you can do is to revert a few commits when the original maintainer of the feature disappeared or lost interest:
https://github.com/tukaani-project/xz/commit/e93e13c8b3bec925c56e0c0b675d8000a0f7f754 #codecleanup
Remove the backdoor found in 5.6.0 and 5.6.1 (CVE-2024-3094). · tukaani-project/xz@e93e13c

While the backdoor was inactive (and thus harmless) without inserting a small trigger code into the build system when the source package was created, it's good to remove this anyway: - The e...

GitHub