Live data from Hacker News

Viewing profile — hurrrrr

hurrrrr

HN member
Joined
Mon, May 28, 2018, 8:41 AM UTC
HN karma
6
Public activity
9 items

About hurrrrr

No profile information was provided.

Recent public activity

  1. comment
    Comment #18599207

    Numpy has masked arrays [1]. Though I can't say how well they work. [1] https://docs.scipy.org/doc/numpy/reference/maskedarray.gener...

  2. comment
    Comment #18542600

    downsides: can't move really far when plugged into stationary device, breaks a lot (at least for me it's almost always the plug or cable that breaks), cable picks up random noise u…

  3. comment
    Comment #18383100

    raises hand not with gui but with cli. Autocompletion stops early because 'SomeReallyLongSourceName.h' and 'SomereallyLongSourceName.cpp' are not the same after the fifth letter. I…

  4. comment
    Comment #18381331

    gcore creates dumps and you could do periodic dumps via cron. But performance triggers aren't easily possible afaik.

  5. comment
    Comment #18092882

    They all seem to be consistently wrong. The series is shifted by 1.

  6. comment
    Comment #17461997

    There is no "we trade districts and both profit" scenario (apart maybe cutting out 3rd parties that have no chance of winning anyway). If they trade one gets the strictly better de…

  7. comment
    Comment #17318555

    From what I heard buildup on the panels isn't that big a deal because the wind also blows it away. But if sunlight is cut off too long the battery becomes empty and the heaters won…

  8. comment
    Comment #17263682

    Also you're only allowed to read that char

  9. comment
    Comment #17171340

    The problem is that the API pretends that it already sanitizes user input to a degree. (from the design perspective, not necessarily documentation) Sanitizing the input yourself me…