Viewing profile — HeadlessChild
HeadlessChild
HN member- Joined
- Sat, Mar 15, 2014, 12:12 AM UTC
- HN karma
- 75
- Public activity
- 79 items
- HN profile
- View on Hacker News ↗
About HeadlessChild
No profile information was provided.
Recent public activity
-
comment
Comment #48842506
OT: This commercial video is gorgeous looking and I adore the actors!
-
comment
Comment #48719259
Here is the actual code: https://github.com/bahamas10/bash-md5
-
comment
Comment #48719136
Dave from the YouTube channel You Suck At Programming implemented the MD5 algorithm in pure Bash.
- story
-
comment
Comment #48565791
It is nice for a basic port knocking as well. timeout 5s bash -c "echo >/dev/tcp/google.com/443" && echo "port open" || echo "port closed" This uses the timeout command from coreut…
-
comment
Comment #47700944
Try running traceroute against the bad.horse address for a chuckle. EDIT: You probably to increase the maximum hop count for it to fully work.
-
comment
Comment #46181176
An engineer at my work literally designed the processor architecture that lives in our products but he is more or less computer illiterate.
-
comment
Comment #45691967
/dev/null as a service.
-
comment
Comment #43643792
That is probably the coolest sales pitch page I have seen. Love the design and animations.
-
comment
Comment #43413094
This saved me a ton of time when I had to migrate id ownership of files in ancient NFS shares. [0] https://news.ycombinator.com/item?id=31489004
-
comment
Comment #41567893
That is some wild and scary stuff.
-
comment
Comment #41465168
The latter one but it is grouped by the user manually.
-
comment
Comment #41464646
Will they ever introduce tab groups? It seems to be a highly requested feature.
-
comment
Comment #41263854
He were at the top of the leader boards in Call of Duty Modern Warfare 3 too. [0] https://venturebeat.com/games/kim-dotcom-modern-warfare-3/
-
comment
Comment #40856575
I guess you could also spin up a OpenBSD server running SSH and use that as a jump host.
-
comment
Comment #40666838
Ouch.
-
comment
Comment #40355807
Does anyone have information about these lines? Are they auto-generated?
-
comment
Comment #39368194
https://en.m.wikipedia.org/wiki/HAL_9000#Origin_of_name
-
comment
Comment #39324506
What? I think it is one of the strengths of GitHub compared to other platforms.
-
comment
Comment #38289926
Reminds me of the excellent Swedish website undertexter.se which was a community based site for Swedish subtitles. The owner of the site was convicted for copyright infringement. I…
-
comment
Comment #34638651
Same for "duck jump" or "crouch jump" as well (which was technique used to move more silently).
-
comment
Comment #34518056
As long as Azure isn't down.
-
comment
Comment #31489004
Well this is saving me a ton of time as I'm basically migrating UID ownership of files for NFS shares that dates back to the 90's. According to my rough benchmarks between find and…
-
comment
Comment #31476798
You can click the 'X' in the top right corner to skip the sign-up/login page.
-
comment
Comment #31456259
Would it make sense to create a utils package with all these new rust based utilities? Something like "rustutils" with a resemblance to "coreutils".