I don't know, he made a great point about `useEffect` and its data flow and composability problem, which I've known for some time. The part about top down state being one giant mutable variable is true, but it's also how functional programming languages do it with a state-monad-esque runtime, like Elm. It's mostly a footgun when you're irresponsible cutting across many redux state machines in a single component.
I think the author is kind of a mediocre frontend eng but it's also true that modern react + hooks are full of footguns that can get very ugly. It's the opposite outcome of what react was originally designed for, to make it easy to do the right thing.
Campendium misses a lot of actual spots. It might have one camping spot listed for a 25 mile radius but there are actually tons of spots in that area. It's not precise enough imo and only guides me where to start looking on satellite photos and BLM maps again.
I've often had to resort to google satellite photos and referenced flat dirt patches with BLM territory maps to make sure I wasn't on private land. Wish there was an easier way.
The point of a flagship phone is to push the envelope, not compete with midrange devices. If someone else is filling the midrange niche better than Google I don't really see a problem, buy that phone instead. Google can better differentiate with a flagship and by doing so pushes the rest of the industry forward on features. These features that were costly to develop will later propagate to midrange.
Take ETH and ETC for example, they both have the same address format and accidentally sending from one chain to another results into your crypto being locked away forever.
What does implementing the cpu with logic gates entail? Does the compiler run on top of that metal you build? I’ve been thinking about how best to start from the bottom and I was thinking of getting a cheap fpga to build a cpu and compiler on. How does this course compare?
I read an ars technica article that this would be a possible solution but isn’t right now because the hardware to check access rights isn’t fast enough yet
I think the author is kind of a mediocre frontend eng but it's also true that modern react + hooks are full of footguns that can get very ugly. It's the opposite outcome of what react was originally designed for, to make it easy to do the right thing.