1. Excitement about a paper‑like e‑ink experience
Many commenters loved the idea of a device that feels and behaves like paper, evoking Star Trek PADDs and the simple joy of a readable, foldable screen.
- “Outstanding! This is so…correct.” – Brian_K_White
- “We finally have PADDs from Star Trek!” – andyfilms1
- “if it looks like a paper, it should act like a paper” – cat‑whisperer
- “This is amazing!!! It just makes sense. And its just how you would want to use a e reader.” – jarboot
- “You can even fold it, once!” – nomel
- “This is a fantastic idea!” – sho_hn
2. Technical limits of PDF rendering on low‑resource hardware
A recurring thread pointed out that the device’s modest RAM (≈400 KB) and CPU make full PDF rendering impractical, pushing the conversation toward raster‑based printer standards (PWG Raster, Apple Raster) and the complexities of the PDF format.
- “I love the concept, but I wonder why he wasn’t printing to PDF. Can this device not render PDFs?” – joshmarinacci
- “rendering PDF takes a lot out of a 400KB RAM'd device. It also needs a ton of things to actually work which the ROM can't hold.” – cat‑whisperer
- “Probably not. It doesn't appear to have enough ram. I'm not sure the CPU is up to that either.” – bluGill
- ValdikSS listed PDF hurdles: “4 font formats, 9 image formats, blending with transparency, different colorspaces… the page can have elements from another pages …”
- “It's an esp32 MCU, even if it can somehow run the PDF render pipeline, it won't be more ideal than just accept the raw byte stream and display.” – mrheosuper
3. Appreciation for the DIY, creative spirit and suggestions for improvement
Participants praised the project’s ingenuity, shared ideas for building their own printers or plotters, noted the eco‑friendly angle, and offered concrete enhancements (e.g., better media‑size handling, backlight models).
- “Good job, but I’m left wanting to know how to build a printer.” – ks2048
- “I'd say it's an eco-friendly printer” – cat‑whisperer
- “I bought an x4 a month or so ago, zero regrets. It’s finally been the thing to actually decouple me from my phone.” – hamaluik
- “Very cool. I was expecting to learn about the ins and outs of ink, printheads etc but instead learned 'How to build a paper that acts like a printer' which turned out much more entertaining.” – alternativeworl
- “This is why I like it here. Somebody does irrefutably incredible work outside of their comfort zone, and somebody else goes 'yeah actually I was born in that zone… Here's how to improve it'” – Neywiny
- ValdikSS described diving into the printer stack, fixing bugs, and even building his own print server device.
- cat‑whisperer welcomed the memory‑saving suggestions: “lovely, this would save me a bunch of memory during transformation and dithering. Will do!”