I finally released my first Compose Multiplatform app. 95% of the code is shared with KMP.
Stack:
- Decompose (for architecture and navigation)
- Koin
- Ktor (server and client)
- Mapbox (UIKit iOS / Compose Android)
- SQLDelight (server and client)
kordon.live/index_en.html
@tjake@TheMukel Looking at both repositories I surely can see differences in the implementations of both projects. But I would be very interested in your thoughts about the design-wise differences and future plans (besides GraalVM, LoRA and maybe GGUF). Thanks!
My Devoxx talk posted and unfortunately I didn’t do as well as I hoped but it was a good learning experience for me. My stutter was distracting me from what I was actually trying to say and it was difficult for anyone to follow. Heck I was having trouble following myself.
If I had rehearsed and not spent so much time coding for the keynote demo I would have done better.
I know folks could care less about me and my conference talk but maybe someone out there can take comfort knowing everyone has bad days like this.
youtu.be/p-p_oRjEVow?si…
🌟 It is JetBrains license giveaway time 🌟
1⃣ Like and repost the post
2⃣ Follow our account
3⃣ Mention a friend in the comments
Thanks to @jetbrains for supporting our community!
One Winner will be chosen randomly on Wednesday, August 7th 🙌
#jugistanbul#jetbrains
@OpenJDK But why is this called Gatherer, why not simply Operator?
A “Gatherer” would be a better fit for stream creation, but imho not for a custom operator.
@OpenJDK I like this JEP.
Could the built-in gatherers Gatherers.windowFixed(int windowSize) and .windowSliding(int windowSize) not be combined to Gatherers.window(int windowSize, int increment), which is even more flexible e.g. for Stream 1:6 Gatherers.window(3, 2) is 123, 345, 56
@dosdude1 All of mine iPhone or MacBook cables look exactly like yours. What is Apple doing to its cables that they all loose their isolation after 2 years?
@continuedev@MetaAI@replicatehq@togethercompute I have tried Code Llama out on my MacBook using Ollama - it works! But already the 7b model is very slow. (How) Is it possible to run Llama on a different machine as VSCode? Maybe run the Ollama or the Continue server on a separate machine? But how to connect the Continue UI?
@speakjava@MichaelPaus@AzulSystems Really, an alternative to GraalVM? My last experience with Azul was a very good alternative to other JDK’s, but no AOT.
⚠️#Java performance tip⚠️
Don't use "+" for string concatenation. Use StringBuilder or StringBuffer instead.
I have created a benchmark to compare the speed of StringBuilder, StringBuffer and "+" concatenation for 2, 3, 5, 10, 50, and 100 strings.
Details in 🧵👇
@fniephaus@thomaswue@graalvm No reason to apologize Fabio. You guys doing a great job! Thanks for the issue link. I did not know about that change:”We will remove the current static linking approach used for Linux.”. Actually this was our main reason for using native-image😉
I guess we have to reconsider🤔