Live data from Hacker News

Viewing profile — binaryphile

binaryphile

HN member
Joined
Tue, Dec 27, 2016, 8:53 PM UTC
HN karma
84
Public activity
16 items

About binaryphile

[ my public key: https://keybase.io/binaryphile; my proof: https://keybase.io/binaryphile/sigs/BJHRKQ7ZTR4BXjEByiyvOC3aT6kCFSnqXVgXp8Gia2c ]

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #18416786

    Finally got around to updating the post with your suggestions. Thanks again.

  5. comment
    Comment #18384610

    I can relate to the earlier poster because I had the same problem finding all of these rules in one place. I wrote it to be precisely what I wish someone had told me before I got s…

  6. comment
    Comment #18383378

    Thanks for the tips. We're still running on 1.11 because of problems with the recent glibc updates not matching the kernels in our deployment environment.

  7. comment
    Comment #18383368

    I found the nix-repl to be very helpful in this situation...you can also invoke command-line expressions directly with nix but it's a bit more arcane.

  8. story
  9. story
  10. comment
    Comment #17771851

    A bashtardization: rb () { [[ $1 == -l ]] && shift case $? in 0 ) ruby -e "STDIN.each_line { |l| puts l.chomp.instance_eval(&eval('Proc.new { $* }')) }";; * ) ruby -e "puts STDIN.e…

  11. comment
    Comment #16199328

    Yup. The moment you need editing capabilities more sophisticated than those three keys, though, I recommend switching to vi input mode (set -o vi) if you are familiar with vim keyb…

  12. comment
    Comment #15329542

    Boy, those Trojans really got us with that last horse, hoowee, but this one looks solid.

  13. comment
    Comment #15068301

    The irony of using the example of a statistics professor to prove a systemic conspiracy with a sample size of 1 is not lost on me.

  14. comment
  15. comment
    Comment #15000938

    Here's what my take on the script would be in bash (albeit untested): https://gist.github.com/binaryphile/3cf01870516d5fffafbc84a0... Whoever wrote the initial bash script was clea…

  16. comment
    Comment #14909961

    "Never go to sea with two chronometers; take one or three." - adage cited in the Mythical Man Month