@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!
@tjake For me your #Devoxx talk about https://t.co/fWmo5GIyBh and the one from @TheMukel about https://t.co/LXtLab5BAp were the most relevant talks. Thanks for all the background information - I have learned a lot!
🌟 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.
@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🤔