Live data from Hacker News

Viewing profile — neilh23

neilh23

HN member
Joined
Wed, May 07, 2014, 11:43 AM UTC
HN karma
44
Public activity
15 items

About neilh23

[ my public key: https://keybase.io/neilh23; my proof: https://keybase.io/neilh23/sigs/Cbts6S9r3-PewFie8Qv0ZxnVxG6U-YV3X-cb7Sne3oI ]

Recent public activity

  1. comment
    Comment #16176189

    If all you need to do is create a negative version of pre-existing image, you can use ImageMagick on the command line: $ converge in.png -negate out.png

  2. comment
    Comment #11854029

    Pashin' it doon

  3. comment
    Comment #11753547

    It's hard getting something that sounds consistently good in all listening environments - I've seen cases where music is offered in digital format either as 'play anywhere' loud .m…

  4. comment
    Comment #11610404

    The shell '>' redirect will truncate the file first of all, for example: echo "foo" > message.txt ; ( sleep 3 ; echo "bar" ) > message.txt & echo "message: '$( cat message.txt )'" …

  5. comment
    Comment #11103798

    Vim's built-in encryption is pretty useful, although the default cipher is weak (you can override this in the vimrc).

  6. comment
    Comment #11033817

    I always liked the quantum bogo-sort algorithm: 1) Randomise list 2) if list not in correct order, destroy the universe The universe that's left will have the correct answer.

  7. comment
    Comment #10821778

    Yes - Go is full of concepts like 'aji' (lit. "taste"), thickness, influence, good and bad shape which are features that can only really be evaluated in terms of actual points doze…

  8. comment
  9. comment
  10. comment
    Comment #10004611

    According to Google - $14,281.50

  11. comment
    Comment #10003932

    I play Go a lot, and chess occasionally. I think it's about mindset not skillset - games like these are about solving local problems ('tactics') to achieve a greater aim ('strategy…

  12. story
    Ask HN: Remote Working

    I'm a senior engineer at a small company, and for family reasons I'm going to moving to a remote part of the country soon. My company have been accommodating and want to keep me on…

  13. comment
    Comment #9687041

    I got some very interesting results from feeding fractal images into a program like this a few years back - unfortunately, I don't have the resulting sounds, but you pick less busy…

  14. comment
    Comment #9444913

    Do you really need to debug events from 3 and half years ago? Full logs only really need to stick around as long as you're likely to want to debug them. Log rotation is a must (I'v…

  15. comment
    Comment #9170437

    Interestingly, that book has a review quote by Ken Thompson. I always wondered if the naming of Go(lang) was related to the game ...