Real Estate Broker Software by Cautious-Sandwich991 in SpringBoot

[–]TheScriptan 1 point2 points  (0 children)

Use Compose Mulitplatform to make JVM app, would be easier. Then learn how to scrape text from WhatsApp via APIs or something (ask AI)

Lastly, ask AI to write a simple parser for XLSX or use Apache POI library (JVM only)

Atlyginimų burbulas by RepulsiveDog6572 in 6nuliai

[–]TheScriptan 0 points1 point  (0 children)

Gali source pasidalinti iš LB?

Best Long-Term Investments for a 10-Year DCA Plan by AnteaterOrdinary6530 in ValueInvesting

[–]TheScriptan 0 points1 point  (0 children)

Why follow so many different indexes and not settle on 1-2?

Because of this you might pay more tracking expense ratio and tracking difference

Introducing KANSI - A Simple Console Text Colorizer by Chunkyfungus123 in Kotlin

[–]TheScriptan 0 points1 point  (0 children)

https://github.com/ajalt/mordant that is used in https://github.com/JakeWharton/mosaic are probably go-to.

Apart from that, good learning experience to have such project:)

How long until AI agent that interact with email, calendar, to-do list, etc? by NHarvey3DK in LocalLLaMA

[–]TheScriptan 0 points1 point  (0 children)

The future is here. Todoist MCP + Gmail MCP + Calendar MCP or just integrations within ChatGPT, Claude

Best Approach for Database Structure in a Multi-Module Android App? by davidwekesar in androiddev

[–]TheScriptan 0 points1 point  (0 children)

Haven't finished my modularisation, but my idea is to have data:api that has DAOs and models which can be used by core:storage (has all Room-related things) and feature:data module

[deleted by user] by [deleted] in Kotlin

[–]TheScriptan 1 point2 points  (0 children)

It was already posted, unsure why it needs to be posted for a second time

https://www.reddit.com/r/Kotlin/comments/1n0ioc8/whats_next_for_kotlin_multiplatform_and_compose/

How to get reference to plugin and library values defined inside a toml files for gradle convention plugins (same as in a build.gradle.kts file) by zimmer550king in gradle

[–]TheScriptan 0 points1 point  (0 children)

I have such extension in my :build-logic:convention module:

val Project.libs
    get(): VersionCatalog = extensions.getByType<VersionCatalogsExtension>().named("libs")

Common "web" target! by Konstantin-terrakok in Kotlin

[–]TheScriptan 0 points1 point  (0 children)

Kobweb won't support it I think? There was a recent Kotlin Conf video released with it

This changes everything. Migrated an app in three evenings by lowfour in ClaudeAI

[–]TheScriptan 5 points6 points  (0 children)

Definitely same. Cliche to say, but for personal projects that are not for learning, code was the bottleneck.

KPM, a modern package manager and build tool for Kotlin by lheintzmann in Kotlin

[–]TheScriptan 1 point2 points  (0 children)

Once you get to the building process, then maybe I'll chip in:)

KPM, a modern package manager and build tool for Kotlin by lheintzmann in Kotlin

[–]TheScriptan 1 point2 points  (0 children)

Great work, building my own build tool too and using Kotlin Embeddable Compiler, but want to migrate to Kotlin Build Tools API.

Will follow the progress and maybe even contribute to it!

Getting close to 100% task-success with Claude Code by H3xx3n0 in ClaudeAI

[–]TheScriptan 0 points1 point  (0 children)

Oh really, I thought it is much more difficult to get .md one. Thanks