9 comments

  • sandreas6 hours ago
    This is cool, thanks for sharing. I recently compiled Rust &#x2F; Slint on a LicheeRV Nano, which is RISC-V 64bit musl[1]. It&#x27;s a little portable audio player I&#x27;m working on, the compile process is done via custom Cross docker image.<p>Currently I&#x27;m evaluating Battery Pal[2], because the TP4057 Module was not stable enough to power USB-C to 3.5mm Adapters reliably. So far it seems to work as expected.<p>1: <a href="https:&#x2F;&#x2F;github.com&#x2F;nanowave-player&#x2F;nanowave-ui" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nanowave-player&#x2F;nanowave-ui</a><p>2: <a href="https:&#x2F;&#x2F;pnlabs.ca&#x2F;batterypal&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pnlabs.ca&#x2F;batterypal&#x2F;</a>
  • FlyingSnake6 hours ago
    Great article. Hacking old kindles is fun! I encourage everyone to give it a try. The retro feel of eink makes it special for me.<p>I wrote about my experience in cross compiling zig on an old kindle some time ago.<p><a href="https:&#x2F;&#x2F;samkhawase.com&#x2F;blog&#x2F;zig-kindle-gdb&#x2F;" rel="nofollow">https:&#x2F;&#x2F;samkhawase.com&#x2F;blog&#x2F;zig-kindle-gdb&#x2F;</a>
  • DoctorOW6 hours ago
    This looks cool, and one of the first posts I&#x27;ve seen on HN in a few months where I genuinely wanted to try it.
  • KolmogorovComp5 hours ago
    Tangential, how does slint fare compared to Druid&#x2F;egui(?)
    • airstrike46 minutes ago
      Tangential reply, but Druid has been abandoned. The spirit lives on as Xilem, but that doesn&#x27;t have much traction either. It&#x27;s very... exploratory in nature.<p>I&#x27;m partial to iced, which to me is the best GUI library in Rust by far. The Discord is super active if you have questions.<p><a href="https:&#x2F;&#x2F;iced.rs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;iced.rs&#x2F;</a>
    • the__alchemist4 hours ago
      I&#x27;m curious as well. My understanding is one notable differencse, exemplified here, is that Slint can work on embedded devices &#x2F; no-std.
  • hardwaresofton6 hours ago
    This is awesome! How reliable are kindle jailbreaks&#x2F;avoiding updates, etc?<p>Have opted for other devices like the xteink (or a boox in the future) due to what seemed like a relatively small ecosystem around “aftermarket” kindle modifications.<p>The kindle would be a great option if it could be reliably jailbroken and loaded with custom software
    • a10c6 hours ago
      Depending on your firmware version, most jailbreak guides will have you either create an empty directory with the same name as the OTA firmware file (causing any OTA downloads to fail) or install an extension called `renameotabin` which renames the binaries responsible for performing the update, rendering them inaccessible.<p>source: <a href="https:&#x2F;&#x2F;kindlemodding.org&#x2F;jailbreaking&#x2F;post-jailbreak&#x2F;disable-ota.html" rel="nofollow">https:&#x2F;&#x2F;kindlemodding.org&#x2F;jailbreaking&#x2F;post-jailbreak&#x2F;disabl...</a>
    • Rebelgecko3 hours ago
      One of my biggest regrets is not jailbreaking my kindle before it auto updated last year
    • wilted-iris4 hours ago
      Worth noting that kobo devices are not locked down at all and run linux. They’re very easy to build for.
  • homarp8 hours ago
    the code: <a href="https:&#x2F;&#x2F;github.com&#x2F;sverrejb&#x2F;slint-kindle-backend" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sverrejb&#x2F;slint-kindle-backend</a>
  • ElenaDaibunny1 hour ago
    zig as a cross-compile backend for rust is so good.
  • IshKebab6 hours ago
    Good work! I guess you need to leave it plugged in?
  • nelox5 hours ago
    [flagged]