Before AI became powerful, I used to show people what I built and how, the code itself, and it interested them because the code looked smart. That moment when you read code and say, "wow, this is smart." So they learned from it.
Now, I don't feel like showing them anymore. I feel like they won't be as interested as before, because AI can do it now. They might learn from my code, but they don't need to learn from some random person's project when they can just ask AI.
I don't really know. I don't write code to impress people, I write it for myself, or for a goal I want to achieve and for fun, of course. But the AI thing is somehow upsetting me, like it ruined something I enjoy doing.
Awiteb
_@4rs.nl
npub1qqqq...ln03
Sovereign individual. Privacy maximalist. FOSS advocate. Building for a decentralized future
I don't remember the last time I used the internet without a VPN
this is a good NIP https://github.com/nostr-protocol/nips/pull/2281
I like rust-nostr.org
True :)
View quoted note →
This is how a #GRASP relay sync its git repos based on the maintainers list and repo ID. Thank you @DanConwayDev and @fiatjaf for this cool protocol.
More about GRASP:
cc: @Yuki Kishimoto @dluvian @Silberengel
GitWorkshop.dev
Decentralized github alternative over Nostr
The Iranian people have been without internet access for the past 23 days.
#FreeIran
I enjoy watching Tsoding's recreational programming streams, they are cool and I always learn something.
However, every time I watch one, I hate Go and C more, I don't understand how and why people use them!
As a user, I prefer Marmot because it's more secure. But as a developer, I find it a bit more complex (though I haven’t looked into it deeply). NIP-17 is simpler.
View quoted note →
Cool using of binding in rust
```rust
for manager in self.plugins_managers.as_ref() {
match manager.admit_event(event, addr).await {
reject @ WritePolicyResult::Reject { .. } => return reject,
_ => {}
}
}
```
#rust
Binding - Rust By Example
Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries.
Equality is not fairness.
How can it be fair that someone with a low income pays the same amount of VAT as someone with a high income? One person is afraid to spend their monthly income because of rising prices, while the other doesn't even bother to ask about the price before buying.
The first one doesn't drive much because of minor traffic violations like veering off course or slightly exceeding the speed limit. The second driver gets three speeding tickets on his way to the airport because he doesn't care. How is that fair?
Fuck the system!