Viewing profile — zxw
zxw
HN member- Joined
- Wed, Dec 01, 2010, 4:49 PM UTC
- HN karma
- 8
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About zxw
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #5214381
10+ years here too. Recently forced to switch because it's gotten so bad. Maybe if they aren't working the render engine they will have more time to work on performance.
-
comment
Comment #4612148
Looks really nice, very readable. However, I want a python version!
-
comment
Comment #3140346
This is pretty cool but it needs to have a more distinctive style. Maybe the same as it is but green.
- comment
-
comment
Comment #2999665
1023 = 0b1111111111
-
comment
Comment #2928787
It's common for the free detectable version of popular trojans to be used as the advertisement for the paid undetectable one. Looking at the poison ivy website they have a customer…
-
comment
Comment #2883523
You can get the Kindle DX if you want a larger screen. I have one and am very happy with it. http://www.amazon.com/dp/B002GYWHSQ/
-
comment
Comment #2809749
Yeh it's fairly slow going. I'm at 3,706,382,752 and am going to call it a day. Looks like the code works properly.
-
comment
Comment #2809217
Here is the code from the first test.[0] It increments a variable and prints a message if their is an inconsistency. I left it running till it reached 1,351,773,471 and didn't come…
-
comment
Comment #2808001
I'm not doing power == int(power) though which is what he warns against. I haven't done a lot of testing however as far I can tell it's working. >>> is_power_of_two(2 ** 31 - 1) Fa…
-
comment
Comment #2807775
Is there a reason this won't work? It's the most 'readable' way I could come up with. #(python code) def is_power_of_two(n): import math if n