Viewing profile — boratanrikulu
boratanrikulu
HN member- Joined
- Mon, Feb 04, 2019, 1:37 PM UTC
- HN karma
- 170
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About boratanrikulu
No profile information was provided.
Recent public activity
- story
-
comment
Comment #47933923
Thanks for sharing! I'm the author, happy to answer any questions about the implementation.
- story
-
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…
- story
-
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 …
-
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?
-
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?
-
comment
Comment #42080268
I don't see any sandbox usage in the demo video.
-
comment
Comment #42080181
Allowing LLMs to execute unrestricted commands without human review is risky and insecure.
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
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…
-
comment
Comment #34098486
I meant Transport Layer packages. > https://github.com/CN-TU/machine-learning-in-ebpf Thank you! I'll take a look.