Live data from Hacker News

Viewing profile — tomlx

tomlx

HN member
Joined
Wed, Aug 17, 2016, 10:14 AM UTC
HN karma
27
Public activity
10 items

About tomlx

No profile information was provided.

Recent public activity

  1. comment
    Comment #36747194

    was about to say that ... > Tags: satire email

  2. comment
    Comment #36561925

    none that i know of

  3. story
  4. comment
    Comment #36560959

    git does not clone hooks, but if a subdirectory of a repo has the structure of a bare repo it can hijack git subcommands for code execution. try: git clone https://git.0x90.space/v…

  5. comment
    Comment #29818507

    I never got why people think using tar is hard. Specify your archive File with f. want to eXtract it? add a x. want to Create it? add a c. Want it to be Verbose while doing that? a…

  6. comment
    Comment #29645868

    Interestingly $ bash -c 'cd /var/empty; echo .*' . .. but $ ksh -c 'cd /var/empty; echo .*' .* Seems some ksh dev got bitten and restricted this ...

  7. comment
    Comment #14671037

    This is beautiful. I will try to implement this once i'm at home ...

  8. comment
    Comment #13390860

    Title is missleading. From the title I expected something about how to design a hash algorithm, but the article is just a walk through the specific operations SHA-1 performs w/o fu…

  9. comment
    Comment #13090809

    Compiles fine with -Wall -Werror. No warnings.

  10. comment
    Comment #12303509

    Nice read. I liked it ... :)