Live data from Hacker News

Viewing profile — cbreeden

cbreeden

HN member
Joined
Mon, Jun 06, 2016, 7:51 PM UTC
HN karma
21
Public activity
14 items

About cbreeden

No profile information was provided.

Recent public activity

  1. comment
    Comment #14941682

    Lol, your comment makes it seem like it wasn't a hyperbole.

  2. comment
    Comment #14888794

    Don't tell them that Microsoft developed the OpenType Math specification that LuaTeX uses.

  3. comment
    Comment #12771007

    This is weird. I'm extremely surprised that some kind of statue of limitations does not apply here. I'm not sure we are getting the whole story.

  4. comment
    Comment #12769050

    No sure why you were down-voted, but it probably has something to do with connotation. I agree though -- library maturity, tooling maturity are also very important factors when it …

  5. comment
    Comment #12324361

    Which is what itertools does I believe https://bluss.github.io/rust-itertools/doc/itertools/struct....

  6. comment
    Comment #12292186

    I don't understand. Ref: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634757 . This project was put up for adoption, and many people replied showing interest (even some creati…

  7. comment
  8. comment
    Comment #12098364

    Ya I was quite impressed.

  9. comment
    Comment #12097678

    I don't understand the shopping results argument listed on the top of the pages for search results. I have personally never confused them with actual results, and doesn DuckDuckGo …

  10. comment
    Comment #12036570

    Indeed you beat me to the punch. You can totally use unsafe. This just means that the compiler essential is unable to _prove_ that your code is memory safe. That does mean the auth…

  11. comment
    Comment #12027250

    It's still not clear to me. Are you suggesting that uses not be notified of a potential yet not verified security hole or not?

  12. comment
    Comment #12020415

    Maybe it's more like: hey, I see that you bought that phone at Walmart. You better give Walmart a 30% cut from that phone bill!

  13. comment
    Comment #11857170

    F1 then type trim. The first option to pop up should be the trim whitespace command. Hit enter. Or there is an option to trim automatically on save.

  14. comment
    Comment #11849790

    Python added type hints in version 3.5. It's a good checklist for dynamically typed languages with optional static typing I'd say.