Computer Engineer. Solutions Architect. Java ☕️fan.

Joined March 2022
1 Photos and videos
SamFx retweeted
Just released: lightmetal GPU LLM inference on Apple Silicon: a single Java 25 executable JAR, zero dependencies. Binds Metal-enabled libllama.dylib through the Foreign Function & Memory API. Runs Mistral and Gemma GGUF models locally. - Anthropic-compatible /v1/messages - OpenAI-compatible /v1/chat/completions - Embeddable via ServiceLoader<BinaryOperator<String>> - No Python, no Ollama, no container 👉 github.com/AdamBien/lightmet… #Java #LLM #AppleSilicon #bce #airhacks
2
3
30
2,510
5 Nov 2024
Question: @GluonHQ gluonFX mvn plugin has now a static library feature. Is this mean that I can build a library in Java and use it in iOS and android apps even the different system architectures ?!! #graalVM #java
48
SamFx retweeted
legacy software companies adding an ai chatbot to their product
242
6,039
70,785
2,562,580
SamFx retweeted
Here are the #JavaFX #LinksOfTheWeek as published on jfx-central.com/links Thanks to @ArturSkowronski @FrankDelporte @SamNaFX @thejvmbender @stefanofago @dlemmermann @Heimbuchner_J Have a lovely weekend!
3
12
901
25 Apr 2024
Question in #javafx with #gluon , can we using a library for iOS in attach. All the examples shows using library only for android ??
1
132
4 Mar 2024
with #javafx, @GluonH Any sample code how to build attach service which will use swift library! Attach itself had code of include Android library using gradle build (firebase), but how to do the same for iOS ?
1
199
1 Mar 2024
Today I build the @GluonHQ #Attach. It is a great piece of art ❤️. But it is not easy to quick go ahead. I wish the community can help to make the learning here easier
1
42
1 Mar 2024
1
36
27 Feb 2024
I am trying to get a working version of #JavaFX #Attach #PushNotification Service for mobile application. But I am facing problems in both #android and #iOS. How can I got a #help please!
81
14 Feb 2024
#JavaFX I am trying to continue learning JavaFX on mobile using #gluon #gluonFX. I added a push notification to simple app. And the functionality is not working as expected. I wonder why, even I am sure that it is simple & easy task. Can somebody #help stackoverflow.com/q/77959260…

2
41
SamFx retweeted
31 Aug 2023
Always the problem with #Microsoft… 2014 as #SatyaNadella took the leadership at Microsoft, I wrote this blog and he followed my recommendation 👍 Also with #Java, today at Microsoft 😅 So, let’s dump #DotNET and move everything to Java. lofidewanto.blogspot.com/201…

DotNet Meme is always funny, sometimes brutal.
1
1
194
2 Sep 2022
Replying to @JPeredaDnr
@JPeredaDnr 1st, Thank you for your great example about how JavaFX on Mobile work 2nd, Do you have any idea why mouse Event is working on WebView on Desktop while touch Event is not fired on Tham webview on Mobile (android) it is over than one week i can not understand why !!
3
1
2 Sep 2022
I am using some code from the samples like "if (Platform.isAndroid() || Platform.isIOS()) {"