Viewing profile — VladimiOrlovsky
VladimiOrlovsky
HN member- Joined
- Fri, Nov 21, 2025, 4:45 PM UTC
- HN karma
- 1
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About VladimiOrlovsky
No profile information was provided.
Recent public activity
-
comment
Comment #46006157
p.s. This is not on singular error, this is a good example of fundamental problems ... and a lot of lies. End of conversation.
-
comment
Comment #46006106
import decimal def solve_kangaroo_limit(): # Set precision to handle the "digits different from six" requirement decimal.getcontext().prec = 50 # For U(0,1), H(x) approaches 2x + 2…