Live data from Hacker News

Viewing profile — kissgyorgy

kissgyorgy

HN member
Joined
Mon, Oct 29, 2012, 5:10 PM UTC
HN karma
7,811
Public activity
1,838 items

About kissgyorgy

SysAdmin, Web and App Developer with Python.

https://kissgyorgy.me

[ my public key: https://keybase.io/kissgyorgy; my proof: https://keybase.io/kissgyorgy/sigs/_h3FGDf9mSW2s3hEXdZaErfM_wow-flxro_dDRxnnlA ]

Recent public activity

  1. comment
    Comment #49259466

    I don't think it's even competitive with Gemma 4 E2B

  2. comment
    Comment #48967574

    Please don't be attached to a tool emotionally, it's not healthy. Think of it like a huge autocomplete or text editor, it's not really different! It's just a tool.

  3. comment
    Comment #48767887

    This is probably slower than writing the code yourself. Doesn't make sense to me. Using an agent without YOLO mode is not wort it. The way I rather do it is tightly control the out…

  4. comment
    Comment #48691231

    we expect substantial benefit for legitimate defensive work, while meaningfully constraining prohibited offensive use. That's literally impossible. Writing an exploit agains a know…

  5. comment
    Comment #48617724

    This is exactly what LLMs are really bad at. They don't have the knowledge (and don't ask for) the invariants of the system and write defensive code at every step of the way, which…

  6. comment
    Comment #48568956

    I tried it today through Openrouter and the API is atrocious. I got multiple rate limit and random errors every turn. Somebody wrote [1]; "I am never touching Minimax or GLM again.…

  7. story
  8. comment
    Comment #47895562

    I cancelled in the minute my subscription stopped working in Pi. Not going back to the slopfest what Claude Code is.

  9. comment
    Comment #47159556

    A very good example of this is playwright-cli vs Playwright MCP: https://github.com/microsoft/playwright-cli The biggest difference is state, but that's also kind of easy from CLI,…

  10. comment
    Comment #47111173

    There is not a lot of explanation WHY is this better than doing the opposite: start coding and see how it goes and how this would apply to Codex models. I do exactly the same, I ev…

  11. comment
    Comment #47028040

    You need to be very specific about what to build and how to build it, what tools to use, what architecture it should do, what libraries, frameworks it should include. You need to b…

  12. comment
    Comment #46978889

    This is why I am a big fan of self-hosting, owning your data and using your own Agent. pi is a really good example. You can have your own tooling and can switch any SOTA model in a…

  13. comment
    Comment #46589810

    My non-technical friend, never learned coding, doesn't know Linux, zero sysadmi experience does this and he can do anything and doesn't even know what Clause is doing. He learned s…

  14. story
    OpenAI might train on responses API data

    The quote from their Chief Scientist in the official documentation is quite suspicious: the hidden chain of thought allows us to “read the mind” of the model and understand its tho…

  15. comment
    Comment #46216692

    I find templates atrocious to use for component fragments like this, that's why I wrote a Python component library when I started using Django with HTMX. Order of magnitude more pl…

  16. comment
    Comment #46191833

    It's just simple validation with some error logging. Should be done the same way as for humans or any other input which goes into your system. LLM provides inputs to your system li…

  17. comment
    Comment #46120585

    But hey! At least these four AI components made it in, so the important stuff is okay...

  18. comment
    Comment #46110043

    What's the equivalent of prepared statements when using AI agents?

  19. comment
    Comment #46108464

    Maybe I'm wrong on this, but I rather have 1 tool everyone else is using. Cargo in Rust ecosystem works really well, everyone loves it.

  20. comment
    Comment #46106485

    I simply forbid or force Claude Code to ask for permission to run a dangerous command. Here are my command validation rules: ( r"\bbfs.*-exec", decision("deny", reason="NEVER run c…

  21. comment
    Comment #46101567

    Why is that a good thing?

  22. comment
    Comment #46100842

    I strongly disagree with the author not using /init. It takes a minute to run and Claude provides surprisingly good results.

  23. story
  24. comment
    Comment #46077725

    I think (hope) it's meant to be a joke.

  25. comment
    Comment #45867785

    Scott Hanselman have a good blog post about this suggesting you should detach yourself from your code: https://www.hanselman.com/blog/you-are-not-your-code Especially true when wor…