Hacker News new | ask | show | jobs
by ruby_roo 6278 days ago
Can someone tell me if this is a good idea?

You put this fast-booting live distro on a thumbdrive or disc, and it boots straight into a kiosk mode where you have just a full-screen browser that is restricted to your web-based sales portal. Perhaps it is simply an online store catalog with shopping cart and checkout.

Let's say you sell products at various fairs or conventions - maybe you travel a lot - wouldn't it be nice to be able to turn any cheap, old computer with a network connection (maybe you have many of them) into a fully-functioning on-site store in under 10 seconds without having to mess with anything? Just plug in that USB drive, boot, remove the USB drive, and you're done (or you do the same for a set of machines). If someone kicks out a power plug, just reboot like you did the first time and relax, knowing that the same exact functionality will be available on every computer you run this on, every time, with nothing to configure, nothing to install, and leaves no footprint on any of the machines you touch (runs completely in memory).

If needed, this fast-booting kiosk distro could download config settings from your web service (maybe you want to change your prices or catalog depending on the computer's location).

Could something like this reduce the cost and hassle of running profitable vendor kiosks at fairs/festivals/shows/conventions/malls/lobbies? Enough to be worth paying for such software?

What are the implications of instantly deployable, domain-specific thin-clients along these lines? What are the risks? Or is this just backward thinking?

2 comments

What are the risks?

You can't trust the hardware or the network, for one. Did you check for a hardware keylogger?

Because it's already easy to do this. The browser portal to your website is the easy thing to solve.

* Network connectivity * Computers (& physical considerations: space and tables) * Web store

Those are the hard things to implement, and would cost a business a fair chunk of money, even for a bare bones offering of those.