Live data from Hacker News

Viewing profile — dmitris

dmitris

HN member
Joined
Tue, Dec 13, 2011, 7:36 AM UTC
HN karma
9
Public activity
21 items

About dmitris

No profile information was provided.

Recent public activity

  1. comment
    Comment #48766571

    Shift-Cmd-R Reader Mode if on Mac

  2. comment
    Comment #48537173

    to be clear [IMO]

  3. comment
    Comment #40283316

    I like to do `g++ foo.cc |& tee /tmp/out` then you can `less /tmp/out`, grep the file, open it in an editor etc.

  4. comment
    Comment #39233306

    on a Mac, one can 'brew install qrencode' (from https://fukuchi.org/works/qrencode/index.html.en )

  5. comment
    Comment #38706623

    Avianca Flight 052 https://en.wikipedia.org/wiki/Avianca_Flight_052 (mentioned above in the comments)

  6. comment
    Comment #37821636

    https://en.wikipedia.org/wiki/Principal_investigator

  7. comment
    Comment #34738075

    It is possible to use Rust shared objects in C (and other languages) with the "cdylib" or "staticlib" crate types and when the Rust functions are marked with 'extern "C"'. See http…

  8. comment
    Comment #31403424

    and also a whitepaper / report from Isovalent on the same topic https://isovalent.com/blog/post/2022-04-oreilly-security can be downloaded for free (after filling the form), or if …

  9. comment
    Comment #30642374

    what about their children?

  10. comment
    Comment #30439696

    alternatively `sudo dnf module install -y container-tools` https://podman.io/getting-started/installation

  11. comment
    Comment #29917948

    Performance Improvement Plan https://www.perkbox.com/uk/resources/blog/a-complete-guide-t...

  12. comment
    Comment #25301183

    the link is wrong - should be https://pingcap.com/blog/why-we-switched-from-bcc-tools-to-l... (the current one points to a WeBank's case study about TiDB)

  13. story
  14. comment
    Comment #25162238

    https://github.com/iovisor/bcc/blob/master/docs/reference_gu... lists the hook points where BPF code can be attached. Also take a look at https://blogs.oracle.com/linux/notes-on-bp…

  15. comment
    Comment #24516890

    related documentation in the Developer Guide: https://docs.aws.amazon.com/apigateway/latest/developerguide...

  16. story
  17. comment
    Comment #21258343

    The current problem though is that it requires all your code + all the dependencies to be under $GOPATH/src. https://github.com/golang/go/issues/33655 starts with: "At this time, t…

  18. comment
    Comment #18310641

    Here's a deriv example in Go: https://play.golang.org/p/kUM5qn7oiXg I find that it follows the functional spec quite closely, thanks to Go functions being first class citizens.

  19. comment
    Comment #9508375

    would not it be easier and cleaner to use the Android's REPO tool [1] to pin down the versions and layout your workspace? At least the REPO allows you to write down the dependency …

  20. comment
    Comment #8172083

    Gave me a bigger jolt than the morning coffee - here's a spoiler in Go: http://play.golang.org/p/YBfxhjvsOB

  21. comment
    Comment #5330528

    Tainted mode for Javascript and tools for identifying DOM XSS (similar to DOMinator) would be really useful for security testing and audits of the modern complex sites. There is a …