cleanup and add archive links

This commit is contained in:
cloudymax 2026-03-09 21:00:18 +01:00
commit fc89429e5e
No known key found for this signature in database

View file

@ -101,12 +101,10 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md).
| [`ohmyzsh`](https://github.com/ohmyzsh/ohmyzsh) | [Starship] | [Added Claude and Grok as search engines](https://github.com/ohmyzsh/ohmyzsh/pull/13222) |
| [Taskfile](https://taskfile.dev) | a Make impl | [Uses Copilot for PRs](https://github.com/go-task/task/pull/2592) |
Note on task runners and `make(1)` implementations: A lot of Make
implementations exist that are very fit to replace other task
runners. In fact so many were produced, that one can just look up "GNU
Make alternative" and find >10 results to pick the one they like the
best. Also see:
[wikipedia/Make](https://en.wikipedia.org/wiki/Make_(software))
> [!NOTE]
> ### On task runners and `make(1)` implementations:
> A lot of Make implementations exist that are very fit to replace other task runners.
> In fact so many were produced, that one can just look up "GNU Make alternative" and find >10 results to pick the one they like the best. Also see: [wikipedia/Make](https://en.wikipedia.org/wiki/Make_(software))
Here are some Make implementation suggestions:
@ -277,7 +275,10 @@ To start learning a bit more, you can checkout the wikipedia page on [Environmen
## Poor Code Quality
Vibe coding results in poorer code quality and is compounded by having addition LLMs do the reviews of both bugs and pull requests in repos.
Vibe coding / agentic workflows result in poorer code quality, and relaxed oversight practices. These effects may be compounded by the common practice of using additional LLM-based tooling provide code-reviews.
- [How I Dropped Our Production Database and Now Pay 10% More for AWS](http://archive.today/2026.03.06-144058/https://alexeyondata.substack.com/p/how-i-dropped-our-production-database)
- [Meta Security Researcher's AI Agent Accidentally Deleted Her Emails](http://archive.today/2026.02.26-153034/https://www.pcmag.com/news/meta-security-researchers-openclaw-ai-agent-accidentally-deleted-her-emails)
## Healthy and Safety
@ -293,7 +294,7 @@ There's been a number of high profile incidents that have resulted in endangerme
</details>
### Maintainer Fatigue
## Maintainer Fatigue
Having to deal with the onslaught of many LLM written pull requests and issues, causes real maintainer burnout that stagnates projects as maintainers become overwhelmed with half baked, poorly written, insecure code. Here's some examples: