by PascalW on 1/28/21, 7:04 AM with 71 comments
by htk on 1/28/21, 10:05 AM
I love these “under engineered” solutions. I’d be tempted to do everything in the Kindle itself, but he achieved what he needed with much less effort and higher flexibility.
by dalbasal on 1/28/21, 1:23 PM
I guess it's just extremely hard to compete for a beachhead against an incumbent (mobile touch displays) that's more general and mass produced.
by bergie on 1/28/21, 8:53 AM
That's what we did on our boat:
by sradman on 1/28/21, 11:55 AM
The system consists of a set of shell scripts that run on a jailbroken Kindle. It includes ht, an HTTPie clone written in Rust that makes requests to a dashboard server using software like Dashbling.
by firasd on 1/28/21, 9:21 AM
--
An issue with mobile UX is that it's tricky to maintain 'ambient awareness'. How do you 'keep an eye' on Slack? You have to foreground it & disable screen locking, or get push notifications.
On desktop you can just alt+tab to it every so often, plus the taskbar icon lights up.
I sometimes use Chrome on desktop to address a similar requirement (they have a feature to 'pin' a tab, so you can have GMail plus stuff like WhatsApp pinned.)
Would be cool if there was a cheap always-on tablet that could display arbitrary web widgets like a calendar, slack etc
Just thinking about this ambient computing thing reminds me of the ‘Chumby’, a cute smart alarm clock from the early 2000s.
Apparently the Amazon Echo Show is a bit of a successor. And I came across a wall-mounted calendar display called ‘Dakboard’ (it’s like $400 though.)
I have a use case that sounds ridiculously lazy, but I guess has been a problem for me for most of this decade: I need to know the time in various cities without doing any work besides a glance
---
Addendum: over the last couple days I've been looking into stuff like Arduino, Raspberry Pi etc but re-using a Kindle is cool if you don't want to do a whole electronics project
by keyle on 1/28/21, 8:27 AM
by makepanic on 1/28/21, 8:57 AM
I've build a similar thing for my kindle.
https://github.com/makepanic/eink-weather
It is a simple website, which a headless chrome screenshots to use with the online screensaver app.
A browser might be overkill but I wanted to avoid manual layouting.
by spuz on 1/28/21, 9:16 AM
by ingend88 on 1/28/21, 1:52 PM
Is there a way to enable real-time messaging on to an e-ink device ? For e.g. I would love to keep a kindle running that can show a message when I am on the road.
by Hopka on 1/28/21, 8:33 PM
FWIW the Kindle Paperwhite also has an Experimental "Beta Browser" that can display websites and execute some JavaScript - I am using that for a similar project, a basic dashboard / light switch web application hosted on a Raspberry Pi.
by jrockway on 1/28/21, 6:21 PM
I think I like normal LCDs for status displays. It is possible to redraw the screen without inverting it and drawing a lot of attention, so it is more "ambient".
by borzunov on 1/28/21, 9:57 PM
https://github.com/borzunov/remoteink
This could also be used for the dashboards if connected to a remote server or a Raspberry Pi (no screen updates happen if the content doesn't change).
Besides that, it allows to zoom in/out, switch between the opened windows, and move around the screen with keyboard shortcuts. No jailbreak is needed for the reader.
by figbert on 1/28/21, 8:33 AM
by CGamesPlay on 1/28/21, 8:54 AM
by codesternews on 1/28/21, 8:49 AM
by tluyben2 on 1/28/21, 11:54 AM
by clash on 1/28/21, 2:36 PM
by cmiller1 on 1/28/21, 3:23 PM
by heroHACK17 on 1/28/21, 2:53 PM
by girishso on 1/28/21, 8:24 AM
by rijoja on 1/28/21, 5:02 PM
by dh-g on 1/28/21, 2:05 PM
by KaiserPro on 1/28/21, 8:26 AM