I had that on a physical machine! It broke hardcore lol I had to reinstall the OS after trying to update
And I bought it last year! Just because it's been out for a while doesn't mean people aren't still discovering it. Especially true for a 2d, stylized game like Terraria where maxing out the performance and graphics isn't essential to make it competitive with newer games.
Actually, when I was in Paris in high school, I had the opposite experience - I kept trying to speak French (which I could speak conventionally after 6 years of study), and many people would refuse to answer me in French, instead answering me in English.
Original post with high res image, for those curious: https://old.reddit.com/r/hotsauce/comments/dgv26b/lined_up_all_my_hot_sauce_collection_on_the/
Swift: : Equatable
(assuming all the members of the struct are themselves equatable, if not the compiler will tell you to implement the ==
method)
My best recommendation is a good git GUI. I really like Gitkraken (proprietary & freemium unfortunately, but a pretty generous free plan). I'm now more advanced than many of my coworkers because it helped me form an intuitive understanding of git.
DuckDuckGo has an app which can block trackers system-wide on Android
~~Game mechanics can't be patented, only game assets (character models, etc)~~ I'm wrong!
Lol chill, I use Firefox. I can still call out good things in other browsers even if I don't like the browser as a whole for other reasons. None of what I said there was in support of chromium.
Brave can make micro payments to content creators based on the number of views to the site, directly supporting content creators without ads or the need to join the patreon for each creator. It's a fully optional system, off by default but prompted upon opening the browser for the first time. It's a cool idea but they kind of spoiled it by making it be a crypto wallet with ads to earn the crypto.
Also, Brave doesn't have a subscription...?
Honestly, despite the crypto, good on Brave browser for trying to subvert the advertising model by providing an actual monetization alternative
Another really helpful tool is to use the fish shell instead of bash. It has tons of useful features, but my favorite is by far the autocomplete. It parses man pages to provide suggestions for flags, subcommands, even passed arguments, and each item in the results list has a description, and it's all searchable by hitting shift+tab.
That's what leveled up my cli game from 0-100. It's a massive difference in usability and discoverability. And unlike things like nushell, it's close enough to bash that you won't feel confused if you have to use bash instead.