check out the contactless vital sign sensors from NorbertHealth.com that has SpO2, BP, PRV, temp, etc.
HN user
bobinator606
[ my public key: https://keybase.io/rbpasker; my proof: https://keybase.io/rbpasker/sigs/6HWn6e0cujtSWi356zpsP2uaBq_iuoOpnqFuk8j49iU ]
programs that use lots of signals and/or asynchronous completion of IO or timers ("completions")
completions create all sorts of concurrency problems because they are delivered to the program without any concurrency protection, and writing such protection correctly turns out to be non-trivial.
By delivering completions into coroutines, you gain all the concurrency protection that is offered by the green threads, without having to write it from scratch.
we built a green threads implementation for VAX/VMS in 1984 with pre-allocated stacks because performance. the key is to put guard pages in between the stacks to protect from stack overruns.
"The truth is like a lion. it needs not defense. it will defend itself" -- St. Augustine
the actual title is "10 Hot Startups In NYC"
The cluelessness of this article is beyond words.
New York City has one of the most amazing transit systems of any city in the world, and most of it is at least 100 years old.
By focusing on stops and forgetting to mention the dozens of large projects taking place in the NYC transit system, he makes it sound like nothing is changing.
Here's just a small list off the top of my head:
1. new Penn Station
2. Yes the 7 train to Hudson Yards
3. Yes, the 2d avenue subway (which has been in the offing for 100 years)
4. new East River tunnels
5. new ferry system (including 18 new ferries announced today)
6. new Select Bus Service
7. new New Jersey tunnels
8. repairing East River Bridges
9. new tunnels for LIRR service to Penn Station
like it or hate it, this is exact how its supposed to be done.
I am a self-professed terrible team member, and I scored "average" (27 out of 36) on "Reading the Eyes" test. Its not that I can't read people's faces, its that I don't care.
Amazing that the only contact from Adobe mentioned in this blog post is from their PR folks
At 12PM I received emails from Adobe’s PR who wanted to make sure we were on the same page with how we were addressing the issue
the AI and law movement began more than 40 years ago. There's an AI and law journal, a bi-annual international conference (ICAIL) and tons of other work (such as LDRI from the UK National Archives and the automated legal reasoning research from Stanford, CMU, and MIT.
most companies don't even bother calling or writing you to tell you 'no'. or they string you along endlessly until you get tired of asking, or you feel like you're becoming a pain.
use romana.io instead of veth
Then you should have concentrated on theoretical physics instead of experimental?
And there is a third which was offline at the time, and 2 more being worked on. This is no the last experiment.
No. Spooky Action at a Distance.
the G-V is certified for ETOPS -- extended twin-engine overwater operations. Second, there's no "gliding" involved. ETOPS flight plans are designed for single engine operation. That floating seat cushion is for when both engines fail.
the jet in question is a Gulfstream G-V. Its a very fancy passenger, long-range passenger jet
Even in Class C in UK airspace, you need a clearance.
why downgrade from an asychronous API to a synchronous one?