Kotlin Multiplatform App - Mine GPT
https://github.com/Onion99/MineGPT
Discussions: https://discu.eu/q/https://github.com/Onion99/MineGPT

Kotlin Multiplatform App - Mine GPT
https://github.com/Onion99/MineGPT
Discussions: https://discu.eu/q/https://github.com/Onion99/MineGPT
We've extended the deadline to Sunday, May 18th at 11:59 PM EST!
We’re seeking an experienced developer passionate about open-source, technical leadership, and community-driven development. The Processing Project Lead will manage software maintenance, the roadmap, documentation, and contributor support.
Read more and apply at: https://processingfoundation.org/employment/processing-project-lead
Full-time, fully-remote, $95K
Watch KotlinConf 2025 live!
Safer - Kotlin Compiler Plugin
https://github.com/rm3dom/safer
Discussions: https://discu.eu/q/https://github.com/rm3dom/safer
Eliminating Array Bounds Checks
https://www.romainguy.dev/posts/2025/eliminating-array-bounds-checks/
Discussions: https://discu.eu/q/https://www.romainguy.dev/posts/2025/eliminating-array-bounds-checks/
60 hour free Android & Kotlin Development Masterclass on YouTube for anyone that might find it useful
Discussions: https://discu.eu/q/https://youtu.be/blKkRoZPxLc
Kotlin for developers http://leanpub.com/set/leanpub/kotlin_for_developers by Marcin Moskała is the featured Track of online courses on the Leanpub homepage! https://leanpub.com #Kotlin #ComputerProgramming
IntelliJ IDEA is trying real hard to pop-up suggestions, etc. anytime, anywhere. It's getting very close to be hindering my productivity.
Jetpack Compose internals by Jorge Castillo is on sale on Leanpub! Its suggested price is $54.99; get it for $32.79 with this coupon: https://leanpub.com/sh/DoFLqcBE #Software #ComputerProgramming #Java #Kotlin #SoftwareArchitecture #SoftwareEngineering
Mein neuestes Machwerk ist im Playstore verfügbar - eine weitere App zum Mathe üben. Aufgabenlisten lassen sich auch ausdrucken damit die Kinder nicht so viel am Bildschirm tippen. Ohne Werbung, in App Käufe oder Abo. Viel Spaß damit
https://play.google.com/store/apps/details?id=com.koje.math.practice
#Kotlin Exposed just dropped 1.0.0-beta-1
With #R2DBC support!
The (Exposed) cuttlefish is well-known for its outstanding mimicry ability that enables it to blend seamlessly into any environment (or dialect ). And now reactively!
https://github.com/JetBrains/Exposed/releases/tag/1.0.0-beta-1
Is Kotlin still the go-to for modern Android development, or are people switching to other tools?
Discussions: https://discu.eu/q/http://sciflare.com
Wait, when you do
class Foo () {
val foo: Int
init { ... }
val bar: Int
}
in #Kotlin, it initializes foo, before it runs init, but bar doesn't get initialized until after ???
Who the heck thought that was a good idea?!
UPDATE: Aha! I guess I didn't realize there are "init blocks" in Kotlin, and thought they're the same as “init methods” in other languages, but you can have multiple init blocks, and there are separate "constructors" in Kotlin.
Simplifying MCP: http4k's Updated Authentication Model - Less Code, More Power
https://http4k.org/news/simplifying-mcp/
Discussions: https://discu.eu/q/https://http4k.org/news/simplifying-mcp/
Is Kotlin the language for all platforms? (with James Ward of Google)
@barubary @rena2019 Noch etwas Persönliches zum #Dart. Natürlich hat die Sprache ihre Berechtigung. Aber so richtig schön ist die Programmiersprache nicht. Macht nicht wirklich Spaß. Irgendwas zwischen #Java, #Typescript, #Javascript und #Kotlin. Sicher kann man damit gut Anwendungen entwickeln. Ich wette nur, wenn Google sich für Typescript, JavaScript oder (Kotlin) im Gegensatz zu Dart entschieden hätte, wäre es sicher noch weiter verbreitet.