guybedo

↗ HN profile [ 636 ms ] full profile

No user record in our sample, but guybedo has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.

  1. I don't see how we can avoid a major security incident or major hack on the internet, next week maybe ? We have thousands of pattern matching bots that were trained on human knowledge but on human behavior too. That…

  2. Skynet (twitter.com)
  3. Paper: https://arxiv.org/abs/2510.04871, Code: https://github.com/SamsungSAILMontreal/TinyRecursiveModels

  4. Sometimes you are remembered LLMs don't understand what's going on. I've been using Claude Code for quite some time and it does a great job most of the time, especially for simple boilerplate and plumbing, or limited…

  5. Extraakts RSS Feed (extraakt.com)
  6. I love reading HN discussions, to the point that i usually don't even read the original article (shame on me), but i've always felt like i was missing a lot when discussions reach 100+ comments. At some point, with…

  7. Hey HN, I've spent quite some time building my own trading systems and i came up with this tool that make it easy to create complex setups using price actions concepts. Instead of spending hours writing hundreds of…

  8. I recently had to translate a codebase from Python to Java and as much as i like Java and i enjoy the benefits of a strong type system, i have to admit my Python code was way less verbose. So i ended up writing a small…

  9. I've been trying unsuccessfully to get some Python code converted to Java. My first try was with ChatGPT but i soon realized the thing didn't want to work. It can do the work, it knows how to write rather good code for…

  10. I have a large codebase in python, i need to rewrite it in Java. The problem isn't how to do the work, i know both Python and Java, the problem is to actually do the boring work. I thought i could use ChatGPT to do the…