New 📚 Release! Sustainability for Java Developers: Towards an Understanding of Sustainable Java Software Development by Geertjan, Frank Delporte, et. al. #books #programming #java #softwaredevelopers
Find it on Leanpub!
Link: leanpub.com/sustainabili...
13.02.2026 03:45
👍 12
🔁 9
💬 0
📌 2
Optimizing GPU Programs from Java using Babylon and HAT
Java achieving 14 TFLOP/s on an NVIDIA A10? 🚀
Is that possible? Our new article shows a PoC of how Projects Babylon and HAT use Code Reflection to achieve near-native GPU performance for matrix-multiplication.
Deep-dive here:
openjdk.org/projects/bab...
#Java #OpenJDK #GPU #HPC #AI
26.01.2026 17:29
👍 4
🔁 2
💬 0
📌 0
Since I started using IntelliJ IDEA in 2018, my Java journey has been faster, cleaner, and more enjoyable.
@jetbrains.com tools don’t just help you code,they help you code better.
Happy 25th! 🎂
#IntelliJIDEA25
@intellijidea.com
19.01.2026 00:04
👍 4
🔁 1
💬 0
📌 0
youtube.com/recap is fun 😊
06.12.2025 08:59
👍 1
🔁 0
💬 0
📌 0
chess classes in #duolingo are beautiful 🫰
05.12.2025 08:37
👍 2
🔁 0
💬 0
📌 0
exercise every day 💪
05.12.2025 08:21
👍 2
🔁 0
💬 0
📌 0
24.11.2025 22:00
👍 3
🔁 0
💬 0
📌 0
job hunt in funny way
Keep applying 😄 #devhumor #developerlife #funny #comedy
24.11.2025 21:43
👍 4
🔁 0
💬 0
📌 0
is leyden related to graalvm ? I see aot when I search about leyden, and I know graalvm aot compilation but I am confused are they related, I wish there was more central place gives details about leyden more
03.11.2025 02:54
👍 2
🔁 0
💬 2
📌 0
spring aot, aot cache,leyden
here is a new graph from leyden and all
02.11.2025 18:46
👍 0
🔁 0
💬 1
📌 0
looks like aot cache and spring aot is different things, very good naming :) so graalvm exist at spring aot layer not aot cache as far as I understand :)
02.11.2025 18:45
👍 0
🔁 0
💬 1
📌 0
Supercharge your JVM Performance with Project Leyden and Spring Boot
YouTube video by Java
that graph is coming from youtu.be/izLzgnMMjbU?... from @devoxx.com 2025
02.11.2025 18:37
👍 1
🔁 0
💬 1
📌 0
java leyden micronaut, spring boot, quarkus
#java leyden is faster then regular AOT or am I reading this graph wrong @graalvm.org ?
02.11.2025 18:36
👍 3
🔁 1
💬 1
📌 0
#gitlab is doing an upgrade to #postgresql 17
www.postgresql.org/message-id/C...
I wonder why not 18 io_uring should bring some performance boost.
31.10.2025 06:50
👍 1
🔁 0
💬 0
📌 0
I put a neural network in the Linux kernel scheduler
YouTube video by arighi_linux
#NeuralNetwork in #linux kernel from a #nvidia engineer, this may make the desktop linux year 🤓
www.youtube.com/watch?v=ywW8...
23.10.2025 07:53
👍 2
🔁 0
💬 0
📌 0
LCOV - PostgreSQL 19devel
#PostgreSQL has code coverage report and it is covered 80 percent, very nice
coverage.postgresql.org/index.html
22.10.2025 06:02
👍 0
🔁 0
💬 0
📌 0
claude cli at exit
slowly finishing before 30 Oct
03.10.2025 09:25
👍 2
🔁 0
💬 0
📌 0
@anthropic.com why the expire ? I was using claude time to time very slowly, especially for testing new models :(
01.10.2025 08:22
👍 2
🔁 0
💬 1
📌 0
GitHub - ozkanpakdil/grepwise: Splunk alternative
Splunk alternative. Contribute to ozkanpakdil/grepwise development by creating an account on GitHub.
hey guys, I have been working on this project around 3 months with #Junie
used #splunk many years and there is not one project which can work like that, easy to install and run. anyone likes to contribute I am very fast code reviewer and good vibes guy 🥳feel free to join
github.com/ozkanpakdil/...
30.09.2025 22:55
👍 2
🔁 0
💬 0
📌 0
PostgreSQL Performance Comparison
PostgreSQL Version Comparison Raw Data PostgreSQL Version Transactions Latency (ms) TPS PG12 165849 5.787 2763.556285 PG13 145544 6.594 2425.190199 PG14 158793 6.044 2646.418605 PG15 147527 6.506 2458...
#PostgreSQL 18 just landed—and I built a benchmark dashboard comparing PG versions 12–18 using pgbench mix tests:
pgbench.github.io/mix/
PG18 leads in every metric:
- 3,057 TPS
- 5.232 ms latency
- 183,431 transactions
Have you tested version 18 in production yet? Any tuning tips or surprises?
27.09.2025 12:07
👍 1
🔁 0
💬 1
📌 0
that is a good bug, you are using macos so you may have totally different experience, but I installed podman desktop other day to my debian and all worked fine, just try that docker compatibility, hmm now I wonder is that docker compatibility exist in macos ?
26.09.2025 18:55
👍 1
🔁 0
💬 1
📌 0
now you are going too deep 😀 I remember I uninstalled docker desktop but I have wsl docker too, windows is confusing 😃 maybe @podman-desktop.io can answer, pls answer 😄
26.09.2025 18:18
👍 1
🔁 0
💬 1
📌 0
I believe code explains better, and I run it in my local podman desktop, all works
26.09.2025 17:49
👍 1
🔁 0
💬 0
📌 0
docker-sandbox/postgres-cluster-SAN-CN at main · ozkanpakdil-redgate/docker-sandbox
Postgresql setup for testing. Contribute to ozkanpakdil-redgate/docker-sandbox development by creating an account on GitHub.
when I installed podman desktop and enabled docker extension, I have docker CLI installed under podman installation folder
github.com/ozkanpakdil-...
that's the code prepares PostgreSQL with all mtls
at the beginning I was using podman CLI, other team members had issues so all in docker code
26.09.2025 17:48
👍 1
🔁 0
💬 2
📌 0
yes, podman can build those but if I use podman cli in the scripts it doesn't run on other computers where people don't have podman. so I use docker cli in my script, so in my local podman desktop run those containers
26.09.2025 17:12
👍 0
🔁 0
💬 1
📌 0
because I share docker scripts with other tram members, they use rancher or something, they don't have podman, so docker cli exist everywhere
26.09.2025 09:00
👍 0
🔁 0
💬 1
📌 0