In this episode, I and Nathan explore the hype around machine learning and the over hype of science. The podcast is up to an hour long, is tangential and also contains personal anecdotes and light politics. As opposed to the inspirational clinicians section that tries to pack information into a short interview this is for … Continue reading Bryan Podcast: Episode 6
python
Tips for clinicians to start coding
I get it, long shifts in a hospital to not encourage the average clinician to learn how to code. There is no doubt that coding can improve your data handling abilities and automate some very dull tasks or improve communication and clinical outcomes, but the environment you work in can make it hard to get you … Continue reading Tips for clinicians to start coding
Bryan Podcast: Episode 4
I and Nathan Blake answer questions and generally talk about med tech and clinical innovation in a relaxed fashion. Warning! The podcast is up to an hour long, is tangential and also contains personal anecdotes and light politics. As opposed to the inspirational clinicians section that tries to pack information into a short interview this … Continue reading Bryan Podcast: Episode 4
Bryan Podcast: Episode 3
I and Nathan Blake answer questions and generally talk about med tech and clinical innovation in a relaxed fashion. Warning! The podcast is up to an hour long, is tangential and also contains personal anecdotes and light politics. As opposed to the inspirational clinicians section that tries to pack information into a short interview this … Continue reading Bryan Podcast: Episode 3
Use Excel? Automate and speed up the boring stuff with Python!
The more familiar you get with code and databases the more you cringe when you hear that the data is in Excel. As soon as I got the hang of databases I would try my best to avoid excel at all costs. It's slow, takes up a lot of memory for what it's storing, gets … Continue reading Use Excel? Automate and speed up the boring stuff with Python!
Bryan Podcast: Episode 1
This is a first of a series where I and Nathan Blake answer questions and generally talk about med tech and clinical innovation in a relaxed fashion. Warning! The podcast is over an hour long, is tangential and also contains personal anecdotes and light politics. As opposed to the inspirational clinicians section that tries to … Continue reading Bryan Podcast: Episode 1
Day with no phone = half power
I drifted in and out of sleep. The alarm hadn’t gone off so there was still time to get more rest. Some time later I wake up, happy with myself that I’m rested enough to actually beat the alarm. I roll over to check the time only to realize that my phone was completely dead … Continue reading Day with no phone = half power
Enigma, a mechanical analogy to software
I recently went to the Polish cultural institute in Hammersmith to see a talk on the WW2 enigma machine. I was not disappointed, the good condition facilitated a working demonstration. Not only was this a treat to see from a historical perspective, it is a physical embodiment of how high, and low level code works … Continue reading Enigma, a mechanical analogy to software
One small step for most, one giant leap for me!
After two long hours communicating over skype with a friend of a friend who is a developer in Budapest we finally managed to upload the beta test of our site on the port : http://144.76.90.245:61008/ . There is still much more to do before it becomes mildly useful such as populating the backend database with providers … Continue reading One small step for most, one giant leap for me!
Have an idea? Stop thinking and start doing!
We finally have a basic search function coded!! Ok, it's not amazing, we can search through our database of pulling objects based on category and display the objects in order with other objects that are inherited. The trick now is to build a drop down form into the page for users to make their own queries. I … Continue reading Have an idea? Stop thinking and start doing!