Holly molly Kotlin 2.0.0-RC1 just dropped 👍
list of changes
upd:
- KT-32754 in this release fixes issue described by Jake in recent blog post
list of changes
upd:
- KT-32754 in this release fixes issue described by Jake in recent blog post
Please open Telegram to view this post
VIEW IN TELEGRAM
🎉2
senk0n lab
nice repo that follows architecture guide by google > especially libraries author wrote for that project recommend to familiarize yourself with it
amazing writeup about declarative re-thinking of pagination approach
https://twitter.com/Tunji_D/status/1783913688464036347 (blog)
this guy... outstanding job
https://twitter.com/Tunji_D/status/1783913688464036347 (blog)
this guy... outstanding job
X (formerly Twitter)
Tunji Dahunsi (@Tunji_D) on X
One of my favorite things to do as a developer advocate was exploring ways APIs could be improved, especially for Jetpack Compose.
For the paging library, I wanted it to produce a simple List instead of PagingData. Here are a couple reasons why:
https…
For the paging library, I wanted it to produce a simple List instead of PagingData. Here are a couple reasons why:
https…
senk0n lab
Holly molly Kotlin 2.0.0-RC1 just dropped 👍 list of changes upd: - KT-32754 in this release fixes issue described by Jake in recent blog post
Holly molly Kotlin 2.0.0-RC2 just dropped 👍
The Compose compiler is moving to the Kotlin lang repository!
In combination with Compose Multiplatform 1.6.10-beta03 to support new Compose compiler
[android, jb cmp guide, disc, reasoning]
The Compose compiler is moving to the Kotlin lang repository!
In combination with Compose Multiplatform 1.6.10-beta03 to support new Compose compiler
[android, jb cmp guide, disc, reasoning]
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
X (formerly Twitter)
kevmoo (@kevmoo) on X
@LeighaJarett @Google Hey folks! Kevin, product manager on Flutter and Dart here.
The layoffs were decided AT LEAST a couple of layers above our team and affected a LOT of teams. (I think I can say that). Lots of good folks got bad news and lots of great…
The layoffs were decided AT LEAST a couple of layers above our team and affected a LOT of teams. (I think I can say that). Lots of good folks got bad news and lots of great…
😢1
senk0n lab
Strong Skipping Mode! 💪 Oof, almost forgot to post it here. Prepare yourself to the great era of recomposition magic... From Compose 1.7.x (or later, but at least with stronk skip == true) all composables can skip recomposition, unstable types will be compared…
Strong Skipping Mode is now Stable in Compose Compiler 1.5.13, and soon will become enabled by Default
More value classes for optimization's sake!
A small post about one of the great use-cases for Value Classes in Kotlin, and another good reminder why usage of recommended build configs highly impacts performance in Compose.
fx: Compose uses this technique quite a bit, see: IntSize (two Int's packed in Long), TextUnit (unit type and Float value packed in Long), and Constraints (four values packed in Long, with varying ranges for diff dimensions' precisions). Also Duration from stdlib. (src)
> https://www.romainguy.dev/posts/2024/readability-of-optimized-kotlin-code
A small post about one of the great use-cases for Value Classes in Kotlin, and another good reminder why usage of recommended build configs highly impacts performance in Compose.
fx: Compose uses this technique quite a bit, see: IntSize (two Int's packed in Long), TextUnit (unit type and Float value packed in Long), and Constraints (four values packed in Long, with varying ranges for diff dimensions' precisions). Also Duration from stdlib. (src)
> https://www.romainguy.dev/posts/2024/readability-of-optimized-kotlin-code
Romain Guy
Readability of Optimized Kotlin Code
Leland and I were recently discussing how to best implement a new data structure to speed up a specific aspect of Jetpack Compose. He came up with a great idea, and nerd sniped me in the process. The problem was to efficiently encode the occupancy of an 8x8…
More fresh IDEA base for Android Studio next updates ☺️
https://android-developers.googleblog.com/2024/05/more-frequent-focused-updates-for-android-studio.html
https://android-developers.googleblog.com/2024/05/more-frequent-focused-updates-for-android-studio.html
Please open Telegram to view this post
VIEW IN TELEGRAM
Android Developers Blog
More frequent, focused updates for Android Studio
We're ensuring that important updates to the IntelliJ IDEA platform reach the Android Studio Stable channel more frequently for increased quality.
❤1
finally, docs for prototyping enjoyers
https://developer.android.com/quick-guides
https://developer.android.com/quick-guides
Android Developers
Jetpack Compose | Android Developers
ah yes, io.google
the KMP is now officially approved and supported by Google, so you can easily push with it for the new and migration of the old projects!
and a bunch of ai shit...
the rest can be found on this page
the KMP is now officially approved and supported by Google, so you can easily push with it for the new and migration of the old projects!
the rest can be found on this page
Android Developers Blog
Android Support for Kotlin Multiplatform (KMP) to Share Business Logic Across Mobile, Web, Server, and Desktop
We are supporting Kotlin Multiplatform (KMP) on Android, enabling sharing code across platforms to increase productivity and quality for Android apps.
senk0n lab
More value classes for optimization's sake! A small post about one of the great use-cases for Value Classes in Kotlin, and another good reminder why usage of recommended build configs highly impacts performance in Compose. fx: Compose uses this technique…
aaand a talk on optimizations topic from the same guy
https://youtu.be/5cxw_fdpnoA
his relevant posts: https://romainguy.dev/tags/performance/
https://youtu.be/5cxw_fdpnoA
his relevant posts: https://romainguy.dev/tags/performance/
YouTube
Practical Optimizations
In this session we will look at a series of optimizations that were done in Jetpack Compose to learn about how different types of optimizations can affect performance, including code flow/algorithms, new data structures, low-level bytecode optimizations,…
Google is trying to transfer some potential Flutter devs into Kotlin Multiplatform devs 🧃 🤔 😎
https://developers.googleblog.com/en/making-development-across-platforms-easier-for-developers/
https://developers.googleblog.com/en/making-development-across-platforms-easier-for-developers/
Please open Telegram to view this post
VIEW IN TELEGRAM
Googleblog
Google for Developers Blog - News about Web, Mobile, AI and Cloud
Do what works best for your business; whether you’re sharing both UI and business logic across multiple platforms with Flutter or development with Kotlin Multiplatform.
😢1
senk0n lab
Holly molly Kotlin 2.0.0-RC2 just dropped 👍 The Compose compiler is moving to the Kotlin lang repository! In combination with Compose Multiplatform 1.6.10-beta03 to support new Compose compiler [android, jb cmp guide, disc, reasoning]
Kotlin 2.0.0 just dropped 👍
and Compose Multiplatform 1.6.10 this morning
Compose Compiler now has its own section in the Kotlin changelog❤️
and Compose Multiplatform 1.6.10 this morning
Compose Compiler now has its own section in the Kotlin changelog
Please open Telegram to view this post
VIEW IN TELEGRAM
whoa, Compose Web in Kotlin Playground
https://vxtwitter.com/MohamadRejeb/status/1798290562958651401
test: https://pl.kotl.in/4cyGYQ_jG
https://vxtwitter.com/MohamadRejeb/status/1798290562958651401
test: https://pl.kotl.in/4cyGYQ_jG
vxTwitter / fixvx
Mohamed Rejeb (@MohamadRejeb)
Good news for Compose folks! A prototype solution for running Compose Web on Kotlin Playground is available via this link: https://pl.kotl.in/4cyGYQ_jG
It is taking forever to compile 🐌 but it's a good step…
💖 133 🔁 24
It is taking forever to compile 🐌 but it's a good step…
💖 133 🔁 24
https://matt.sh/panic-at-the-job-market
job market analysis?
companies finances?
tech degradation?
all included
job market analysis?
companies finances?
tech degradation?
all included
senk0n lab
Cool stuff to read (+talks) > compose usage/internals basics https://medium.com/@intelligibabble > about compose snapshot system https://blog.zachklipp.com/tag/compose-state-series/ (dev.to old mirror) + chapter 5 of compose internals
recently this guy was giving a talk about one of his series' topics:
specifics of how derivedStateOf work
https://blog.zachklipp.com/talk-deriving-derived-state-derivedstateof-explained/
in text here: https://blog.zachklipp.com/how-derivedstateof-works-a-deep-d-er-ive/
specifics of how derivedStateOf work
https://blog.zachklipp.com/talk-deriving-derived-state-derivedstateof-explained/
in text here: https://blog.zachklipp.com/how-derivedstateof-works-a-deep-d-er-ive/
Zach Klippenstein’s Blog
Talk: Deriving derived state: derivedStateOf explained
As a follow-up to my last snapshots talk, Opening the Shutter on Snapshots, I did a deep-dive into how Compose's derivedStateOf works.
Forwarded from Алиса копается
#dev
https://purplesyringa.moe/blog/i-sped-up-serde-json-strings-by-20-percent/
Последний месяц я занималась оптимизацией serde_json. Подумала, что почитать про мой опыт может быть интересно: одно дело код, другое — мыслительные процессы, backstory и прикольные трюки и подвохи, которые просто так кодом не опишешь. Я часто нахожу интересное на lemire.me; решила попробовать написать что-то в том же стиле.
https://purplesyringa.moe/blog/i-sped-up-serde-json-strings-by-20-percent/
Последний месяц я занималась оптимизацией serde_json. Подумала, что почитать про мой опыт может быть интересно: одно дело код, другое — мыслительные процессы, backstory и прикольные трюки и подвохи, которые просто так кодом не опишешь. Я часто нахожу интересное на lemire.me; решила попробовать написать что-то в том же стиле.
purplesyringa's blog
I sped up serde_json strings by 20%
I have recently done some performance work and realized that reading about my experience could be entertaining. Teaching to think is just as important as teaching to code, but this is seldom done; I think something I’ve done last month is a great opportunity…