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.

Rerun OSS beta is released

221 pointsby fdbover 2 years ago

10 comments

emilernover 2 years ago
Hi there - CTO of Rerun here!<p>Rerun is still in beta, but we think it’s already good enough to be useful. It is built on wgpu, Apache Arrow, my own egui.rs library, and it also runs as Wasm in the browser.<p>I&#x27;m happy to answer any questions you may have!<p>PS: Thanks for the shoutout fdb!
评论 #34809953 未加载
评论 #34816967 未加载
评论 #34808868 未加载
2hover 2 years ago
here are some pictures, if like me you have no idea what this is:<p><a href="https:&#x2F;&#x2F;www.rerun.io&#x2F;docs&#x2F;getting-started&#x2F;examples" rel="nofollow">https:&#x2F;&#x2F;www.rerun.io&#x2F;docs&#x2F;getting-started&#x2F;examples</a>
jarpinehover 2 years ago
I’m currently learning Open Drone Map and Nerfstudio. I feed aerial imagery to them, wait a long while, and then evaluate their output. Then I start over. I wonder if I could log intermediate results to Rerun and perhaps see faster how the work goes. Though I’d need to integrate Rerun logging into the pipelines somehow. In any case the demos on the site looked really nice.
评论 #34812713 未加载
pipeworkover 2 years ago
The rr command is already somewhat well-known as a debugger from the rr-project[0]. Rerun is definitely inspiring, and good tools do that. Brett Victor is a great inspiration, I’m glad I saw that his work inspired rerun, that’s cool.<p>[0]: <a href="https:&#x2F;&#x2F;rr-project.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rr-project.org&#x2F;</a>
tingstamover 2 years ago
Exciting! Looks very promising, especially for 3D stuff. I have one task coming up which is to filter somewhat noisy point clouds of body parts. Would you say Rerun is a good tool for that?
mikaelnover 2 years ago
Congrats. I&#x27;m also a COSS founder and think this is a very smart step for a product like rerun. Feel free to ping me if you want to chat open-source more.
NayamAmarsheover 2 years ago
Congratulations!
评论 #34807892 未加载
cloverTiger88over 2 years ago
excited to give it a try!
sigg3over 2 years ago
IMO relevant blurb:<p>&gt; Rerun is an SDK for logging data like images, tensors and point clouds, paired with an app that builds visualizations around that data. We built Rerun for computer vision and robotics developers. It makes it easy to debug, explore and understand internal state and data with minimal code. The point is to make it much easier to build computer vision and robotics solutions for the real world.
评论 #34809353 未加载
philsnowover 2 years ago
I got confused by the usage of the term &quot;log&quot; (and the word gets used so much in many pages that I hit semantic satiation).<p>&gt; When you log data to the Rerun SDK, Rerun handles everything needed to visualize it. It handles live streams from multiple processes across the network, as well as simple playback from recordings. That means taking care of serialization, transport, synchronizing streams, out-of-order data, and automatically constructing visualizations with sane defaults.<p>so is &quot;record&quot; &#x2F; &quot;recording&quot; the right concept? When I think of logging I think of <i>exactly</i> lines in a text file (or maybe the &quot;log&quot; from a logging filesystem).
评论 #34811216 未加载
评论 #34811177 未加载
评论 #34810767 未加载