Live data from Hacker News

Viewing profile — plhk

plhk

HN member
Joined
Mon, Aug 22, 2016, 1:23 PM UTC
HN karma
14
Public activity
4 items

About plhk

No profile information was provided.

Recent public activity

  1. comment
    Comment #47461955

    So whats the point of wearing a garmin if you disable bluetooth? It doesn't seem like he needs GPS tracking or maps.

  2. comment
    Comment #26591803

    There's no mention of M1 in the article

  3. story
  4. comment
    Comment #12336121

    You can do something similar with `libpnet` in rust: #[packet] struct Dns { id: u16be, qr: u1, opcode: u4, aa: u1, tc: u1, ... #[payload] data: Vec , }