Live data from Hacker News

Viewing profile — eroullit

eroullit

HN member
Joined
Thu, Jul 25, 2013, 9:12 AM UTC
HN karma
12
Public activity
8 items

About eroullit

No profile information was provided.

Recent public activity

  1. comment
    Comment #7156009

    This will hardly work out. By reading only, you might (re)learn some things but with time, it will fade away again. To quickly learn a language and make it stick, you need to speak…

  2. comment
    Comment #7142657

    DPDK is Intel's turf and PF RING only supports igb/ixgbe/e1000 drivers. For out of the box usage, looking at Netmap or Linux PACKET_MMAP (though not entirely zero-copy) should be p…

  3. comment
    Comment #7111005

    For Vim mastering outside of Vim, I have found this quite pleasant: http://vim-adventures.com/

  4. comment
    Comment #6879580

    FindGLEW.cmake is a standard CMake module from v2.8.10. Previous versions do not have this file thus cannot build the project. You can install a newer version of CMake or get this …

  5. comment
    Comment #6633196

    I am a dev with C background and zero experience in nodejs. I have been using Drywall to get a Web GUI frontend for a CLI tool. Progress are slow on my side, yet it was very helpfu…

  6. comment
    Comment #6217300

    XBMC is good but those laptops might be a bit too loud as a proper mediacenter. Install proxmox ( http://www.proxmox.com/ ) and make yourself a cluster of small openVZ containers/K…

  7. comment
    Comment #6205645

    For "longer" jump through the filesystem, 'autojump' does a great job https://github.com/joelthelion/autojump

  8. comment
    Comment #6101569

    git stripspace is a plus but if you are already considering to add a pre-commit hook, you could directly use 'indent'. It trims those pesky whitespaces and indent your code automat…