Fuck vibe coding. It's bad especially if the app is new and the viber are new to its topic. #devstr
Awiteb
_@4rs.nl
npub1qqqq...ln03
Awiteb, a lover of free and open source software, and a programmer with a keen interest in the Rust programming language.
I love mangoes
Today I decided to shutdown my #forgejo instance and run #gitolite + #cgit and receive the issues and patches through #nostr only. #GitViaNostr
#asknostr any tips?
#devstr Will I be a nerd if I closed my self hosted #forgejo then run #rgit and only accept patches through Nostr?
#gitvianostr
https://git.inept.dev/~doyle/rgit.git/about
`momostr.pink` just nuked my relay with 75,942 deletion request.
I used this SQL to count them
```
SELECT COUNT(*)
FROM event
WHERE content LIKE '%pink.momostr%'
AND kind = 5;
```
And this to delete them
```
DELETE FROM event
WHERE content LIKE '%pink.momostr%'
AND kind = 5;
```