Live data from Hacker News

Viewing profile — witcher01

witcher01

HN member
Joined
Wed, Jul 20, 2022, 1:59 PM UTC
HN karma
9
Public activity
6 items

About witcher01

https://wiredspace.de

Recent public activity

  1. comment
    Comment #35152409

    Thanks for mentioning it. I already tried using it a few months ago and brushed it off as still being a WIP, but it still didn't work when I tried again just a few days ago. Asking…

  2. comment
    Comment #35149684

    I don't know what the issue is but I've tried esp-wifi on the ESP32-C3 with the examples and nothing would run. It's a bummer since I'd have liked to leverage the Bluetooth support…

  3. comment
    Comment #34690087

    Personally, I'm missing a more in depth write up. My takeaway has been "it doesnt matter because everyone had a different approach", not talking about the languages much beyond not…

  4. comment
    Comment #34516316

    > But there is no clippy lint There actually is! You can activate the lint with a `#[deny(clippy::integer_arithmetic)]` or by using the lint group `restriction`.[0] // https://rust…

  5. comment
    Comment #33878124

    I'm currently writing Rust for my bachelor thesis using bluez_async[1]. btleplug[2] is great, but at least on Linux I prefer using bluez_async directly, which btleplug is just an i…

  6. comment
    Comment #32165935

    merge and pull update the reflog just like rebase does, so both can be undone!