9 comments

  • sails38 days ago
    I&#x27;ve tried these in the past but always found the software&#x2F;firmware side of it too fiddly for the reward (against the grain for a lot of people, I know), which is a pity as the hardware side is really rewarding (for me).<p>Recently, doing it with Claude Code was a breeze. If you are more interested in the outcome than the process, then I&#x27;d say it&#x27;s a great time to buy a few old Kindles and see what you can create with them.
  • knlb38 days ago
    I&#x27;ve never really had the patience to fiddle a lot of with the hardware but have always wanted to use e-ink screens for working, specially on the move. (Tried the hacks for remarkable pro with a friend&#x27;s recommendations, ultimately never kept using it).<p>The boox palma with android + (obsidian | termux + tailscale) when I need it has actually worked out well for me for writing | programming with a portable keyboard (nuphy). I even did this year&#x27;s Advent of Code on it. (<a href="https:&#x2F;&#x2F;knlb.dev&#x2F;logs&#x2F;aoc25" rel="nofollow">https:&#x2F;&#x2F;knlb.dev&#x2F;logs&#x2F;aoc25</a> has some photos)
  • tetris1138 days ago
    Serial might have been a bit unnecesary here, since there are USB hacks you can exploit to achieve the same over at mobileread.<p>You also might want to turn off some background scripts in &#x2F;etc&#x2F;init.rc&#x2F; such as the screensaver, unload the audio&#x2F;mic, stop the window manager if you&#x27;re not using it, and stop the webreader.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;pascalw&#x2F;kindle-dash&#x2F;blob&#x2F;main&#x2F;src&#x2F;dash.sh" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pascalw&#x2F;kindle-dash&#x2F;blob&#x2F;main&#x2F;src&#x2F;dash.sh</a>
  • solarkraft42 days ago
    The kindle system is a joy to dig around in. The UI‘s based on X, awesome WM, GTK and a bunch of mostly unobfuscated shell scripts and JS.<p>One thing I‘d love would to find a way to make it wake up every once in a while to turn it into an auto-refreshing display. I haven’t found a way to do so without external hardware (which could save a lot of power by not having to wake the whole system, but I think the wakeup can’t be triggered via the serial port and other contacts aren’t as easily accessible).
    • tetris1138 days ago
      the rtc clock can be told to wakeup at specific times from software, and the hardware buttons do usually.wake the device too<p><a href="https:&#x2F;&#x2F;github.com&#x2F;pascalw&#x2F;kindle-dash&#x2F;blob&#x2F;c83842e7561340e902812f358481f689cdec24a4&#x2F;src&#x2F;dash.sh#L102" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pascalw&#x2F;kindle-dash&#x2F;blob&#x2F;c83842e7561340e9...</a>
  • gnabgib41 days ago
    (2021) At the time (373 points, 95 comments) <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26073463">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26073463</a><p>In 2022 (159 points, 24 comments) <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32293238">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32293238</a>
  • fortran7738 days ago
    I broke my old kindle when trying to open it. His nice description on how to get inside would have been a big help…
  • Jemm38 days ago
    While cool, ultimately not usable due to the very limited hardware.
    • ktallett38 days ago
      Limited hardware is exactly why it is usable. Many e-ink devices exist now so limiting factors such as refresh rates etc, need to be considered when developing apps for android etc nowadays.
      • Brian_K_White38 days ago
        They might be maining that it requires a specific ereader model rather than being generic, but I&#x27;m not sure that really applies either. Kindles, even any specific single model of kindle, are generally readily available.
    • xx_ns38 days ago
      Usable enough to run a Linux DE on it! I did so on my blog: <a href="https:&#x2F;&#x2F;nns.ee&#x2F;kindle" rel="nofollow">https:&#x2F;&#x2F;nns.ee&#x2F;kindle</a>
  • Natfan42 days ago
    *an eink development platform c:
  • mfalcon38 days ago
    Would be nice to use as an interface to interact with Claude Code.