TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The ReMarkable Streaming Tool v2: Elevating Remote Work Efficiency

588 pointsby owulveryckalmost 2 years ago

25 comments

owulveryckalmost 2 years ago
Greetings HN community! I&#x27;m excited to share the latest iteration of my reMarkable streaming tool, designed to enhance remote work productivity. In 2021, I developed a tool that enabled me to stream content from my reMarkable tablet to my laptop, making it an invaluable asset during virtual meetings and presentations.<p>My newly published article delves into the details of this revamped version, discussing its architecture, components, and the iterative journey of improving user experience. As a product manager, I gained unique insights into user perspectives, which drove me to simplify the tool&#x27;s activation process.<p>This article is a deep dive into the technical aspects of the tool, exploring how I eliminated the need for a local service and optimized network consumption. If you&#x27;re curious about DIY tech solutions, optimizing remote work setups, or simply exploring innovative projects, I invite you to explore the article.
评论 #37198558 未加载
评论 #37199295 未加载
评论 #37199711 未加载
评论 #37196726 未加载
评论 #37196797 未加载
Loicalmost 2 years ago
An alternative I am very happy with is the SuperNote[0]. You can do screen mirroring and this is effectively really nice to quickly draw diagram during a meeting.<p>The only inconvenient of the approach is that the SuperNote is starting a small webserver and you basically use Firefox to access it. It is very responsive as one would expect, but this means that you need to have your laptop&#x2F;computer on the same network as the SuperNote. In a home office setup, this is not an issue, but at work, your company policy may prevent this.<p>Anyway, be it RM2 or SuperNote, these tools are great for people who enjoy writing done ideas with pen and paper. The feeling is really different than doing it in an app or just text document. You can doodle in your notes :-)<p>[0]: <a href="https:&#x2F;&#x2F;supernote.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;supernote.com&#x2F;</a>
评论 #37197002 未加载
评论 #37211614 未加载
评论 #37209680 未加载
评论 #37201652 未加载
评论 #37199565 未加载
FredrikMeyeralmost 2 years ago
You can make your HTML canvas rendering faster by using typed arrays as described here <a href="https:&#x2F;&#x2F;hacks.mozilla.org&#x2F;2011&#x2F;12&#x2F;faster-canvas-pixel-manipulation-with-typed-arrays&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;hacks.mozilla.org&#x2F;2011&#x2F;12&#x2F;faster-canvas-pixel-manipu...</a>
评论 #37201670 未加载
评论 #37198960 未加载
weekayalmost 2 years ago
Excellent write up. This is the kind of content that I love to see here. Great to see how chatgpt helped you along the way to learn and solve a problem you weren’t very well versed with. Resonate with the comment that you were the developer and chatgpt was the coder ! Exactly how I felt with some of the projects. Also indeed true that Simplicity is indeed complex .
sdflhasjdalmost 2 years ago
I suppose the author chose JPEG because that&#x27;s easy to turn into MJPEG which is decoded for free (since you can just hand it off to something that supports it), but I suspect that contributes a lot towards the straining of the reMarkable CPU.<p>However, JPEG is more suitable for photography but the graphics displayed on the reMarkable are more illustration-like and to top it off, it&#x27;s monochrome. I think another common image format (such as PNG), or even a crude RLE compression would be lighter on the CPU.
评论 #37197945 未加载
评论 #37197398 未加载
Evidloalmost 2 years ago
Did you ever look at only transmitting the changed regions of the framebuffer? You can really cut down on data rate that way: <a href="https:&#x2F;&#x2F;github.com&#x2F;pl-semiotics&#x2F;mxc_epdc_fb_damage">https:&#x2F;&#x2F;github.com&#x2F;pl-semiotics&#x2F;mxc_epdc_fb_damage</a><p>Thats how the rM VNC project does it, but I prefer the UX of your app not needing any client side software.
评论 #37199024 未加载
stedanielsalmost 2 years ago
This is very cool, and I _really_ want to love the ReMarkable 2, but it&#x27;s stance on being an insecure device [0] makes this difficult.<p>[0] <a href="https:&#x2F;&#x2F;support.remarkable.com&#x2F;s&#x2F;article&#x2F;Does-reMarkable-offer-device-encryption-or-full-end-to-end-encryption" rel="nofollow noreferrer">https:&#x2F;&#x2F;support.remarkable.com&#x2F;s&#x2F;article&#x2F;Does-reMarkable-off...</a>
评论 #37196806 未加载
评论 #37197766 未加载
评论 #37196879 未加载
评论 #37197726 未加载
dxdmalmost 2 years ago
&gt; My initial approach was to compile the client into WASM. This seemed promising as it would let me leverage my expertise in Go development. However, I encountered several limitations that would have necessitated substantial modifications.<p>I&#x27;d be interested to read more about this.
评论 #37197007 未加载
idorosenalmost 2 years ago
How does this tool compare to the built-in streaming (screen share) feature?
评论 #37196793 未加载
评论 #37197328 未加载
评论 #37196768 未加载
mmastracalmost 2 years ago
I love remarkable, and I wish they would focus on features like this rather than the subscription that I don&#x27;t ever plan on paying for.
KeplerBoyalmost 2 years ago
The same can be achieved on Android (eInk-) Tablets using scrcpy.<p>Surprisingly fun for combined with a boox note.
limaalmost 2 years ago
I&#x27;m using rmView for its red-dot-on-hover feature: <a href="https:&#x2F;&#x2F;github.com&#x2F;bordaigorl&#x2F;rmview">https:&#x2F;&#x2F;github.com&#x2F;bordaigorl&#x2F;rmview</a>
alanfranzalmost 2 years ago
This is a nice technical achievement, but I’m not sure I understand the difference between this and using a virtual whiteboard tool, ie FreeForm, Lucida Spark, Miro, Google Jamboard, and sharing it live in a meeting.<p>What kind of context am I missing?
评论 #37197133 未加载
bobekalmost 2 years ago
This was one of the reasons, why I went with one of the Boox devices (Max Lumi) in my case. It is Android, so adding even easier than working around their Linux distro.<p>Screen sharing (actually it doubles as a remote control as well) via <a href="https:&#x2F;&#x2F;github.com&#x2F;Genymobile&#x2F;scrcpy">https:&#x2F;&#x2F;github.com&#x2F;Genymobile&#x2F;scrcpy</a><p>And as they don&#x27;t try to leverage proprietary formats, Syncthing for syncing books and notes. And NetGuard for a good measure, so it doesn&#x27;t call home.
greatgibalmost 2 years ago
Nice tool. I like my remarkable2, I&#x27;m just so frustrated that it is not more open by design. It could do much more so easily
评论 #37203925 未加载
评论 #37199858 未加载
joe_the_useralmost 2 years ago
Also,<p>The context is ReMarkable has a sharing service that costs $2.99&#x2F;month. And subscription software is generally noxious but subscriptions more or less necessary for a device especially so.<p><a href="https:&#x2F;&#x2F;remarkable.com&#x2F;store&#x2F;connect" rel="nofollow noreferrer">https:&#x2F;&#x2F;remarkable.com&#x2F;store&#x2F;connect</a>
评论 #37201672 未加载
wodenokotoalmost 2 years ago
On one hand I really like the no-distractions philosophy of the remarkable, but on the other hand it is just missing that one app that I want.<p>Great to see people work around it. I assume this web app would also work for streaming other devices.
jerryjerryjerryalmost 2 years ago
Wow, this is a very nice tool! Although I&#x27;m a ReMarkable2 user, I&#x27;m also curious about if this tool can be extended to support the newly launched Kindle Scribe.
tanepiperalmost 2 years ago
Very nice - I have a ReMarkable, but haven&#x27;t used it as much as I&#x27;d have hoped but might give this a try.
flargalmost 2 years ago
The sorely missed Kent Boogie Board did this out of the box and it worked really well!
jegpalmost 2 years ago
If the goal is to share the visual contents of the pad, why not just stream the graphics over SSH?<p>I recommend checking out reStream: <a href="https:&#x2F;&#x2F;github.com&#x2F;rien&#x2F;reStream&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;rien&#x2F;reStream&#x2F;</a> Using nixos, sharing your screen is as simple as nix run nixpkgs#restream
评论 #37197325 未加载
gloosxalmost 2 years ago
i don&#x27;t understand: how does this server goes around NAT? Is it really suitable for overseas remote work or it is only local and you have to stream your screen itself via proper webrtc system?
评论 #37235038 未加载
ridruejoalmost 2 years ago
I wish something like this existed for the Amazon Scribe…
评论 #37201732 未加载
jimmySixDOFalmost 2 years ago
This a great article for the process even if you don&#x27;t have a RM2 so great hack to solve your own problem. I have been achieving something similar on my home PC setup using tldraw [1] which is a live multiplayer infinite canvas board service that I also join from a surface laptop with a stylus. I share that tab with others in a call from my PC and dump in its screen shots etc that I can markup from the surface tablet or anyone can join the tldraw session when it makes sense. Anyway its a web service not your own, you don&#x27;t have the RE2 OCR and filing system or eink etc and there are a lot of other infinite canvas solution to choose from, but it&#x27;s working and turned out to be simple enough for me to use more than once lol.<p>[1] www.tldraw.com
varispeedalmost 2 years ago
I don&#x27;t know how people can justify using ReMarkable for work? Device is not encrypted, so it is a huge security risk.<p>The company seems to be not interested in adding encryption, so this is just a toy.
评论 #37198970 未加载
评论 #37212458 未加载