Viewing profile — tomlx
tomlx
HN member- Joined
- Wed, Aug 17, 2016, 10:14 AM UTC
- HN karma
- 27
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About tomlx
No profile information was provided.
Recent public activity
-
comment
Comment #36747194
was about to say that ... > Tags: satire email
-
comment
Comment #36561925
none that i know of
- story
-
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…
-
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…
-
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 ...
-
comment
Comment #14671037
This is beautiful. I will try to implement this once i'm at home ...
-
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…
-
comment
Comment #13090809
Compiles fine with -Wall -Werror. No warnings.
-
comment
Comment #12303509
Nice read. I liked it ... :)