

I feel like bananas would be cold as hell if they were growing that fast.
I feel like bananas would be cold as hell if they were growing that fast.
Lol lots of assumptions being made here.
That’s not nit picky.
Another method I’ve used extensively is to block code reviews on unmaintainability. Management has insight into high level stuff, but devs where I work dictate what gets merged.
I’m still appalled that my Yubikey / FIDO2 still doesnt work on Firefox. I have it as a passkey for GitHub, realized it doesnt work on Firefox, so they just prompt me for my password. That seems backwards to have password as a fallback, too.
Both of those work on induction perfectly well.
I hate this mentality. There are things that are legit concerns and then there are things which aren’t. Please don’t use the same logic for taking up smoking.
I use Bitwarden for passwords and notes
Ecosia is building a custom search engine index, ETA summer 2025
Google. They had such a noble cause and potential - to organize the world’s information so that everyone could search it effectively. There was a point I thought of them as the epitome of academia, a huge force in the quest for the advancement of the world.
Now they’ve become the exact opposite.
Scientists should consult tech people about stuff like this just like we should consult scientists for science stuff. Unfortunately a lot of tech people also aren’t conscious of this stuff either.
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.
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.
Or they stopped using Windows and only use Unix for development.
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?
Go made some pretty poor design choices, and now even Google is choosing Rust for a lot of stuff instead.
That’s the American Revolution.
I mean, this is correct in many cases, unironically.
It should be one of the core purposes of a programming language to help humans to write the code they intend. If a language doesnt do that then it’s bad.