I wrote up my post-operation thoughts on my laser eye surgery, my motivations for doing it, a bit about the technology, and I opened up a Q&A.
In short, I am highly satisfied.
Link below!
@bryan_johnson Hey, suppose you live to 100+, at some point, things like articular cartilage will decay, are you actively exploring any therapies to track, maintain, or repair those kind of tissues? Do you believe these will continue to function so long as your metabolic health is optimal?
I decided that retirement was boring and have joined the Developer Division at Microsoft. To do what? Too many options to say! But it’ll make using Python better for sure (and not just on Windows :-). There’s lots of open source here. Watch this space.
@kuizinas@feross@twilio Hey. I think you are seeing the default video res of 640x480. I got 1280x720 when I tried Speakeasy. You can increase the constraints in the twilio lib as follows:
const { connect } = require('twilio-video');
connect('$token', {
video: { width:1280, height:720 }
...
}
Our Recording Composition API enables you to transcode, combine and mix your Group Room Video Recordings through an API.
Learn more: twilio.com/blog/2018/05/g…
Midnight reading, here is an iOS example I wrote which performs audio recording and speech recognition using Twilio's Video SDK. github.com/twilio/video-q…