I've used a couple of the higher end (but smallest form factor) BRIX from Gigabyte to drive a touchscreen kiosk. I was really happy with the performance. Mini-PC System (BRIX) - GIGABYTE U.S.A.[^]
jumodo
Posts
-
Intel NUC -
Evil NortonI was on the support team at Symantec when they released Norton Utilities v.3 for Windows 95. I always felt bad for the callers who were mystified that after installing the entire product they could not find their deleted files in the recovery tool. They didn't read the manual; didn't use the floppy boot disk DOS-based recovery tool. Oops...
-
Do developers really need a touch screen?The short story is that existing dashboard frameworks (that I could find) were geared toward providing the data presentation tooling, and we were looking for something that would primarily allow us to layout our data presentations of choice. So I built a container system that let us put any kind of web content from anywhere within a completely flexible layout. It ended up working across screen sizes of any kind and orientation even though it started as strictly a 1080p display. It was basically one big single page application using MaterializeCSS for navigation and styling. I used HighCharts, d3.js, plain-old HTML, and SVG for most of the data presentation.
-
Do developers really need a touch screen?If you are developing a touch-centric application, it sure helps to have a touchscreen. In one project I developed a BI dashboard for a wall-mounted 1080p touchscreen monitor. It supported 10-point multi-touch using Google Chrome in kiosk mode. Having a touchscreen directly connected for debugging and js object/event review was critical.