From fc89429e5e9d1099c3cacfb85f6b4e54bcf20281 Mon Sep 17 00:00:00 2001 From: cloudymax Date: Mon, 9 Mar 2026 21:00:18 +0100 Subject: [PATCH] cleanup and add archive links --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e220121..e61743a 100644 --- a/README.md +++ b/README.md @@ -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 -### 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: