Viewing profile — cbreeden
cbreeden
HN member- Joined
- Mon, Jun 06, 2016, 7:51 PM UTC
- HN karma
- 21
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About cbreeden
No profile information was provided.
Recent public activity
-
comment
Comment #14941682
Lol, your comment makes it seem like it wasn't a hyperbole.
-
comment
Comment #14888794
Don't tell them that Microsoft developed the OpenType Math specification that LuaTeX uses.
-
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.
-
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 …
-
comment
Comment #12324361
Which is what itertools does I believe https://bluss.github.io/rust-itertools/doc/itertools/struct....
-
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…
- comment
-
comment
Comment #12098364
Ya I was quite impressed.
-
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 …
-
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…
-
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?
-
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!
-
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.
-
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.