Live data from Hacker News

Viewing profile — geraldcombs

geraldcombs

HN member
Joined
Sat, Apr 20, 2013, 6:38 PM UTC
HN karma
706
Public activity
164 items

About geraldcombs

No profile information was provided.

Recent public activity

  1. comment
    Comment #48850190

    Her, and the dude from Sisters of Mercy.

  2. comment
    Comment #48807845

    Additionally, if I'm buying cold medicine there's a really good chance I have a cold , and my ability and inclination to carefully analyze the ingredient list on a box of medicine …

  3. comment
    Comment #48739684

    It depends on the brand, but a lot of the stuff I buy is available directly from the manufacturer's site, usually via Shop Pay.

  4. comment
    Comment #48726149

    What's been keeping Linux from having gorgeous icons up to this point?

  5. comment
    Comment #48692553

    Can confirm. Renaming Ethereal to Wireshark involved a bunch of code and documentation updates, registering word and design trademarks across jurisdictions, and in our case we didn…

  6. comment
    Comment #48544378

    ...so open source developers should know their place and just dedicate themselves to endless, unpaid toil forever and ever, amen?

  7. comment
    Comment #48496654

    You might want to take a look at Atlas Obscura Places map: https://www.atlasobscura.com/articles/all-places-in-the-atla... . For the US at least, it shows a variety of interesting …

  8. comment
    Comment #48096265

    No clue if that exact image was altered, but I do a fair amount of road biking east of Napa and Sonoma, and on some days the sky and hills look just like the photo.

  9. comment
    Comment #47616763

    If I read the sentence correctly they're saying that past reports were AI slop, but the state of the art has advanced and that current reports are valid. This matches trends I've s…

  10. comment
    Comment #46783480

    What "distro" package manager is available on Windows and macOS? vcpkg doesn't provide binary packages and has quite a few autotools-shaped holes. Homebrew is great as long as you'…

  11. comment
    Comment #46772651

    Don't schools typically use Chromebooks these days? My daughter was issued one each year from grade 7 to 12.

  12. comment
    Comment #45621506

    I ran into a similar situation a couple of years ago. It wasn't at the scale you describe, but it was an absurd number of requests for a ~80 MB software installer. I ended up redir…

  13. comment
    Comment #45485355

    I lead a large-ish open source software project. We have developers that need to build on Linux, macOS, and Windows. It's useful to be able to get everyone bootstrapped with as few…

  14. comment
    Comment #45484650

    Those tools either don't ship with, or exist in wildly different forms on Windows. It's particularly bad for curl, which might be the real curl.se curl or Microsoft's confusingly-n…

  15. comment
    Comment #44882763

    For plain C/C++ you can just pass `-arch x86_64 -arch arm64` to clang. CMake takes care of this for you if you specify `CMAKE_OSX_ARCHITECTURES=x86_64;arm64` and IIRC Meson has sim…

  16. comment
    Comment #44881660

    For us (Wireshark) the difficulty wasn't with our own codebase, but with getting our dependencies ported over. Most libraries built just fine, but some strongly assumed that "Windo…

  17. comment
    Comment #44684477

    There's also 13-W3: DB shell, 13 pins, 3 of them coax: https://en.wikipedia.org/wiki/DB13W3 . They were used for high-end workstation video back in the day.

  18. comment
    Comment #43851524

    The One Weird Trick I learned was to to get a company attorney to write a professional opinion letter saying that you are indeed authorized to get a cert on behalf of your company.…

  19. comment
    Comment #42823405

    You might try passing `--modern-bpf` to sysdig. It has traditionally captured syscalls using a kernel module, and it sounds like that's where your errors are coming from. Newer ver…

  20. comment
    Comment #42809052

    Thanks! It's great to hear from you!

  21. comment
    Comment #42805962

    Chris is definitely a good resource! We (the Wireshark Foundation) also have SharkFest session recordings up at https://www.youtube.com/@WireSharkFest

  22. comment
    Comment #42798314

    In this case you would presumably have a capture file that contained syscall events at both the macOS boundary and at the Linux VM boundary. At the present time it would be like ca…

  23. comment
    Comment #42797774

    Done. We've been upgraded from medium-risk "grayware" to low-risk "generally do not contain content that is useful to the end user" which is technically better, I suppose. Update: …

  24. comment
    Comment #42797709

    The tools are similar in many ways, but Stratoshark shares Wireshark's dissection, filtering, and UI code, which provides a more low-level details and a free-form filtering languag…

  25. comment
    Comment #42797151

    It uses Falco libs[1] underneath, which supports capture using eBPF or a kmod. I work with the Falco libs team and they go to great lengths to minimize overhead. [1] https://github…