Live data from Hacker News

Viewing profile — coldgrnd

coldgrnd

HN member
Joined
Sun, Aug 12, 2012, 3:03 PM UTC
HN karma
220
Public activity
18 items

About coldgrnd

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #9429511

    is the code of "Hecate: The Hex Editor From Hell" available to look at?

  3. story
  4. story
  5. story
  6. story
  7. story
  8. comment
    Comment #4988534

    I was wondering about that, but is it really wrong? From what I found in the "BSD General Commands Manual": Any arguments specified on the command line are given to utility upon ea…

  9. comment
    Comment #4986109

    s += $7 means "add the content of the 7th column to the total"

  10. comment
    Comment #4986071

    actually there is heaps of love for awk... so much actually that I'd rather spend a whole post on it than to "just" make it one item :)

  11. comment
    Comment #4986027

    wow...that's quite some statistical data you gathered! I tried this myself using this command: cat ~/.bash_history | cut -f1 -d' ' | sort | uniq -c | sort -n -r turns out my .bash_…

  12. story
  13. story
  14. comment
    Comment #4379346

    Most of what I learned about C++ I got from books, blogs and some great C++ guys (mostly from the boost community). I have to admit I did not read the standard at all. could you gi…

  15. comment
    Comment #4374663

    @fferen, @jlarocco, @Mon_Ouie, @deckiedan: I know you can probably set up all you need within the blink of a second (using emacs or vim or a template setup). Actually I'm so hooked…

  16. comment
    Comment #4374632

    Uuhhh...damn! I messed that up. corrected now! thanks!

  17. comment
    Comment #4373438

    I'd say error recovery could be better. You often get kicked out of the session and than your environment is lost. Also: they claim the 'auto' keyword is implicit, does not seem to…

  18. story