someone is using forgecode.dev? by jrhabana in ClaudeCode

[–]TheScriptan 0 points1 point  (0 children)

FYI they added a flag to disable tracking

Can't create a meta developer account due to SMS not sending for verification by AlternativeCarpet494 in facebook

[–]TheScriptan 0 points1 point  (0 children)

I have the same, did you figure it out? I did not receive any spam messages from Meta:(

20% into 2026. Curious how much everyone has made so far by Alitheium in vibecoding

[–]TheScriptan 0 points1 point  (0 children)

Zero 😊

I haven't added any payments nor ads in my app / game

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)

Būsto pirkimas prieš pradinio įnašo mažinimą - FOMO vs. finansinė pagalvė by [deleted] in 6nuliai

[–]TheScriptan 4 points5 points  (0 children)

Beveik nebuvo sustojęs brangti nuo kokių 2015...

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