Live data from Hacker News

Viewing profile — boratanrikulu

boratanrikulu

HN member
Joined
Mon, Feb 04, 2019, 1:37 PM UTC
HN karma
170
Public activity
37 items

About boratanrikulu

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #47933923

    Thanks for sharing! I'm the author, happy to answer any questions about the implementation.

  3. story
  4. comment
    Comment #47660458

    Thanks! Yes, the DPI systems I've tested against only look at the first ClientHello in a connection. They don't do full TCP reassembly. The fake packet arrives first (eBPF fires sy…

  5. story
  6. story
    Show HN: AI movie recommender based on your Letterboxd profile

    We built YourTaste — an AI-powered movie recommender that analyzes your Letterboxd profile (likes, ratings, reviews) and gives you suggestions tailored to your taste. You can also …

  7. comment
    Comment #42080465

    Do you have any sandbox-like restrictions in place to ensure that commands are limited to only touching the project folder not any other places in the system?

  8. comment
    Comment #42080305

    > it won't do that. Claude is trained to be careful about this stuff and we've further prompted it to be careful. Could you please explain a bit how you are sure about it?

  9. comment
    Comment #42080268

    I don't see any sandbox usage in the demo video.

  10. comment
    Comment #42080181

    Allowing LLMs to execute unrestricted commands without human review is risky and insecure.

  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. story
  18. story
  19. story
  20. story
  21. story
  22. story
  23. story
  24. comment
    Comment #34098524

    Thank you! Yes, AFAIK There's no way to code the eBPF part in Go, so I used C without loops. Go part handles loading the eBPF and utilizing the maps. Btw, Rust hcan be used as eBPF…

  25. comment
    Comment #34098486

    I meant Transport Layer packages. > https://github.com/CN-TU/machine-learning-in-ebpf Thank you! I'll take a look.