Live data from Hacker News

Viewing profile — VladimiOrlovsky

VladimiOrlovsky

HN member
Joined
Fri, Nov 21, 2025, 4:45 PM UTC
HN karma
1
Public activity
2 items

About VladimiOrlovsky

No profile information was provided.

Recent public activity

  1. 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.

  2. 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…