Live data from Hacker News

Viewing profile — jtrueb

jtrueb

HN member
Joined
Sun, Oct 15, 2023, 8:41 PM UTC
HN karma
223
Public activity
66 items

About jtrueb

Rust, C++ full full-stack (embedded wearables to ML)

Recent public activity

  1. comment
    Comment #48845275

    The callout about auditing inline and comptime reminds exactly of the C++ point made about how you have to follow the style guide. Whoosh?

  2. comment
    Comment #47767875

    Call me crazy, but jj is more confusing than git.

  3. comment
    Comment #47633247

    RTOS can be used a lot looser than you describe. Like a build system, scheduling, and interrupt framework that allows you to program an MCU like you describe. Zephyr RTOS and Free …

  4. comment
    Comment #47618171

    I kinda quit using it. The tab feature is useful when making minor or mundane changes, but I quite prefer the codex GUI if I am going to be relatively hands off with agents.

  5. comment
    Comment #47600575

    Is there a new version or news related to this? v0.9 was Nov 2024, and Leptos and Dioxus have been a lot more active.

  6. comment
    Comment #47392601

    AI-assisted research is a solid A already. If you are doing greenfield then. The horizon is only blocked by the GUI required tooling. Even then, that is a small enough obstruction …

  7. comment
    Comment #46842127

    Yes! I’m not sure how many people arguing for one or the other have tried both, but it is clear that you know the pain.

  8. comment
    Comment #46811840

    Have you been in a self driving car? There are some quite annoying hiccups, but they are already very safe. I would say safer than the average driver. Defensive driving is the norm…

  9. comment
    Comment #46800899

    I don't need nanosecond accuracy. I just know there are a lot of scripts expecting it.

  10. comment
    Comment #46799732

    I would describe it as the huge majority, reflecting on my pandas use over the years. Pretty much all of the data worth exploring in pandas over excel, some data gui, or polars inv…

  11. comment
    Comment #46795161

    That timestamp resolution discrepancy is going to cause so many problems

  12. comment
    Comment #46739990

    Heard of `#![forbid(unsafe_code)]` ?

  13. comment
    Comment #45827570

    simd was one I thought we needed. Then, i started benchmarking using iter with chunks and a nested if statement to check the chunk size. If it was necessary to do more, it was typi…

  14. comment
    Comment #45705708

    I mainly use Rust in embedded now. I don’t always rely on encoding all of the correctness in the Rust type system. To a degree all the old ways of enforcing correctness are still i…

  15. comment
    Comment #45705341

    I was on a team with a similar timeline with C++ (4 year). All the language and toolchain difficulties came after shipping. Meeting new customer needs meant shifting from greenfiel…

  16. comment
    Comment #45705034

    Yeah, I think BDFL wants to use Zig. I understand that it is nice for Zig to feel more like C, and that can be fun. If the toolchain is so far away from being mature, how long will…

  17. comment
    Comment #45704976

    The reason for not choosing Rust still doesn't make any sense to me. If you don’t want to OOM, need correctness, are following the power of ten (where you aren’t allocating anyways…

  18. comment
  19. comment
    Comment #45225886

    Slides from video description https://docs.google.com/presentation/d/1SoDsm_m_pb_gS6Y98Hgh...

  20. comment
    Comment #44984395

    Obviously there is a lot of work here, but I am a bit confused. If you already have lab code in Julia, Matlab, R, Python, Excel, etc., what is the motivation to use this tool? Is t…

  21. comment
    Comment #44289513

    That’s if the voltage supply was stable and within electrical specs for a sufficient period of time. We can see this is a snippet 2 hours into the discontinous collection. 3.6V is …

  22. comment
    Comment #44260340

    A true champion > when I started contributing to Rust back in 2021, my primary interest was compiler performance. So I started doing some optimization work. Then I noticed that the…

  23. comment
    Comment #43526629

    Arc doesn’t give you the choice until this upcasting feature lands in stable.

  24. comment
    Comment #43523855

    I agree this is useful. I also think it isn’t the end of the world to support some semblance of OOP in Rust. If it helps you ship the business logic, sometimes it’s okay to concede…

  25. comment
    Comment #43523533

    Getting closer and closer to OOP