Show HN: Edsger – A handwritten Clojure REPL for the reMarkable 2
handwritten.danieljanus.pl
Show HN: Edsger – A handwritten Clojure REPL for the reMarkable 2
1–10 of 36 posts
Re: Show HN: Edsger – A handwritten Clojure REPL for the reMarkable 2
#2y tho
Re: Show HN: Edsger – A handwritten Clojure REPL for the reMarkable 2
#3This awesome! I actually had no idea I could ssh into my Remarkable and do neat stuff like this!
> Why do it? It's so impractical!
Because you can and it's fun is always a perfectly valid answer here!
Re: Show HN: Edsger – A handwritten Clojure REPL for the reMarkable 2
#4Very nice
Re: Show HN: Edsger – A handwritten Clojure REPL for the reMarkable 2
#5Did foo(42) just output 44 ?
Re: Show HN: Edsger – A handwritten Clojure REPL for the reMarkable 2
#6Did foo(42) just output 44 ?
(+ x 2)
Re: Show HN: Edsger – A handwritten Clojure REPL for the reMarkable 2
#7Now I have a reason to get reMarkable :)
Re: Show HN: Edsger – A handwritten Clojure REPL for the reMarkable 2
#8A fun experiment, and cute if not for the lag. A full 14 seconds between the pen stopping writing and the result,
What I'd find interesting is the trace of that 14 seconds. How much is the Remarkable processing, how much is the claude transcription, how much is the let-go start-up / processing, etc.
Re: Show HN: Edsger – A handwritten Clojure REPL for the reMarkable 2
#9A fun experiment, and cute if not for the lag. A full 14 seconds between the pen stopping writing and the result, What I'd find interesting is the trace of that 14 seconds. How much is the Remarkable processing, how much is the claude transcription, how much is the let-go start-up / processing, etc.
I haven't used the latest reMarkable devices, but the first/older ones takes multiple seconds to save notes to disk. I remember having similar issues for my own file syncing daemon I tried to make for my reMarkable, where it took many seconds before the filesystem event actually was fired away, it might still be the same issue today I suppose.
Re: Show HN: Edsger – A handwritten Clojure REPL for the reMarkable 2
#10I’m actually impressed by the handwritten blog - really cool concept.
Was it exported by writing on remarkable? How did he include link into the text that he wrote?