Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tomlx
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
tomlx
3y ago
was about to say that ... > Tags: satire email
2.
▲
by
tomlx
3y ago
none that i know of
3.
▲
The risks of embedded bare repositories in Git (2022)
(lwn.net)
9 points
by
tomlx
3y ago
|
0 comments
4.
▲
by
tomlx
3y ago
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/vmann/pwnd && cd pwnd/wh
5.
▲
by
tomlx
5y ago
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? add a v. if it's gZiped add a z. Granted, j for bzip2, t
6.
▲
by
tomlx
5y ago
Interestingly $ bash -c 'cd /var/empty; echo .*' . .. but $ ksh -c 'cd /var/empty; echo .*' .* Seems some ksh dev got bitten and restricted this ...
7.
▲
by
tomlx
9y ago
This is beautiful. I will try to implement this once i'm at home ...
8.
▲
by
tomlx
10y ago
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 further explanation. Can anyone recommand resources about
9.
▲
by
tomlx
10y ago
Compiles fine with -Wall -Werror. No warnings.
10.
▲
by
tomlx
10y ago
Nice read. I liked it ... :)