Einheitsgemeinde Gommern - Bürgermeisterwahl 2026 Ergebniss
Einheitsgemeinde Stadt Gommern
```
=> SELECT COUNT(*) person;
person
--------
1
(1 row)
```
PANIC, where did all my records go. It took me a moment to see the issue.
I think I got my first AI generated PR:
https://github.com/ZeeZide/CodeEditor/pull/39Not quite sure what to do with it. I can't start reviewing AI stuff for other people 🙈
Is there something like proof-of-human-work? (i.e. to guarantee that someone actually reviewed and tested the thing?)

Fix bold text flickering and theme switching on every view update by tayl0r · Pull Request #39 · ZeeZide/CodeEditor
Summary
Fix bold text flickering on every click/interaction: applyNewTheme(_:andFontSize:) was calling highlightr.setTheme(to:) on every SwiftUI view update even when the theme and font size hadn...
GitHubThat was certainly weird from today’s perspective.
I opted for Delta Force and of course the first thing it has is Iran …
So what is the Chuck Norris film I should watch today? I remember having seen them, but not any of the content, probably didn't age well at all?
On Linux
#SwiftLang MainActor isolated code does not actually run on Thread.isMain? 🤔
Vibe coding is like the opposite of my general recommendation on how to approach things. My first step for learning a new technology is not only using it, but actually re-implementing it in some way. Like if there is SwiftUI, do a SwiftWebUI. That doesn't have to be thorough and cover every aspect, but it gives you a deep understanding of how the thing may work and where issues may live.
Vs. having a black box binary framework. Vibing is like dealing with a vantablack box.