惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
J
Java Code Geeks
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
量子位
T
Tailwind CSS Blog
Vercel News
Vercel News
I
InfoQ
Stack Overflow Blog
Stack Overflow Blog
U
Unit 42
Engineering at Meta
Engineering at Meta
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
D
Docker
博客园_首页
P
Proofpoint News Feed
月光博客
月光博客
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Martin Fowler
Martin Fowler
腾讯CDC
N
Netflix TechBlog - Medium
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

Hacker News: Front Page

SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Introducing Claude Opus 4.7 Qwen Studio The Future of Everything is Lies, I Guess: Where Do We Go From Here? GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis Ancient DNA reveals pervasive directional selection across West Eurasia [pdf] AI cybersecurity is not proof of work Moving a large-scale metrics pipeline from StatsD to OpenTelemetry / Prometheus GitHub - Nightmare-Eclipse/RedSun: The Red Sun vulnerability repository GitHub - SethPyle376/hiraeth: Local AWS emulator focused on fast integration testing, with SQS support, SQLite-backed state, and a debug-friendly web UI. A Better Ludum Dare; Or, How to Ruin a Legacy GitHub - macOS26/Agent: Any AI, replaces Claude Code, Cursor, OpenClaw. Over 18 LLM providers (Claude, OpenAI, Gemini, Ollama, Zai, HF, Qwen) wired into a native Mac app that writes code, builds Xcode projects, bumps versions, manages git, automates Safari, use AppleScript, JS or Accessibility, extend Agent! w/ MCP Servers, run tasks from your iPhone via Messages. YouTube now lets you turn off Shorts I Made a Terminal Pager Burgers | マクドナルド公式 Commands — HackerNews CLI documentation ChatGPT for Excel PiCore - Raspberry Pi Port of Tiny Core Linux Live Nation illegally monopolized ticketing market, jury finds Google Broke Its Promise to Me. Now ICE Has My Data. Founding Engineer at Adaptional | Y Combinator CRISPR takes important step toward silencing Down syndrome’s extra chromosome GitHub - saffron-health/libretto: The AI toolkit for building reliable browser automations US v. Heppner (S.D.N.Y. 2026) no attorney-client privilege for AI chats [pdf] Unexpected €54k billing spike in 13 hours: Firebase browser key without API restrictions used for Gemini requests Fragments: April 14 Cal.com Goes Closed Source: Why AI Security Is Forcing Our Decision | Cal.com - Scheduling Software for Online Bookings Laravel raised money and now injects ads directly into your agent Codex Hacked a Samsung TV
Modos Color E‑Paper Monitor Pushes Open‑Source Displays F...
https://www.facebook.com/48576411181 · 2026-06-18 · via Hacker News: Front Page

Last fall, Modos debuted the Paper Monitor and Dev Kit, an open-source e-paper display kit that hit a record 75-hertz refresh rate. The project was successful, raising almost double its $110,000 goal.

Now the two-person startup is back fund-raising for Modos Flow, a 13.3-inch color e-paper monitor with a higher native resolution of 3,200 x 2,400, touch input, and a 60Hz refresh rate, which is made possible by a new display controller called Enchanter.

With the Flow’s crowdfunding campaign now live on Crowd Supply, cofounders Alexander Soto and Wenting Zhang spoke with IEEE Spectrum about the engineering behind it and the lessons they’ve learned on their crowdfunding journey.

This conversation has been edited and condensed for clarity.

IEEE Spectrum: What is the Modos Flow, and how does it improve on the Paper Monitor Dev Kit?

Wenting Zhang: The previous Paper Dev Kit is a DIY kit. You get the screen and the board, but nothing else. You add your own shell or embed it in another project. A lot of people connect it to a Raspberry Pi, for example.

The Modos Flow is a complete monitor. The only port is USB Type-C, so you’re supposed to connect it to a laptop or PC.

Spectrum: The Flow’s higher resolution is enabled by a new opens-source display controller board called Enchanter. What’s changed?

Zhang: The new board has a larger, newer FPGA, has double the DDR3 memory bandwidth, and a power supply that delivers higher currents for the more power-hungry screen.

But mostly, it’s about the display input. The input decoder chip is a Chrontel CH7516 DisplayPort-to-LVDS converter. It supports DisplayPort 1.1 rather than 1.0, enabling higher resolutions.

We want the whole thing open source, so all our parts need to have open documentation with nothing gated behind an NDA. This chip wasn’t available when we launched the Paper Dev Kit campaign, so we had no way to support DisplayPort 1.1 while keeping things open. The new chip made DisplayPort 1.1 possible

Spectrum: A common skepticism about e-paper monitors is that faster refresh rates don’t matter if pixel response is still slow. What’s your response?

Zhang: It depends on how you measure it. On LCDs, we measure how long a pixel takes to go from 10 percent to 90 percent of its target brightness. Measured that way, the older E Ink screens on Glider come in around 100 milliseconds. The latest screen, shipping with Enchanter, is more or less 50 milliseconds.

That’s still slower than an LCD, but the first-generation iPad shipped with an IPS screen with a response time around 30 milliseconds. If people were okay with that, 50 isn’t far off.

Also, 10-to-90 percent isn’t a fair perceptual metric. When you move the mouse, what you feel as latency isn’t the pixel fully changing, but when it starts changing. That’s what we optimize for. A higher frame rate shortens time spent buffering, and our controller adds no buffering of its own, so we can minimize the time from user input to on-screen response.

Spectrum: You’ve now taken two products through crowdfunded manufacturing. What were the biggest challenges?

Soto: The initial plan never goes the way you think. There are always factors outside your control. A chip crisis, tariffs, manufacturing delays. The Flow’s display bezel uses a very specific color-mixing solution, for example, and it took about a month to get that one shade of white just right.

Zhang: Manufacturing, even at a smaller scale, is hard. Factories do exactly what you tell them, and when anything is a tiny bit off, they halt and wait for input.

For example, with the 6-inch model of our prior project, our initial 100 samples were all good, so our instructions for the next batch didn’t include testing the screens. Then we ordered 500 for mass production, and 300 were defective. When we discovered this, we had to tear down 300 assembled units. I tested more than 300 panels myself.

I learned it’s important to be close to the factory or to hire someone local. I used to think it’s as simple as sending an order to the factory online and the parts just get delivered. It never works like that.

Soto: Also, to add to that, reduce your scope and increase your timeline. When we came to doing Enchanter, we thought, “Yeah, we can get this going in a few months.” But it took eight months, even though we already had the prototype. Whatever your gut feeling is on the time it will take, double it.

Spectrum: Why keep going down this path rather than seeking investment?

Soto: I think I’m just stubborn (laughs). But really, I’m happiest seeing someone hack the dev kit. One community member went from knowing nothing about PCBs or FPGAs to building a board from scratch and retrofitting it into a laptop, within a year. We’re seeding a community where each person has their own ideas to build.

Zhang: We discussed both investment and collaborating with established companies, but neither went through. We’re too small to win against a bigger company, and the e-paper monitor market is also just small.

From an investor’s perspective, there isn’t enough money to be earned. They value our engineering capability but they’d rather direct us to do something else. But that’s not what we want to do.

Spectrum: What’s your advice for engineers considering a crowdfunded project?

Soto: Build community. Before our first campaign, we spent a year attending conferences, writing posts, and sharing our work. It’s good to have people who know you, who’ve shaken your hand and tried the product. You can’t engineer in a silo.

Zhang: If you have the idea and think it could work, just do it. I have way too many prototypes I didn’t continue, and other people turned the same idea into a product, which in many cases, seemed worse than my prototype. Yet they were successful. Don’t make yourself regret the things you didn’t do.