Live data from Hacker News

Viewing profile — neurohacker

neurohacker

HN member
Joined
Sun, Feb 10, 2019, 5:00 AM UTC
HN karma
5
Public activity
4 items

About neurohacker

No profile information was provided.

Recent public activity

  1. comment
    Comment #20389518

    Zfp is lossy compression just FYI. Fpzip (an earlier invention by Lindstrom et al) has a lossless mode. They really push zfp more though as it has nice features like random access …

  2. comment
    Comment #20067289

    If you want to downsample segmentation produced from convnet output using only numpy, I have this technique to contribute :) https://towardsdatascience.com/countless-high-performan…

  3. comment
    Comment #19366258

    To build on what you're saying: while true from the user perspective, out-of-order execution and instruction level parallelism means there are some types of parallelism happening a…

  4. comment
    Comment #19263795

    This rules, but until 3.8 is out I've been using http://semanchuk.com/philip/posix_ipc/ which unfortunately doesn't work on Windows.