Viewing profile — hurrrrr
hurrrrr
HN member- Joined
- Mon, May 28, 2018, 8:41 AM UTC
- HN karma
- 6
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About hurrrrr
No profile information was provided.
Recent public activity
-
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...
-
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…
-
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…
-
comment
Comment #18381331
gcore creates dumps and you could do periodic dumps via cron. But performance triggers aren't easily possible afaik.
-
comment
Comment #18092882
They all seem to be consistently wrong. The series is shifted by 1.
-
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…
-
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…
-
comment
Comment #17263682
Also you're only allowed to read that char
-
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…