Viewing profile — EFLKumo
EFLKumo
HN member- Joined
- Sun, Jan 18, 2026, 1:51 AM UTC
- HN karma
- 23
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About EFLKumo
No profile information was provided.
Recent public activity
- story
-
comment
Comment #48288689
It's displayed in my practice that LLMs master Rust even as weaker models like deepseek.
-
comment
Comment #48287612
Worth noticing a Vercel equivalent: https://github.com/vercel/flags
-
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 …
-
comment
Comment #48274379
Exactly what I want to say. Thank you.
- story
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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
- story
-
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…
-
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…
-
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…
-
comment
Comment #48257017
Good language has a unique flavor, and better language allows for diverse tastes and usages
-
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…
-
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…
- story
-
comment
Comment #47884588
[dead]
-
comment
Comment #47847096
[dead]
-
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…