Viewing profile — WakiMiko
WakiMiko
HN member- Joined
- Sat, Apr 07, 2018, 11:02 AM UTC
- HN karma
- 33
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About WakiMiko
No profile information was provided.
Recent public activity
-
comment
Comment #32748784
difftastic doesn't show whitespace or formatting changes
-
comment
Comment #31296581
Printers are way worse
- comment
-
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…
- comment
-
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.
-
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…
-
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.
-
comment
Comment #18155987
Does it cover the Parker Square?