Kirill Rakhman
banner
rakhman.info
Kirill Rakhman
@rakhman.info
130 followers 100 following 93 posts
Kotlin Compiler @ JetBrains Karlsruhe, Germany https://rakhman.info https://sueden.social/@kirillrakhman
Posts Media Videos Starter Packs
Today, muted channels are hidden from categories, even when they're configured with "Show: All". Last week, they were still visible.

How about we figure out what "Muted" means and stick with it? Or even better, just let me, the user, decide.
Could Slack finally stop messing with the freaking sidebar?
Reposted by Kirill Rakhman
Built my own solution, everything works EXCEPT Gmail doesn't send notifications for mails added through the API. FML
Reposted by Kirill Rakhman
For WebStorm 2026.1 we want to hear what matters to you. Vote for issues or feature requests and we will do our very best to get those into the 2026.1 release!
r/Jetbrains - Reddit
Let's fix what matters: Vote for the top 5 WebStorm issues for 2026.1
www.reddit.com
Reposted by Kirill Rakhman
I've written a small blog post about how context parameters change API design in Kotlin serranofp.com/blog/context...

Feedback and discussion is more than welcome!
Context parameters and API design
serranofp.com
Reposted by Kirill Rakhman
Context parameters are almost here, let's try migrating a real codebase to them and see what happens!

If you've heard of them but haven't had the time to dive yet, follow me to discover what they can and can't do right now, ahead of their final stabilization.

ivan.canet.dev/blog/2025/10...
I tried context parameters, Kotlin's new multi-receiver extension functions - Ivan “CLOVIS” Canet
Software engineering, open source and computer security
ivan.canet.dev
I wanted to analyze some YML but sadly there is no YML support in DataFrame. I was able to use snakeyaml and feed it to DataFrame manually, though.
Reposted by Kirill Rakhman
Published a KEEP on suspend lambdas and anonymous functions: github.com/Kotlin/KEEP/...
github.com
Reposted by Kirill Rakhman
Reminder that Compose Multiplatform (www.jetbrains.com/compose-mult...) is Stable on iOS, Android and Desktop....and now in Beta for Web.
Reposted by Kirill Rakhman
Feel the difference with one tool for many SQL and NoSQL databases. Start a free 30-day trial or get DataGrip for free forever for non-commercial purposes: jb.gg/DGncsBS
Reposted by Kirill Rakhman
The big premiere for SQL and database lovers: DataGrip is now free for non-commercial use!
Start a free 30-day trial or get DataGrip for free forever for non-commercial purposes:
jb.gg/DGncfBS
WTH is YouTube doing with this auto dubbing?
I'm on Android. Click on a Bluesky link will take me to my feed instead of the post on the first try every time. Clicking the link again, will take me to the post.
Reposted by Kirill Rakhman
It's so cool to see the unrelenting progress of Kotlin and Compose Multiplatform....all the moving pieces steadily coming together!
SEO but for AIs should be called LLMO (pronounced "Elmo").
This is one of the cases where you know it won't ever finish if it didn't work after 10 seconds.
Took me long enough to realize that @gradle.com's api() dependency should be used when you expose a dependency's types in your own public signatures.