I think it makes sense. It would allow a decentralized unified search across all stores. With Lemmy I can search posts as long as the instance is federated. With this I could find products.
asdfasdfasdf
Yes it's built into the desktop app. Works very well.
Wait, is she saying a bunch of illegal immigrants voted for Trump?
IMO best animes to date are:
- Dragon Ball + Dragon Ball Z
- Jujutsu Kaisen
- Solo Leveling
- Demon Slayer
- Jobless Reincarnation
- Frieren
Just in case you need more material.
Or they stopped using Windows and only use Unix for development.
That home's aesthetic brings be back.
I'd say Rust is definitely mainstream. Obviously not the level of JS or Python, but it's being used all over the place. All FAANG companies, the Linux kernel, JS runtimes, web browsers, Android, Signal, Mullvad...
IMO GC has nothing to do with high or low level. It's just incidental that there's a correlation. In GC you usually don't need to think about manually allocating or deallocating memory or truly understand what pointers are (in some ways anyway). In C / C++ you do.
In Rust you almost never manually allocate or deallocate, and you have both very high and low level APIs.
I'd say Rust is both high and low level. It just depends what you use it for. If you want to build a CLI or a web server, it's great for that. If you want to do kernel stuff and choose to flip bits around you can do that too.
As for books, maybe you'd like trying Rustlings instead.
...why do you think Twitter had anything to do with getting Musk into the White House?
- Rust is the best language for writing WASM in, so you can write Rust and run it in the browser without transpiling to JS.
- Rust isn't just about speed or GC pauses. Its type system is amazing and allows you to encode things that you cannot in any other mainstream language.
- It's so incredibly well designed, it fewla like that clip from Ricky and Morty where Morty feels what standing on a truly even plane feels like then has a panic attack when he leaves. Rust rethought everything from scratch, and isn't just some new syntax or fancy compiler tricks. No null, no exceptions, no inheritance, new typing capabilities, etc.
Go made some pretty poor design choices, and now even Google is choosing Rust for a lot of stuff instead.
Hyundais are very good EVs
That's the whole point. That's a good thing.
Instances are stores (think Amazon or Etsy). Products are posts. Sellers are users.
Stores aren't protected from being defederated. You can still search Google or whatever, still visit the site and buy stuff. It just will not be a unified search, just like how anything else works with ActivityPub.
The good stores would be run by admins who don't have an incentive to defederate from others. Stores don't make money or take a cut from sellers anyway. The sellers aren't in charge of the instance, just like an Etsy seller can't do anything about the fact that they have competitors on Etsy.
The need for decentralization is that the store / Amazon / Etsy is broken up but the search and interactions, reviews, etc. are unified.