Live data from Hacker News

Viewing profile — km6GEwiQqsyEKQH

km6GEwiQqsyEKQH

HN member
Joined
Fri, Mar 20, 2015, 2:43 PM UTC
HN karma
12
Public activity
4 items

About km6GEwiQqsyEKQH

No profile information was provided.

Recent public activity

  1. comment
    Comment #43770335

    How come? It seems it is very analogous to water in a pipe. Let's say I have a 30 m long garden hose. The water in it moves (in the order of magnitude of) 10 m/s in it. If the wate…

  2. comment
    Comment #40532339

    I recently got an apple phone never before having owned one. I was dismayed about the options for 2fa apps, that there seemed to not be any foss ones. I installed Raivo since it wa…

  3. comment
    Comment #30900831

    lim = 10**1000000 a, b = 1, 2 acc = 0 while a For a baseline this trivial python implementation does it in 34 ms for 10^10000 and 2m55 for 10^1,000,000 on a ryzen 5. Because the fi…

  4. comment
    Comment #30828608

    Escaping shell arguments is still fighting self-erected bugstacles. Why run the sub process in a shell in the first place? Why make a string out of your argument list for the shell…