Spyke

Replies

Comment on

Firmware.

My non-tech wife tried to tell me “obviously that’s why it’s called that” when I’ve been writing software (and even some minor firmware hacking) for 30 years.

Is this the real life?

Comment on

Lemmy and Mastodon feel like the real web3.

I mean I definitely agree that this feels great, but decentralization and federation is what pure Bitcoin and crypto are all about. In many ways this community reminds me of the good vibes and great minds the early days of cryptocurrency discovery encouraged. This predated some of the corruption, VCs, and crypto bros that came around in 2013 during the first boom.

I still think that early soul of empowerment and community is there in Bitcoin itself but you gotta dig a little deeper to find it. I expect Lemmy will also “commercialize” to some extent in coming years, but it’ll always be better than Reddit and other centralized platforms that want to feature gate and censor unfairly.

Comment on

Does Lemmy really benefit from Rust? Is code execution speed the bottleneck?

Reply in thread

Rust itself or the way the Rust logic is implemented is not the bottleneck. Like most decent web applications the bottleneck is the database and how the decentralized protocols themselves are reconciled there.

Scaling massive amounts of records like Lemmy has been forced to is almost always IO bound at the database level even when a web service is centralized; this is much more difficult in federated architectures. This is why “NoSQL” databases have increased in popularity, but they are also not a magic bullet as there are major ACID trade offs one needs to consider.

Comment on

*Permanently Deleted*

No one has solved a way to make hosting massive amounts of videos cheap, and this is unlikely to happen anytime soon due to the large amount of data storage and bandwidth required.

So no, even if YouTube somehow becomes even more tyrannical than it is it’s unlikely we’ll ever see it decentralized and federated the way Lemmy is in a usable way anytime soon.