this costs $20K and it's on consumer hardware and this model is very very good
lot of companies are already spending $10-20k per dev per year on cloud inference
can't believe we're here already
Probably the best thing you'll see today.
In 2017, a group of developers hilariously competed for who could create worst volume control interface in the world.
The results 🧵
1/22
A unit test shouldn’t:
🚫 Call a DB
🚫 Run a browser
🚫 Make an HTTP call
🚫 Rely on stuff on other machines
A unit test should pass without a network connection.
There’s nothing wrong with doing such things in a test. But if a test does these things, it’s not a unit test.
The term "patch", meaning a software update, originates from the days when computer code was written on physical cards with holes punched in them. If there was a change in the code, you would "patch" that section of the card with a piece of tape, covering it, and changing it.