Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
neko-kai
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
neko-kai
8mo ago
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 _tied_ to a class, and defined as methods, indeed. But they no
2.
▲
by
neko-kai
8mo ago
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 though I almost always define categoric methods, e.g. `++` a
3.
▲
by
neko-kai
8mo ago
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.
4.
▲
by
neko-kai
8mo ago
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.
5.
▲
by
neko-kai
8mo ago
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 degrading user experience - that features are ostensib
6.
▲
by
neko-kai
8mo ago
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 to the Windows operating
7.
▲
by
neko-kai
8mo ago
Yes, it can. And it has done so before.
8.
▲
Show HN: Kanata-switcher – per-application hotkeys for all Linux DEs
(github.com)
2 points
by
neko-kai
8mo ago
|
0 comments
9.
▲
by
neko-kai
10mo ago
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 to switch.
10.
▲
by
neko-kai
10mo ago
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 has a lot of keywords for strange and very specific features a
11.
▲
by
neko-kai
10mo ago
Just use `.iterator` before chaining and the final collection will only be allocated once.
12.
▲
by
neko-kai
10mo ago
Every significant language became multi-paradigm these days, but you can do it intentionally, like Scala, or you can do it badly.
13.
▲
by
neko-kai
10mo ago
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 to write an 'ideal codebase&#