HN user

bpmct

25 karma

Tinkerer. Product @ Coder.com

Posts2
Comments10
View on HN

I haven't developed on the Kindle ecosystem, but with old Nook devices I am able to set a screensaver, alarm, and put the device into deep sleep between refreshes. This changed my battery life from ~48 hours into 30+ days of battery life even with some old devices.

The "electric sign" app does this, which is where I referenced the code.

With trmnl, the image only refreshes every 10 mins so the device will set a ~9 minute alarm to wake the device right before it needs to load the next update.

The refresh period is also configurable so a slower refresh interval (e.g. every hour for less time-sensitive screens) yields larger battery savings

For those on a budget, I highly recommend checking eBay for old e-ink readers. Many of them can be rooted and are by far the most affordable way to get e-ink (plus compute).

The Nook Simple Touch is one of my favorites

Yep. From the perspective of someone earlier in their career without all the "lived experience": Business books have helped me feel closer with (and better emphasize with) senior execs. I'm not necessarily trying to cut corners, but it helps in situations where I am expected to be a peer to folks who have been working much longer than I have.

Business books are definitely not a perfect substitute for lived experience or having a mentor, but they have certainly helped me.

Ben from Coder here - thanks for sharing, and I'm looking forward to the write up! :D

code-server is the open source project we maintain. I personally host code-server on a Raspberry Pi in my office, so I can travel with an iPad and still write code.

Coder (also self-hosted) is a platform with multi-IDE support and team features. In other news, JetBrains introduced their remote gateway, similar to VS Code remote. This is a great time to start developing on a remote server.

For remote development, I think this is a game changer. I use it with to create dev containers that support docker and even k8s clusters.

Disclosure: I work for Coder, a cloud development platform