Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nikonp
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
nikonp
4mo ago
We are, careers page post might just not be up yet
2.
▲
by
nikonp
1y ago
Rerun co-founder here. Rerun doesn’t have replay in the sense of you send messages in and can play back the same messages in the same order later. We have playback in the sense that you can play it back in the viewer. We also have apis for
3.
▲
by
nikonp
2y ago
There is a native version as well: https://rerun.io/docs/getting-started/installing-viewer You can for instance install and open the viewer natively with just: > pip install rerun-sdk > rerun
4.
▲
Show HN: Interactive graphs in Rerun with a Rust port of D3-force
(rerun.io)
65 points
by
nikonp
2y ago
|
13 comments
5.
▲
by
nikonp
2y ago
Thanks for sharing and that makes me really happy to hear. Keeping Rerun simple to use and easy to get started with has been a goal of ours from the beginning. > I think Rerun should actually make the timeline view just another "vie
6.
▲
by
nikonp
2y ago
Thanks a lot I really appreciate you writing this out! I'd say most of your requests are things we'd like to address in the future. Built in screen recording is a common request and something I think makes sense for the open sourc
7.
▲
by
nikonp
2y ago
The many entities performance is still not where we'd like it to be. We've made multiple improvements over the last releases so worth kicking the tires again but it isn't solved in a fundamental way yet. There is still some l
8.
▲
by
nikonp
2y ago
Yeah that makes sense, we hear that a lot and it's on our roadmap. It won't come in the next release unfortunately but I'd love to have it land within the next couple releases after that
9.
▲
by
nikonp
2y ago
When was the last time you tried it? This was the focus of the 0.18 release, which improved the situation quite significantly (see https://rerun.io/blog/column-chunks for details)
10.
▲
by
nikonp
2y ago
Thanks! Just so you know you can log rr.SeriesPoint(color=(0, 0, 255), marker_size=1.5) in the same call as rr.Scalar(peak.value) if you want. You could also skip logging the rr.SeriesPoint altogether and include it in your blueprint (as a
11.
▲
by
nikonp
2y ago
Glad to hear you like Rerun and thanks for the suggestions! > A little worrying for me that rerun seems getting more complicated and verbose and API changes frequently. We'll unfortunately continue to change some APIs over the next
12.
▲
by
nikonp
2y ago
Awesome to hear it's working out for you!
13.
▲
by
nikonp
2y ago
Emil had already started egui long before we started Rerun. The immediate mode paradigm of egui also fits very well with how we wanted to archetype Rerun. In addition to that the GUI framework story in Rust is still quite immature which mea
14.
▲
by
nikonp
2y ago
That's totally doable but we haven't put together any examples of that kind other than perhaps this one https://rerun.io/examples/generative-vision/llm_embedding_ne... , which uses UMAP to project some te
15.
▲
by
nikonp
2y ago
Sorry to hear that. Mind sharing what it was you were trying to do? Most users find Rerun to be very fast when trying to do the things it was built for.
16.
▲
by
nikonp
2y ago
Super glad to hear that! What are some things you're missing on the client/server streaming? I'm aware that there is much to do but would love to hear your specific issues
17.
▲
by
nikonp
2y ago
Really glad to hear you like what we've been building so far! I personally appreciate the note on the strong data model in particular since that's taken up a lot of focus and effort. In that case it will make you glad to hear tha
18.
▲
by
nikonp
2y ago
Rerun ceo here, thanks for jumping into the discussion here Adrian! First of, want to really highlight that MCAP is a great container format for robotics message recordings. We (like most of the robotics community) see it as the natural evo
19.
▲
by
nikonp
2y ago
Awesome to hear you're enjoying it! Anything we could do to make you love it even more?
20.
▲
by
nikonp
2y ago
Rerun CEO here. Awesome to hear you're enjoying using Rerun for monitoring ML training runs! > I will say the (not so recent) API change to "components" and "archetypes" hasn't clicked for me yet. Obviously
21.
▲
by
nikonp
2y ago
One of the founders of Rerun here. I don't remember exactly where the idea came from but I think it was basically two things. First off, creating chunks of columns to store or pass around is a pretty common approach in data systems. Pa
22.
▲
by
nikonp
3y ago
Did you read the post?
23.
▲
by
nikonp
3y ago
Cool! I don’t know Ramer-Douglas-Pecker, how did that work?
24.
▲
by
nikonp
3y ago
Thanks! Haha yeah definitely the downside of putting disclaimers everywhere. There is another order of magnitude performance left to squeeze out in theory so I guess we can always leave it in until that’s done too
25.
▲
by
nikonp
3y ago
Thanks for the heads up! Looking into it. Haven't been able to reproduce yet on mobile or desktop safari but that error message helps
26.
▲
by
nikonp
3y ago
Ah yeah that was definitely a usecase we hadn’t thought of. Really cool project!
27.
▲
by
nikonp
3y ago
Cool! Where was that? (I’m on the Rerun team so curious)
28.
▲
Teams improved launch time (9s) vs. Rust app
(twitter.com)
10 points
by
nikonp
3y ago
|
0 comments
29.
▲
by
nikonp
4y ago
One of the founders here. I totally see where you’re coming from. If you come from a world where log equals text, then using log for anything else seems strange. In robotics and autonomy, “log” is commonly used for e.g. sensor data or plann
30.
▲
by
nikonp
4y ago
Thanks! It will be fun to hear what people think after giving it a try
More ›