Hahaha next level pathetic!
words_number
This! It clearly needs more JPEG though. Here, I fixed it: https://morejpeg.com/Image/View/ed39fea5-0150-ef11-8104-ea49aec8cc27
Without law enforcement, which is centralized anyway, your documented ownership is worthless. So if the state or a similar centralized real life organization, whiches existence people agree on, is needed to grant and enforce that ownership, blockchain is unnecessary. They can instead just store that shit in a database.
It's unsafe, not renewable, not independent from natural resources (which might not be present in your country, so you need to buy from dictators) and last but not least crazy expensive.
Not "good guys", but "lesser evil". And people are correct.
Yeah I remember those good ol days when memes were high effort!!
/s
For a fair comparison you should at least use the same font and font size. Did you try that? It will still look different on windows, maybe better, but I think you can get pretty close. I use the "inter" font on debian xfce and it looks very clean (the font is probably in your repos as well).
docker-compose up -d
Oof what a pain this was! Glad it finally works and I can move on with my life!!
But of course everyone decided it is just easier to nag all the users with a big splash screen.
Nope, the thing is, you'll very rarely find a website that only uses technically necessary session/login cookies. The reason every fucking website, yes, even the one from the barber shop around the corner, has a humongous cookie banner is that every fucking website helps google and other corporations to track users across the whole internet for no reason.
That's actually good. You've probably got more free time to work on lemmy than most adults. Impressive that you apparently got the skills too, so congratz! Also for choosing to learn rust! :)
Isn't it obvious? More code to skim, scroll over and maintain if something changes. If you add a struct field, your manual EQ implementation still compiles and seems to work but is wrong and will lead to bugs. Yes, solving this for 99,999% of cases with an attribute is just far superior and does make a difference (while keeping it easy to manually implement it if needed). Hash and Ord and some other traits can be implemented in a similar fashion btw..