This is unfortunately easier said than done. You'd expect Twilio to let you set a max spending limit in your account settings. Instead this is what they tell you to do: https://support.twilio.com/hc/en-us/articles/223132387-Prote... (notice the PHP snippet too)
Essentially, setting up a webhook to receive alerts from Twilio, and then calling a Twilio API to suspend the account. Your webhook better be up and running flawlessly if you don't want to go bankrupt. Why can't they do it themselves?
Hi everyone! We’re of course well aware of the importance of HIPAA for all organizations operating in the US. To clear up any confusion: HIPAA-eligible means in our case that we’re ready to sign BAAs.
Domain specificity is a killer advantage when fine-tuning! For Whisper in particular, fine-tuning with actual medical speech gave us an immediate strong advantage over competing APIs.
It's hard to compare a fusion plant and a geothermal plant if we don't know how much energy a single fusion plant could produce. Are there any estimates on that?
One of the first things I do when setting up a new Mac is to enable “three finger drag”. I’m pretty sure it also removes the drag lock. You’ll have to get used to the new way of dragging things though.
Nabla | https://nabla.com | iOS, Android, Frontend, Full Stack | Full Time | Paris, France | Onsite
We're building a continuous & personalized primary care service. Our goal is to make healthcare more holistic, empathetic, precise, connected & preventive.
We're building top-notch mobile apps for people to monitor their health, and putting world-class tools & the latest ML advances in the hands of practitioners so they can make the best decisions.
Our current tech stack: Swift, Kotlin (both Android and back-end), TypeScript + React, Python (for ML).
Fun (or sad) fact: they apparently lost a lot of the source code and assets. Looks like they were able to recover most of the code, but not the assets [1]
Very happy about this move. Nuclide’s remote development capabilities were way above anything else I’ve tried (Sublime, IntelliJ Ultimate, VSCode, remote SSH mounts, etc).
It’s the only solution I’ve found that really allows you to browse the remote filesystem as smoothly as you would with your local drive (including when you’re also changing the remote files outside the IDE), degrade functionality as needed when the connection isn’t great (using caching appropriately), and immediately recover when it comes back. The only cost to pay was a bit of setup server-side (installing watchman and opening a port, if I remember correctly). I really hope they can bring the VSCode experience to the same level!
> the issue is the total emissions under the control of any one government
Total emissions definitely matter (no need to give speeches in Palau even if per-capita emissions are much greater than in the USA), but considering this number without regard to the population size is completely unrealistic and insensitive.
For China's overall emissions to get to the same level as the USA, that means a Chinese citizen would be expected, on average, to emit less than half of what a US citizen emits.
Would you expect a Chinese citizen to only eat half of what a US citizen eats, just because there are more people in their country ? Of course not.
China's trend is dramatically upwards because a big chunk of the population is still getting out of poverty. Of course CO2 emissions are increasing.
Definitely depends on the platform. On Linux it's probably great, but on macOS at least, I've yet to see a GTK app that doesn't feel super clunky. GTK breaks lots of expectations about how things should behave on macOS (shortcuts, standard menus, buttons, etc). Gimp or Inkscape are good examples. On the other hand those are examples of what a "native" app is expected to look like:
At least in France, this article says that for similar concurrent charges (not sure how similarity is determined), the most important sentence is picked. So, max instead of sum.
It’s nice to see a bit of Safari love around here. Some sites occasionally break, but I really like the macOS/iOS integrations. SMS code autofill on desktop Safari (via Mac <-> iPhone communication) is pretty awesome.
This is unfortunately easier said than done. You'd expect Twilio to let you set a max spending limit in your account settings. Instead this is what they tell you to do: https://support.twilio.com/hc/en-us/articles/223132387-Prote... (notice the PHP snippet too)
Essentially, setting up a webhook to receive alerts from Twilio, and then calling a Twilio API to suspend the account. Your webhook better be up and running flawlessly if you don't want to go bankrupt. Why can't they do it themselves?