Viewing profile — I_deny_it
I_deny_it
HN member- Joined
- Sat, Nov 26, 2016, 4:01 AM UTC
- HN karma
- 4
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About I_deny_it
No profile information was provided.
Recent public activity
-
comment
Comment #13067748
How does the PS4 declare a 4 byte int? If that's "short", is there a way for a 2 byte int?
-
comment
Comment #13042405
>> multiple ways to handle string formatting > This is a problem? Yes, if you think, "There should be one-- and preferably only one --obvious way to do it."
-
comment
Comment #13041696
This is the only compelling reason I've seen to switch to Python 3.
-
comment
Comment #13041693
If you really want to run faster, you should try a new language. 30-40% for multiprocessing is nowhere near the benefit you'd get from a single threaded implementation in C, C++, J…
-
comment
Comment #13041675
> It's not that it helps in a particular way (though more on that below), it's just that starting with Python 2 now necessarily leads to rewrites later on. While you can see packag…
-
comment
Comment #13041659
> The clean break of 3 and the sanity it brings to the language is undeniable. Well, I can't deny they broke it, but sanity is pretty deniable. Python has always been a dynamic lan…