Would you also recommend these 2 restaurants if they ignored you for 30 minutes before taking your order, then brought your drinks late after you've already finished your meal? There's a lot more to a good restaurant experience than consistently making delicious tasting food. It's definitely not that simple.
Perhaps as a tie breaker if you insert multiple rows in a table within one transaction? In this situation, the timestamp returned by e.g. `now()` refers to the start of the transaction, which can cause it to be reused multiple times.
Since we're on HN and you mention California, it's worth noting that with a good job in tech 2/3/4 disappear, leaving only 1 (which is still very nice).
Of course most people missed BTC. Just like most people missed ETH, AMD, META, NVDA... the list goes on. Hell, I'm sure there are a few boats leaving right now that you & I are in the process of missing. I don't know why crypto people think that everyone else obsesses about missing BTC in particular.
I opened the article to make sure that quote wasn't out of context (nothing against you—it just happens often) but it's actually even worse:
> [AI can make people] feel like, “they are artists too,” in heavy quotes, which is not true.
> Many people, they’d like to imply that they are gifted at coding by giving the generative AI a solution to that.
In her view, if you create great art, a great video game, a great piece of software—or really anything at all I suppose—with the help of AI then you're a fraud and you should feel bad. I guess a bunch of people had similar thoughts when artists (yes, artists) started making music with computers without even knowing how to read sheet music or play a musical instrument, but look at all the creativity that came out of that.
We bought a new Honda Fit for $18.5k in 2014. It was a full redesign with nice improvements compared to previous model years (reverse camera, bluetooth audio, etc). Since then we've averaged 33 mpg with zero garage visits outside of routine maintenance. We probably could have saved some money by buying used instead, but over a decade of ownership I doubt that it would amount to more than a few hundred dollars per year.
Depends what you'll be doing with it I guess? My 2022 M2 Macbook Air is great for most things but takes 40s to complete the same test suite that my 2020 5950x finishes in 10s.
I like hot module reloads more than F5 since it preserves the state of the page. I don't use Angular though, but with Vite + React it's extremely quick.
I'm not on VS Code but I use micro as $EDITOR for the exact same reasons and it's great. I don't have to remember special shortcuts just to amend a git message or do an interactive rebase.
CSS classes are great for that until you need to reuse HTML and/or JS, at which point you're back to square one. People are moving to components because they solve these 3 things at once.