Live data from Hacker News

Viewing profile — spal

spal

HN member
Joined
Wed, Nov 16, 2011, 12:28 AM UTC
HN karma
7
Public activity
18 items

About spal

No profile information was provided.

Recent public activity

  1. comment
    Comment #4108440

    If you look where we started ( http://news.ycombinator.com/item?id=4076559 ), I'm not trying to feed the regex pattern to grep via stdin, but I'm trying to feed the input stream to…

  2. comment
    Comment #4078177

    Why are you extracting 35 characters with 'cut -c6-40'? SHA1 produces a 160-bit message digest. That's 20 bytes or 40 hex-digits.

  3. comment
    Comment #4078161

    BTW, the commands involving 'openssl' can be fixed in this manner. $ printf linkedintrouble | openssl sha1 | cut -c10- | grep -f - combo_not.txt 3ac85868a20c977661a12f770f0d116f87c…

  4. comment
    Comment #4077934

    No, he is trying to demonstrate how to use 'xargs node -e'. Are you even reading this discussion properly or are you just searching for some shell snippets and ridicule them as soo…

  5. comment
  6. comment
    Comment #4077876

    This doesn't work, because: $ printf linkedintrouble | openssl sha1 (stdin)= 3ac85868a20c977661a12f770f0d116f87c74831 The leading '(stdin)=' messes the pattern being fed to 'grep'.…

  7. comment
    Comment #4076559

    $ cat combo_not.txt | grep `printf linkedintrouble | sha1sum` 3ac85868a20c977661a12f770f0d116f87c74831 $ cat combo_not.txt | grep `printf nathanlinkedin | sha1sum` a4d28368130ad555…

  8. story
  9. comment
    Comment #3432364

    In my experience, I haven't found this to be true. The algo-guys I've met are also critical thinkers when it comes to designing scalable and reliable systems.

  10. comment
    Comment #3314820

    You care about your identity and your tweets on Twitter. So, this is a sensitive account. It wasn't clear earlier whether you cared about your perlmonks.org identity so much. So, a…

  11. story
  12. story
  13. story
  14. comment
    Comment #3282690

    I am not very sure that a student choosing Computer Science implies that he likes it at some level. It is very common in India to choose Computer Science or Electronics for enginee…

  15. story
  16. story
  17. story
  18. story