Entries tagged with “open hardware” from O'Reilly Radar

Mon

Mar 9
2009

Nat Torkington

Four short links: 9 Mar 2009

by Nat Torkington@gnatcomments: 5

Hardware, open source, and AI today:

  1. Geek Tour China 2009 -- how did I miss this? Bunnie Huang has led a tour of China manufacturing for hardware hacking geeks. Read the blog posts from participants: here, here, here, here, and here. Just go ahead and add these bloggers to your feed reader: sweet sweet candy they post. My favourite: American Shanzai, asking where are the USA hackers like the Chinese who make working phones out of packets of cigarettes? But read the posts for giant single-digit LED clocks, markets of components from torn-down phones, and 280km of velcro/day machines.
  2. Open Source Hardware Central Bank -- an interesting idea to fund the manufacture of larger runs than would be possible with self-funding, so as to achieve modest economies of scale. "Looking at Open Source Software, it's a thriving ecosystems of communities, projects, and contributors. There are a few companies, but they mostly offer "paid-for" services like consulting, tech support, or custom code/build-to-order functionality. I'd like the same for Open Source Hardware. I'd like the money problem to go away for small contributors like me and others. And I'd like to help guys like Chris and Mike and Mark and David and Jake build more cool stuff because it's fun."
  3. Wolfram Alpha -- everyone is skeptical because it smells like AI windmill tilting mixed with "my pet algorithms are the keys to the secrets of the universe!", but it'll be interesting to see what it looks like when it launches in May. "But what about all the actual knowledge that we as humans have accumulated? [...] armed with Mathematica and NKS I realized there’s another way: explicitly implement methods and models, as algorithms, and explicitly curate all data so that it is immediately computable. [...] I wasn’t at all sure it was going to work. But I’m happy to say that with a mixture of many clever algorithms and heuristics, lots of linguistic discovery and linguistic curation, and what probably amount to some serious theoretical breakthroughs, we’re actually managing to make it work. Pulling all of this together to create a true computational knowledge engine is a very difficult task."
  4. Open Source, Open Standards, and Reuse: Government Action Plan -- "So we consider that the time is now right to build on our record of fairness and achievement and to take further positive action to ensure that Open Source products are fully and fairly considered throughout government IT; to ensure that we specify our requirements and publish our data in terms of Open Standards; and that we seek the same degree of flexibility in our commercial relationships with proprietary software suppliers as are inherent in the open source world." Great news from the UK!

tags: government, open hardware, open source, wolframcomments: 5
submit: Reddit Digg stumbleupon   

 

Tue

Nov 18
2008

Jim Stogdill

DIY Appliances on the Web?

by Jim Stogdill@jstogdillcomments: 9

Or, My Enterprise is Appliancized, Why Isn't Your Web?


I wrote a couple of posts a while back that covered task-optimized hardware. This one was about a system that combined Field Programmable Gate Arrays (FPGA's) with a commodity CPU platform to provide the sheer number crunching performance needed to break GSM encryption. This one looked at using task-appropriate efficient processors to reduce power consumption in a weather predicting super computer. In these two posts I sort of accidentally highlighted two of the three key selling points of task-specific appliances, sheer performance and energy efficiency (the third is security). The posts also heightened my awareness of the possibilities for specialized hardware and some of my more recent explorations that focused on the appliance market in particular got me wondering if there might be a growing trend toward specialized appliances.

Of course, specialized devices have been working their way into the enterprise ever since the first router left its commodity Unix host for the task-specific richness of specialized hardware. Load balancers followed soon after and then devices from companies like Layer 7 and Data Power (now IBM) took the next logical step and pushed the appliance up the stack to XML processing. These appliances aren't just conveniently packaging intellectual property inside commodity 1U blister packs, they are specialized devices that process XML on purpose-built Application Specific Integrated Circuits (ASICS), accelerate encryption / decryption in hardware, and encapsulate most of an ESB inside a single tamper proof box whose entire OS is in firmware. They are fast, use a lot less power than an equivalent set of commodity boxes, and are secure.

Specialization is also showing up in the realm of the commodity database management systems. At last year's Money:Tech Michael Stonebraker described a column-oriented database designed to speed access to pricing history for back testing and other financial applications. In this case the database is still implemented on commodity hardware. However, I think it's interesting in the context of this conversation on specialized computing because it speaks to the inadequacy of commodity solutions for highly specific requirements.

A device from Netezza is also targeted at the shortcomings of the commodity DBMS. In this case the focus is on data warehousing, but it takes the concept further with an aggressive hardware design that is delivered as an appliance. It has PostgreSQL at its core but it takes the rather radical step of coupling FPGA's directly to the storage devices. The result, for at least a certain class of query, is a multiple order of magnitude boost in performance. I think this device is noteworthy because it puts the appliance way up the stack and is perhaps a harbinger for further penetration of the appliance into application-layer territory.

While appliances are expanding their footprint in the enterprise, it seems like the exact opposite might be happening on the web? Maybe the idea of a closed appliance is anathema to the open source zeitgeist of the web, but in any case, the LAMP stack is still king. Even traditional appliance-like tasks such as load balancing seem to be trending toward open source software on commodity hardware (e.g. Perlbal).

I can't help but wonder though, at the sheer scale that some web properties operate (and at the scale of the energy cost required to power them), can the performance and cost efficiency of specialized hardware appliances be ignored? Might there be a way to get the benefits of the appliance that is in keeping with the open source ethos of the web?

If you've ever uploaded a video to Youtube and waited for it to be processed you have an idea of how processor hungry video processing is on commodity hardware. I don't know what Google's hardware and energy costs are for that task but they must be significant. Same goes for Flickr's image processing server farm and I would guess for Google's voice processing now that its new speech services have launched. If the combination hardware and electricity costs are high enough, maybe this is a good place to introduce specialized appliances to the web?

But how to do that in a way that is consistent with the prevailing open source ethos and that still lets a firm continue to innovate? I think an answer might be sort of DIY writ large; a confluence of open source and open hardware that works like an undocumented joint venture based on the right to fork. Think Yahoo and the Hadoop community or JP Morgan and friends with AMQP but with hardware and you get the idea. Such a community could collaborate on the design of the ASICS and the appliance(s) that hosted them and even coordinate production runs in order to manage unit costs. Perhaps more importantly, specifying the components openly would serve cost sharing across these companies while still supporting flexibility in how they were deployed and ultimately, generativity and innovation for future uses.

There are probably a bunch of reasons why this is just silly speculation, but Google's efforts with power supply efficiency might be seen as at least a bit of precedent for web firms dabbling in hardware and hardware specifications. In fact, Google's entire stack, from it's unique approach to commodity hardware, to software infrastructure like GFS, might be thought of as a specialized appliance that suits the specific needs of search. It's just a really really big one that "ships" in a hundred thousand square foot data center form factor.

tags: emerging tech, energy, open hardware, open sourcecomments: 9
submit: Reddit Digg stumbleupon