"healthcare" entries

Four short links: 27 March 2012

Four short links: 27 March 2012

Healthcare Ain't Silicon Valley, Math for Makers, Open Source Musician Tools, and Learn to Make Languages

  1. Five Tough Lessons I Had To Learn About Healthcare (Andy Oram) — I don’t normally link to things from Radar but this gels 110% with my limited experience with the healthcare industry.
  2. Makematics: Math for MakersI want the hardware hackers who are building the next generation of DIY 3D printers to be able to turn topological algorithms and concepts into open source tool path generation software that creates more efficient gcode and enables the fabrication of previously impossible physical forms. I don’t know the best way to go about this, but this site is intended to act as home for my experiments.
  3. CASH Music — they build open source tools for musicians and labels to make money. What WordPress did for bloggers, we’re doing for musicians. (via New York Times)
  4. PL101: Create Your Own Programming Language — you’ll build it in Javascript as you learn how programming languages and compilers work. It’ll run on AppEngine and be hosted on GitHub.
Four short links: 19 March 2012

Four short links: 19 March 2012

The Quantified Professor, Bus Monitor, Arduino Confessor, and Ethics of Deceit

  1. Examining His Own Body (Science Now) — Stanford prof. has sequenced his DNA and is now getting massively Quantified Self on his metabolism, infections, etc. This caught my eye: George Church, who has pioneered DNA sequencing technology and runs the Personal Genome Project* at Harvard Medical School in Boston that enrolls people willing to share genomic and medical information similar to what’s presented in the Cell report, says some might critique Snyder’s self-exam as merely anecdotal. “But one response is that it is the perfect counterpoint to correlative studies which lump together thousands of cases versus controls with relatively much less attention to individual idiosyncrasies,” Church says. “I think that N=1 causal analyses will be increasingly important.”
  2. Bus Arrival Monitor (John Graham-Cumming) — hacked a toy doubledecker bus with LED display feeding bus arrival info from the Transport for London API via a modded Linksys WRT router.
  3. Arduino Tool That Connects Each Board to Its Own Source (Ideo) — If you create something with Arduino and put it out into the world, there is no well-established link to the source. If you personally made the device, the source can get lost over time. If you didn’t create it, you could have a tough time tracking the source down. You have the physical device, why can’t it tell you where it’s code lives? I made a tool for Arduino called “Upload-And-Retrieve-Source” that for the most part solves this problem. (via Chris Spurgeon)
  4. Mike Daisey is a Liar and So Am I — I linked to the original This American Life story, so now I’m linking to the best commentary on their retraction of the story. This is an excellent piece on the ubiquity and ethics of Daiseyesque means-justifies-the-end for-a-good-cause deceit.

Big data is the next big thing in health IT

Big data introduces unique healthcare challenges and opportunities.

The proliferation of digital health information, including both clinical and claims information, is creating large datasets and significant opportunity.

Four short links: 24 February 2012

Four short links: 24 February 2012

Analytics in Excel, HTTP Debugger, Analytics for Personalized Healthcare, and EFF To The Rescue

  1. Excel Cloud Data Analytics (Microsoft Research) — clever–a cloud analytics backend with Excel as the frontend. Almost every business and finance person I’ve known has been way more comfortable with Excel than any other tool. (via Dr Data)
  2. HTTP Client — Mac OS X app for inspecting and automating a lot of HTTP. cf the lovely Charles proxy for debugging. (via Nelson Minar)
  3. The Creative Destruction of Medicine — using big data, gadgets, and sweet tech in general to personalize and improve healthcare. (via New York Times)
  4. EFF Wins Protection of Time Zone Database (EFF) — I posted about the silliness before (maintainers of the only comprehensive database of time zones was being threatened by astrologers). The EFF stepped in, beat back the buffoons, and now we’re back to being responsible when we screw up timezones for phone calls.

Direct Project will be required in the next version of Meaningful Use

The Direct Project is poised to become the first health Internet platform.

Given the way that healthcare is financed in the U.S., it's reasonable to expect that many doctors will have a Direct email address to communicate with other doctors and their patients in a few years.

Data for the public good

From healthcare to finance to emergency response, data holds immense potential to help citizens and government.

The explosion of big data, open data and social data offers new opportunities to address humanity's biggest challenges. The open question is no longer if data can be used for the public good, but how.

HIMSS asks: Who is Biz Stone and what is Twitter?

Explaining cutting edge social media to the last industry to computerize.

As patients and practitioners gather on Twitter, the service has evolved into a peer-to-peer healthcare marketplace. That's why Twitter co-founder Biz Stone's keynote at HIMSS is so fitting.

Preview of HIMSS 2012

Collaboration, trust in platforms, and application of social media are key health IT trends.

Brian Ahier says we're at a pivotal moment for healthcare and health IT. Many of the core issues that will shape these domains in the years to come will be discussed at the upcoming Healthcare Information and Management Systems Society (HIMSS) conference.

AI will eventually drive healthcare, but not anytime soon

A merging of artificial intelligence and healthcare is tougher than many realize.

People will eventually get better care from artificial intelligence, but for now, we should keep the algorithms focused on the data that we know is good and keep the doctors focused on the patients.

Four short links: 31 May 2011

Four short links: 31 May 2011

Disease-B-Gone, Quake Game, Text Adventures, and Unicoddling

  1. Rinderpest Eradicated — only the second disease that mankind has managed to eradicate. This one was a measles-like virus that killed cattle and caused famines. A reminder of how astonishingly difficult it is to eradicate disease, but what a massive victory it is when it happens. (via Courtney Johnston)
  2. Magnetic South — the 6.3 earthquake that trashed Christchurch, New Zealand, has presented the city with a tabula rasa (or, rather, tabula rubble) for the rebuild: what should they build, how, and where? The good citizens are working on this question in many ways, one of which is this online game based on Institute for the Future’s Foresight Engine.
  3. TOPS-20 in a Box — write FORTRAN code on an emulated PHP-10 running TOPS-20 and, most delightfully, play the original Adventure as written by Crowther and finished by Woods. It’s like emulating the Big Bang for text adventures. When you’re done, admire the scholarship in this analysis of the original to see how much Woods added. (Text adventures are the game version of command-line interfaces, and we still have much to learn from them)
  4. Why Does Modern Perl Avoid UTF-8 By Default? (StackOverflow) — check out the very long and detailed answer by my coauthor, Tom Christiansen, on exactly how many thorns and traps lie in wait for the unwary “it should just WORK”er. Skip down to the “Assume Brokenness” section for the full horror. Tom’s been working with linguists and revising the Unicode chapters of the Camel, so asking “why can’t it just work” is like asking a war veteran “why don’t you just shoot all the bad guys?”.