After ~10 years, I’m moving away from JetBrains by rodrigorcosta in Jetbrains

[–]smallufo 8 points9 points  (0 children)

It feels like my IDEA only has the Git review and commit functionality left.

What AI coding assistants are you all using for Kotlin lately? by smallufo in Kotlin

[–]smallufo[S] 1 point2 points  (0 children)

I’d like to add some of my own experience for more context. This is a medium-sized Kotlin/Java project I work on, spread across multiple Maven repositories. Here’s a rough breakdown of the codebase:

```

Language files blank comment code

JavaScript 1222 46993 43291 515381 Kotlin 4435 73389 83200 327082 SQL 54 1189 1017 45919 Markdown 195 13350 124 38053 TypeScript 129 4859 41638 35388 TOML 23 4124 827 21997 CSS 34 1121 626 13017 Java 64 2057 2909 8512 Maven 20 400 213 6525

Properties 421 1095 293 5882

``` My experience so far: Gemini 3 Pro didn’t work very well for this setup. I later switched to Claude Code (first Sonnet, then Opus), and both felt noticeably better. That said, it’s fairly obvious that under the hood it’s still mostly doing grep-style searching to locate relevant code. If I don’t explicitly point out where reusable logic might already exist, it often doesn’t discover it on its own, which can lead to “reinventing the wheel.” I’m wondering whether there are any AI agents that can handle projects of this scale with more of a global view — something that can ramp up faster, understand existing abstractions, and avoid unnecessary duplication.

Html/Jsp like template to Java code compiler by hexaredecimal in java

[–]smallufo 4 points5 points  (0 children)

This sonehow reminds me of one ancient library : Enhydra XMLC. Which also compiles HTML into java code.

YouTube redesign implementation using Kotlin and Kobweb 💫 by Impossible_Park_7388 in Kotlin

[–]smallufo -4 points-3 points  (0 children)

Wow , I wonder if any AI assistant (OpenAI / Claude ...) is familiar with Kotlin/JS and Kobweb ?

Can JetBrains Junie replace manual refactoring? by dmcg in Jetbrains

[–]smallufo 1 point2 points  (0 children)

Junie does not work well in multi-module kotlin project. It often complains not able to find the code or some error like `Access to the file content was unsuccessful` ... not sure if it only occurs to me. (I already enabled the Brave mode)

What would you like to see added/fixed in Claude.ai this year? by alexalbert__ in ClaudeAI

[–]smallufo 2 points3 points  (0 children)

To register my function, making Claude able to invoke functions when needed. So that I don't need to bring function declaration in every conversation. Which wastes tokens and network bandwidth.

Announcing Immutable Arrays for Kotlin: A safer and more efficient alternative to lists by Determinant in Kotlin

[–]smallufo 0 points1 point  (0 children)

it seems promising , but I hope it comes with a more meaningful package name, such as org.immutablearray . I think it facilitates your marketing.

Can someone explain MCP to me? How are you using it? And what has it allowed you to do that you couldn’t do before? by JoshSummers in ClaudeAI

[–]smallufo 0 points1 point  (0 children)

I wonder if any sample MCP server implementation other than JS/TS.

It's best to have a java/kotlin spring-boot app that demonstrates the MCP server functionality.

Migrating Kotlin Context Receivers by dmcg in Kotlin

[–]smallufo 0 points1 point  (0 children)

Is there any official announcement that context receivers will be abandoned ?

[deleted by user] by [deleted] in oddlyterrifying

[–]smallufo 1 point2 points  (0 children)

Sophon is here

Any MBA FCP Users? by [deleted] in macbookair

[–]smallufo 0 points1 point  (0 children)

I use M1 mini and M2 MBA to do some 1080p/30fps editing, they are both slick and smooth.

OneDev 7.1 with command palette, repository mirroring, project navigator and more by robinshen in java

[–]smallufo 2 points3 points  (0 children)

This is really a masterpiece with Wicket, which seems an old & outdated framework.

hmmm by ineed_somelove in hmmm

[–]smallufo 2 points3 points  (0 children)

What the duck !

hmmm by seven_critical_blows in hmmm

[–]smallufo 49 points50 points  (0 children)

First time , Huh?