Live data from Hacker News

Viewing profile — tylerflint

tylerflint

HN member
Joined
Fri, May 20, 2011, 9:09 PM UTC
HN karma
147
Public activity
43 items

About tylerflint

No profile information was provided.

Recent public activity

  1. story
    Show HN: QTap DevTools – Chrome-style encrypted traffic inspector for Linux

    Hi HN, I'm Tyler Flint. Eight months ago we shared qtap here ( https://news.ycombinator.com/item?id=43928118 ). Today we're releasing DevTools - a browser-based interface that give…

  2. comment
    Comment #43933386

    Java is supported, but currently in the pro version. Since JavaSSL is implemented in Java code, which runs in the Java VM and not exported as static symbols that can be uprobe'd, t…

  3. comment
    Comment #43933140

    Great idea! On an unrelated note, your work has inspired most of my career in Solaris/Illumos/Linux systems and honestly this project likely wouldn't have happened if it wasn't for…

  4. comment
    Comment #43931309

    The short answer is that we only have to calculate the offset per go version, no expensive runtime scanning is required. The long answer is that the offsets are the byte alignment …

  5. comment
    Comment #43928897

    The main benefit is complete coverage. In production systems there are many different workloads with many different binaries, each with different build processes. Leveraging eBPF e…

  6. comment
    Comment #43928686

    Just run the qtap agent on whatever Linux machine has apps running on it and it will see everything through the kernel vs eBPF. You can customize config and/or integrate with exist…

  7. comment
    Comment #43928612

    We have Go support, but it is not open sourced yet. Go is a bit more complicated but we were able to get it after some cave diving in the ELF formats. To give you a little insight …

  8. comment
    Comment #43928572

    Great point! Yes it supports both scenarios. Qtap scans the binary ELF (curl, rust, etc) and looks for the TLS symbols. If they were statically compiled the eBPF probes will be att…

  9. story
    Show HN: Using eBPF to see through encryption without a proxy

    Hi HN, I'm Tyler Flint, one of the creators of qtap. For a while now, my team and I at Qpoint.io have been grappling with the challenge of understanding what's actually happening i…

  10. comment
    Comment #15819561

    https://content.nanobox.io/nanobox-vs-docker-swarm-kubernete...

  11. comment
    Comment #15818825

    That's the highest requested feature! Should be available in Q1 of 2018.

  12. comment
    Comment #15818792

    fixing now. Thanks for the heads up

  13. comment
    Comment #14853383

    https://nanobox.io/why-nanobox/nanobox-vs-heroku/

  14. comment
    Comment #14533067

    Some of those aren't PaaS, but container orchestration frameworks. If you're reading this list of comparisons out of genuine interest, I would suggest also looking into Nanobox: ht…

  15. story
  16. comment
    Comment #14212937

    I don't mean to be controversial here, but I really don't think so. If you're a quality engineer, you should stay away from Magento at all cost. I recently tried to download M2 and…

  17. comment
    Comment #13822687

    Nanobox supports many languages. We are particularly excited about elixir though!

  18. comment
    Comment #13608929

    Nanobox is free for developers to use for personal and open source projects.

  19. comment
    Comment #10589865

    I think you're right. Thanks for the advice!

  20. comment
    Comment #10588876

    NFS will be the default adapter for nanobox, but can be disabled.

  21. comment
    Comment #10588563

    This is an issue we just became aware of. Working on a fix as we speak.

  22. comment
    Comment #10588534

    Thanks for the feedback. You might want to keep any eye on Nanobox Cloud ( https://nanobox.io/cloud/ ).

  23. comment
    Comment #10587855

    Thanks for the heads up! Please keep in mind this is an open-source project in the pre-beta phase. Any contributions are welcomed!

  24. comment
    Comment #10587824

    Yes, nanobox will try to auto-configure your environment for you. If you would rather define your environment or if nanobox can't auto-configure your environment, you can either: 1…

  25. comment
    Comment #10587801

    You're right, not every scenario can be handled automatically. For that reason, the Boxfile is king: https://docs.nanobox.io/getting-started/boxfile/