"APIs" entries

Four short links: 26 July 2012

Four short links: 26 July 2012

Drone Overload, Mac MySQL Tool, Better Cancer Diagnosis Through AI, and Inconstant Identifiers

  1. Drones Over Somalia are Hazard to Air Traffic (Washington Post) — In a recently completed report, U.N. officials describe several narrowly averted disasters in which drones crashed into a refuĀ­gee camp, flew dangerously close to a fuel dump and almost collided with a large passenger plane over Mogadishu, the capital. (via Jason Leopold)
  2. Sequel Pro — free and open source Mac app for managing MySQL databases. It’s an update of CocoaMySQL.
  3. Neural Network Improves Accuracy of Least Invasive Breast Cancer Test — nice use of technology to make lives better, for which the creator won the Google Science Fair. Oh yeah, she’s 17. (via Miss Representation)
  4. Free Harder to Find on Amazon — so much for ASINs being permanent and unchangeable. Amazon “updated” the ASINs for a bunch of Project Gutenberg books, which means they’ve lost all the reviews, purchase history, incoming links, and other juice that would have put them at the top of searches for those titles. Incompetence, malice, greed, or a purely innocent mistake? (via Glyn Moody)
Four short links: 30 May 2012

Four short links: 30 May 2012

CC-Licensed Museum, Bye Bye API, Socket Server, and Free Taxpayer-Funded Research NOW!

  1. Wide Open Future of the Art Museum (TED) — text of an interview with curator at the Walters Art Museum about CC-licensing content: reasons for it, value to society, value to the institution. What I say in a very abbreviated form in my talk is that people go to the Louvre because they’ve seen the Mona Lisa; the reason people might not be going to an institution is because they don’t know what’s in your institution. (via Carl Malamud)
  2. Twitter Resiles From API-Driven Site (Twitter) — performance was the reason to return to server-assembled pages, vs their previous “client makes API calls and assembles the page itself”.
  3. Stripe Einhornlanguage-independent shared socket manager. Einhorn makes it easy to have multiple instances of an application server listen on the same port. You can also seamlessly restart your workers without dropping any requests. Einhorn requires minimal application-level support, making it easy to use with an existing project.
  4. Petition the Whitehouse For Access to Taxpayer-Funded Research (Whitehouse) — We believe in the power of the Internet to foster innovation, research, and education. Requiring the published results of taxpayer-funded research to be posted on the Internet in human and machine readable form would provide access to patients and caregivers, students and their teachers, researchers, entrepreneurs, and other taxpayers who paid for the research. Expanding access would speed the research process and increase the return on our investment in scientific research. Sign this and spread the word: it’s time to end the insanity of hiding away research to protect a handful of publishers’ eighteenth century business models.

Developer Week in Review: Are APIs intellectual property?

APIs may be IP, and C remains popular, even when obfuscated.

We look at the legal status of APIs and how the Oracle versus Google suit may be affecting it, along with the relative popularity of languages and the world's worst C programs.

Four short links: 28 February 2012

Four short links: 28 February 2012

REST Interfaces, Browser History, Crappy Textbooks, and Wireless Babies

  1. Designing RESTful Interfaces (Slideshare) — extremely good presentation on how to build HTTP APIs.
  2. Manipulating History for Fun and Profit — if you want to make websites that are AJAX-responsive but without breaking the back button or preventing links, read this.
  3. Why Textbooks Are So Broken (Salon) — Let’s say a publisher hires a developer for a certain low-bid fee to produce seven supplemental math books for grades 3-8. The product specs call for each student book and teacher guide to have page counts of roughly 100 pages and 80 pages, respectively. The publisher wants these seven books ready for press in five weeks—over 1,400 pages. To put this in perspective, in the not too recent past at least six months would be allotted for a project of this size. But publishers customarily shrink their deadlines to get a jump on the competition, especially in today’s math market. Unreasonable turnaround times are part of the new normal, something that almost guarantees a lack of quality right out of the gate.
  4. exmobaby — wireless biosensor baby pyjamas send ECG, skin temperature, and movement data via Zigbee. (via Jo Komisarczuk)

Unstructured data is worth the effort when you’ve got the right tools

Alyona Medelyan and Anna Divoli on the opportunities in chaotic data.

Alyona Medelyan and Anna Divoli are inventing tools to help companies contend with vast quantities of fuzzy data. They discuss their work and what lies ahead for big data in this interview.

Unstructured data is worth the effort when you've got the right tools

Alyona Medelyan and Anna Divoli on the opportunities in chaotic data.

Alyona Medelyan and Anna Divoli are inventing tools to help companies contend with vast quantities of fuzzy data. They discuss their work and what lies ahead for big data in this interview.

Stickers as sensors

GreenGoose looks to unlock the data in everyday activities.

Put a GreenGoose sticker on an object, and just like that, you'll have an Internet-connected sensor. In this interview, GreenGoose founder Brian Krejcarek discusses stickers as sensors and the data that can be gathered from everyday activities.

Exposing content via APIs

Fluidinfo's Terry Jones on the role of APIs in the future of publishing.

APIs enable developers to work with your content like a box of Legos, building solutions you may never have dreamed of. In this TOC podcast, Fluidinfo CEO Terry Jones says the real world is "writable" and describes how APIs can offer powerful publishing solutions.

Jonathan's Card: Lessons from a social experiment

What happens when everyone has access to your Starbucks card? Jonathan Stark found out.

Jonathan Stark raised eyebrows last summer when he made his Starbucks card available for anyone to use. Here, Stark looks back on the "Jonathan's Card" experiment and examines its lessons.

Developer Week in Review: The hijacking of an insulin pump

Medical devices are remotely hacked, Google Maps get a price tag, and Linus Torvalds really doesn't like a certain language.

If you own an insulin pump, someone out there might have a hack with your name on it. Google decides to make high-volume Maps API users pony up some cash, and the creator of Linux goes after C++.