Viewing profile — neko-kai
neko-kai
HN member- Joined
- Tue, Oct 28, 2025, 2:09 PM UTC
- HN karma
- 11
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About neko-kai
No profile information was provided.
Recent public activity
-
comment
Comment #46870039
Yes, and? Classes are not inherently bad, hence saying that JVM should not be invested in because its bytecode requires classes is nonsense. re: inline lambdas, they have to be _ti…
-
comment
Comment #46821183
I'd say category theory concepts are not over the top - but category theory libraries could be! I just about never define or use explicit categoric typeclass instances - even thoug…
-
comment
Comment #46816308
This is nonsense. And, not that there's anything wrong with classes, but compilers no longer need to 'insert fake classes' for anonymous functions since Java 8.
-
comment
Comment #46765943
I suspect they use the LLM for help with text editing, rather than give it standalone tasks. For that purpose a model with 'thinking' would just get in the way.
-
comment
Comment #46765849
On the contrary, I hope vibe coding revives Linux desktop into a truly usable platform. e.g. Vibe coding defeats GNOME developers' main argument for endlessly deleting features and…
-
comment
Comment #46758100
Here's EU telling Microsoft how to conduct business globally, back in 2004 - https://economictimes.indiatimes.com/news/international/ms-s... - 'help rivals connect their products t…
-
comment
Comment #46755816
Yes, it can. And it has done so before.
- story
-
comment
Comment #46095672
Well, IJ experience for Scala 3 is still noticeably worse than for Scala 2. We're still cross-compiling our work projects, waiting until Scala 3 support in Intellij is good enough …
-
comment
Comment #46095590
Given that Scala-Android efforts predate Kotlin, Scala could have had a shot at Android if EPFL resources were allocated to it, like to Scala.js. Kotlin is not simple at all, it ha…
-
comment
Comment #46091992
Just use `.iterator` before chaining and the final collection will only be allocated once.
-
comment
Comment #46091836
Every significant language became multi-paradigm these days, but you can do it intentionally, like Scala, or you can do it badly.
-
comment
Comment #46087888
I don't think it's possible to write a flawless codebase. That doesn't mean SWEs don't seek mastery of their craft. Moreover, achieving mastery doesn't mean you would actually want…