Live data from Hacker News

Viewing profile — jamwaffles

jamwaffles

HN member
Joined
Tue, Apr 16, 2013, 7:42 AM UTC
HN karma
93
Public activity
34 items

About jamwaffles

No profile information was provided.

Recent public activity

  1. comment
    Comment #45806359

    I read that article when it came out and thought it was well written and had good evidence and sources. It's the opposite of unhinged IMO, and explains a lot as to why Google is as…

  2. comment
    Comment #45326874

    "I was enjoying a beverage while travelling"

  3. comment
    Comment #44884728

    There is indeed: Bezier::compute_lookup_table[1]. You'll want to use a `TValueType` of `Euclidean` to get equidistant points. [1]: https://docs.rs/bezier-rs/latest/bezier_rs/struct…

  4. comment
    Comment #43319154

    I suppose they're being pedantic in that the Channel Tunnel only carries rail traffic.

  5. comment
    Comment #43089626

    Completely agree. I'd be tempted to put up some Rust code if the contribution pipeline wasn't such utter crap (yes yes it was good for it's time, but that was decades ago). But I w…

  6. comment
    Comment #42264023

    You can! I needed to run some realtime networking stuff on an isolated core and followed this [1] I used Windows 11 and the two cores I isolated show no CPU usage in task manager u…

  7. comment
    Comment #40234211

    Location: Edinburgh, UK / Worldwide Remote: Yes Willing to relocate: No Technologies: Rust, EtherCAT Résumé/CV: https://wapl.es/cv Email: james+hnhired@wapl.es Need help with Rust …

  8. comment
    Comment #39221456

    Location: UK/Edinburgh Remote: Yes Willing to relocate: No Technologies: Rust (including no_std), EtherCAT Résumé/CV: https://wapl.es/cv Email: james@wapl.es Hello! I'm James and I…

  9. story
  10. comment
    Comment #36959262

    Location: Scotland, UK Remote: Yes, full remote Willing to relocate: No, sorry Technologies: Rust, EtherCAT, embedded Linux, microcontrollers Résumé/CV: https://wapl.es/cv Email: j…

  11. comment
    Comment #29470950

    Built into `cargo`, I'd recommend `cargo tree`, `cargo tree -i` and/or `cargo tree --duplicates` to figure out where certain types of dependency tree bloat are.

  12. comment
    Comment #26397667

    We use it a bit for https://github.com/embedded-graphics/embedded-graphics and I have to say I love it. It's just the right balance between configuration variables/constants and "a…

  13. comment
    Comment #25095249

    I always get a bit excited when I see a righto.com post. An excellent read as usual.

  14. comment
    Comment #24977890

    Location: Cambridge, UK Remote: Yes Willing to relocate: No Technologies: Rust, Postgres, Typescript, React, Embedded (hobby, looking to move into embedded Rust fulltime) Résumé/CV…

  15. comment
    Comment #24611121

    If you’re a library/tool author, please put a small code demo in the readme, or at least link to some. I’d like to see what the syntax looks like at a glance. I think it helps adop…

  16. comment
    Comment #24568237

    I'm not affiliated in any way, but Dave Addey's book of the same name as the blog is fantastic. Highly recommended if you're into weirdly specific stuff like why there's specific t…

  17. comment
    Comment #24516806

    As I understand it, the Quake RTX demo is fully ray traced but I could be wrong on that. The FPS isn’t super high but definitely playable.

  18. comment
    Comment #24514799

    More "mechanical" stuff like typos in payload fields and deserialisation is MUCH safer (and more pleasant with the derives!) due to the benefits of Rust's type system, but broader …

  19. comment
    Comment #24451425

    Just to throw some anecdata back at this overly broad statement, I use Rust full time at work and maintain some embedded crates with moderate download numbers. I suppose I mustn't …

  20. comment
    Comment #24333583

    Still reasonably early days like the rest of the ecosystem, but there is good support for a lot of ATSAMD and ATSAME devices here ( https://github.com/atsamd-rs/atsamd ). I'm not v…

  21. comment
    Comment #22871919

    It might not help judge performance for individual tasks, but PassMark's CPU listings ( https://www.cpubenchmark.net/cpu_list.php ) should help with relative performance. The resul…

  22. comment
    Comment #22673321

    I’ve been looking to switch to it. What’s bad about it?

  23. comment
    Comment #22645940

    `cargo-outdated` is mint. If you haven't already, consider installing `cargo-edit` too! It adds `cargo add`/`cargo rm` to add/remove crates, as well as `cargo upgrade` to bump semv…

  24. comment
    Comment #22374065

    I've used date-fns ( https://date-fns.org/ ) with good success. The import structure allows for pretty good tree shaking. It's really good if you only want to format a date in like…

  25. comment
    Comment #22370653

    Perhaps not a timelapse in the traditional sense, but Gource ( https://gource.io/ ) is a fun way to watch a Git repo evolve.