Live data from Hacker News

Viewing profile — EFLKumo

EFLKumo

HN member
Joined
Sun, Jan 18, 2026, 1:51 AM UTC
HN karma
23
Public activity
23 items

About EFLKumo

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #48288689

    It's displayed in my practice that LLMs master Rust even as weaker models like deepseek.

  3. comment
    Comment #48287612

    Worth noticing a Vercel equivalent: https://github.com/vercel/flags

  4. comment
    Comment #48278246

    Making a XAML UI is fundamentally authoring a WinRT interface, I guess. And for cppwinrt, Microsoft's solution is like describing in so-called MIDL .idl files, compiler generating …

  5. comment
    Comment #48274379

    Exactly what I want to say. Thank you.

  6. story
  7. comment
    Comment #48273936

    https://news.ycombinator.com/item?id=48246232 This reminds me the article above. Now people have diverse ideas on agentic coding. Some suggest human-in-the-loop while others sugges…

  8. comment
    Comment #48273590

    By using "ReAct", I just wanted to emphasize the "agentic" perspective of tool calling, which makes tool calling facing the real world and at risk sometimes. So I'm not downplaying…

  9. comment
    Comment #48273518

    > The kid who is right now learning to code by chatting with an agent is not a worse programmer than I was at 12, hunched over Learning Perl, retyping examples that would not run b…

  10. comment
    Comment #48273312

    It's not the first time we hear about prompt injection attacks, and for sure it's the fault of Microsoft. Many talking about the prompt injection itself, whether Copilot should be …

  11. comment
    Comment #48266466

    Yes. It assumes author of the macro guarantees the safety. Common cases are not adding unsafe{} and leaving this to user, relying on audit tools or [highlighters]( https://lukaswir…

  12. comment
    Comment #48266409

    though said for education purpose, keep finding these boundary-pushings playful. I can recall early days arrested by "several ways to access private members in C++" lol

  13. story
  14. comment
    Comment #48263319

    I once thought about this and found that n-shots makes greater influences on LLMs. In other words, in a repo with good code quality and architecture (which offers good n-shots) and…

  15. comment
    Comment #48262099

    This remind me of [jj megamerge]( https://isaaccorbrey.com/notes/jujutsu-megamerges-for-fun-an... ). jj allows concentrating on developing while leaving things for vcs alone, as we…

  16. comment
    Comment #48257219

    > just like we don’t read assembly, or bytecode, or transpiled JavaScript This makes sense since certain higher-level code produces certain lower-level code, while LLM cannot. If t…

  17. comment
    Comment #48257017

    Good language has a unique flavor, and better language allows for diverse tastes and usages

  18. comment
    Comment #48256966

    In terms of XAML UI, C++/WinRT struggles. When it was released, C++ just lacked good reflection methods, and many practices that were easily achieved in C#, such as MVVM, data bind…

  19. comment
    Comment #48256941

    Go is actually widely adopted in web backends and desktop apps. You might just miss some scenarios. And from my naive perspective, Go is a strong type alternative than TypeScript t…

  20. story
  21. comment
  22. comment
  23. comment
    Comment #47845536

    Whether to allow Claude subscription to access other services or not, at this point, anthropic seems to be schizophrenic, sometimes worried about insufficient computing power and s…