Standard Search
About 2 results
https://hboon.com/using-remarkable-and-claude-code-to-triage-my-wip-md/ · 1 Dec 2025
My notes and TODO list live in a wip.md file. It's been getting big and I needed a way to triage it. I use Claude Code for most of my coding, so I came up with this workflow: 1. Convert wip.md to PDF 2. Cross out and star lines on my reMarkable 3. Ask Cl...
https://hboon.com/finding-battery-capacity-for-remarkable-tablet/ · 26 Feb 2024
I like to get a feel for the battery conditions of my device. For the reMarkable, you can check after you ssh with: awk -F'=' '/POWER_SUPPLY_CHARGE_FULL=/{current=$2} /POWER_SUPPLY_CHARGE_FULL_DESIGN=/{design=$2} END{printf "\nBattery Health: %.2f%%\n", (...