Live data from Hacker News

Viewing profile — WakiMiko

WakiMiko

HN member
Joined
Sat, Apr 07, 2018, 11:02 AM UTC
HN karma
33
Public activity
9 items

About WakiMiko

No profile information was provided.

Recent public activity

  1. comment
    Comment #32748784

    difftastic doesn't show whitespace or formatting changes

  2. comment
    Comment #31296581

    Printers are way worse

  3. comment
  4. comment
    Comment #29570120

    Very cool project! It's interesting to see how different DNS providers cap the maximum TTL. Google uses 21600s Quad9 uses 43200s Cloudflare does not cap at all! And my personal unb…

  5. comment
  6. comment
    Comment #19080542

    I quite like this tuple approach. And yeah, I meant Ord (and the required other Traits), I edited my post. Thanks for pointing this out.

  7. comment
    Comment #19079436

    For sorting sequential fields you can chain comparisons with .then(): struct Date { year: u32, month: u32, day: u32, } let mut vec: Vec = Vec::new(); vec.sort_by(|a,b| { a.year.cmp…

  8. comment
    Comment #18563628

    Rust has a `usize` which is 32 or 64 bits depending on the platform and also serves as the native index type for arrays and such.

  9. comment
    Comment #18155987

    Does it cover the Parker Square?