Live data from Hacker News

Viewing profile — HeadlessChild

HeadlessChild

HN member
Joined
Sat, Mar 15, 2014, 12:12 AM UTC
HN karma
75
Public activity
79 items

About HeadlessChild

No profile information was provided.

Recent public activity

  1. comment
    Comment #48842506

    OT: This commercial video is gorgeous looking and I adore the actors!

  2. comment
    Comment #48719259

    Here is the actual code: https://github.com/bahamas10/bash-md5

  3. comment
    Comment #48719136

    Dave from the YouTube channel You Suck At Programming implemented the MD5 algorithm in pure Bash.

  4. story
  5. 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…

  6. 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.

  7. 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.

  8. comment
    Comment #45691967

    /dev/null as a service.

  9. comment
    Comment #43643792

    That is probably the coolest sales pitch page I have seen. Love the design and animations.

  10. 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

  11. comment
    Comment #41567893

    That is some wild and scary stuff.

  12. comment
    Comment #41465168

    The latter one but it is grouped by the user manually.

  13. comment
    Comment #41464646

    Will they ever introduce tab groups? It seems to be a highly requested feature.

  14. 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/

  15. comment
    Comment #40856575

    I guess you could also spin up a OpenBSD server running SSH and use that as a jump host.

  16. comment
  17. comment
    Comment #40355807

    Does anyone have information about these lines? Are they auto-generated?

  18. comment
    Comment #39368194

    https://en.m.wikipedia.org/wiki/HAL_9000#Origin_of_name

  19. comment
    Comment #39324506

    What? I think it is one of the strengths of GitHub compared to other platforms.

  20. 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…

  21. comment
    Comment #34638651

    Same for "duck jump" or "crouch jump" as well (which was technique used to move more silently).

  22. comment
    Comment #34518056

    As long as Azure isn't down.

  23. 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…

  24. comment
    Comment #31476798

    You can click the 'X' in the top right corner to skip the sign-up/login page.

  25. 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".