4-panel comic. (1) [Person 1 with ponytail flanked by person with short hair and another person speaking into microphone at podium] PERSON 1: In the early 2010s, researchers found that many major scientific results couldn’t be reproduced. (2) PERSON 1: Over a decade into the replication crisis, we wanted to see if today’s studies have become more robust. (3) PERSON 1: Unfortunately, our replication analysis has found exactly the same problems that those 2010s researchers did. (4) [newspaper with image of speakers from previous panels] Headline: Replication Crisis Solved
Replication Crisis
xkcd.com/3117/
21.07.2025 23:54 — 👍 4862 🔁 651 💬 29 📌 28
@lewurm.bsky.social I've heard you are an expert in both, git and mate. Maybe we should give it a try? 😅
29.06.2025 19:52 — 👍 1 🔁 0 💬 1 📌 0
What is git-mate and where can i get it!?
28.06.2025 15:29 — 👍 2 🔁 0 💬 1 📌 0
GPULlama3.java Brings GPU-Accelerated LLM Inference to Pure Java
The University of Manchester team extended @mukel.bsky.social's Llama3.java (github.com/mukel/llama3...) with GPU support via the GraalVM JIT and TornadoVM: www.infoq.com/news/2025/06...
Nicely done!👏
25.06.2025 09:07 — 👍 14 🔁 9 💬 0 📌 2
@graalvm.org for JDK 25 has been branched-off as well!
05.06.2025 19:45 — 👍 10 🔁 2 💬 0 📌 0
JDK 25 is now in Rampdown Phase One
JDK 25 has been branched from the main line and is now in Rampdown Phase One: mail.openjdk.org/pipermail/jd...
openjdk.org/projects/jdk...
#JDK25 #OpenJDK #Java
05.06.2025 17:24 — 👍 63 🔁 23 💬 0 📌 3
Today is World ME/CFS day. My partner has been severely suffering from this disease for almost three years now.
The care and research situation is really dire. It's so bad I even made a sign myself. Probably one of the hardest engineering challenges I had to tackle in a while.
12.05.2025 10:53 — 👍 10 🔁 3 💬 1 📌 0
Exciting news for C and C++ developers! @clion_ide just joined the club of WebStorm, Rider, and RustRover and is free for non-commercial use. Learning, developing open-source projects, creating content, and hobby development are now more accessible than ever before!
More details: jb.gg/cl_free_bs
07.05.2025 12:47 — 👍 94 🔁 28 💬 4 📌 10
PhD Timeline xkcd.com/3081
25.04.2025 15:32 — 👍 60714 🔁 20856 💬 611 📌 840
✅ @graalvm.org Native Image
✅ Llama3.java
✅ Vector API, FFM API
✅ Apple Silicon ❤️
— `git clone github.com/mukel/llama3... `
— `sdk install java 25.ea.17-graal`
— `make native` (optionally preload a model for zero overhead)
— Profit!🚀
#Java #GraalVM #LLM #LLama
16.04.2025 12:13 — 👍 32 🔁 9 💬 0 📌 1
Java 24 / JDK 24: General Availability: mail.openjdk.org/pipermail/jd...
Features: openjdk.org/projects/jdk...
GPL-licensed OpenJDK builds from Oracle for Linux, MacOS and Windows are available here:
jdk.java.net/24/
18.03.2025 15:50 — 👍 19 🔁 8 💬 0 📌 0
Welcome, GraalVM for JDK 24!🚀
Today we are releasing GraalVM for JDK 24!
GraalVM for JDK 24 is here!🎉
Higher peak performance with ML, smaller executables, enhanced SBOM support, and many more new features!
What's new: medium.com/graalvm/welc...
The release notes: www.graalvm.org/release-note...
Download now!🚀
graalvm.org/downloads/
#GraalVM #Java24
18.03.2025 15:30 — 👍 34 🔁 12 💬 0 📌 1
JavaFX 24 Release General-Availability Builds are here!
Binaries from Oracle for Linux, MacOS and Windows can be downloaded at:
jdk.java.net/javafx24/
Release Notes: github.com/openjdk/jfx/...
#OpenJDK #OpenJFX
19.03.2025 13:39 — 👍 6 🔁 3 💬 0 📌 1
Yes, the below @sdkman.io command line is the perfect way to adopt to the latest Java 24👍
19.03.2025 21:50 — 👍 12 🔁 4 💬 1 📌 0
Happy IWD to all my fellow speakers, developers, and women all over the world. Keep changing the world for better ❤️
08.03.2025 11:05 — 👍 33 🔁 3 💬 0 📌 0
This is me debugging a Rust library compiled to Wasm and embedded in a @micronautfw.bsky.social microservice in @intellijidea.com: Compile with debug info, enable the Chrome Inspector for #GraalJS and #GraalWasm, and attach to the process. 🤓
Will share more details at #WasmIO later this month!
09.03.2025 17:37 — 👍 34 🔁 9 💬 2 📌 2
First JDK 24 Release Candidate: mail.openjdk.org/pipermail/jd...
Downloads: jdk.java.net/24/
#JDK24 #Java24 #OpenJDK #TestItNow
10.02.2025 14:27 — 👍 53 🔁 22 💬 0 📌 1
Good morning, #Jfokus!
Meet @ssmith.bsky.social, @fniephaus.com and @timfelgentreff.bsky.social to ask all your GraalVM & GraalPy questions!🚀
04.02.2025 10:20 — 👍 16 🔁 3 💬 0 📌 1
Colored assembly with branch visualization
I was going through the binutils changelogs and I came across two great "new" features
Version 2.42 introduced `--visualize-jumps` and 2.40 introduced syntax highlighting with `--disassembler-color=MODE`
I really appreciate jump/branch visualization in disassemblers, makes life so much easier...
23.01.2025 20:15 — 👍 7 🔁 1 💬 0 📌 0
Wow native compilation of a #Java app with #Quarkus and #GraalVM on an Intel CPU is getting seriously fast 🚀! I clocked this one at 34 seconds and that's with running the compilation inside a container as well. Kudos to the @graalvm.org and @quarkus.io teams!
06.01.2025 11:38 — 👍 22 🔁 5 💬 0 📌 0
A great opportunity for anyone looking for an internship. @graalvm.org is a really interesting project touching a lot of system software concepts and is backed by a great research team!
08.01.2025 19:30 — 👍 15 🔁 9 💬 0 📌 0
Are you looking for a summer internship?👨🎓 Join our team on a mission to make all languages fast, and developers all over the world more productive!
Learn more and apply: www.graalvm.org/community/in...
08.01.2025 15:05 — 👍 16 🔁 7 💬 0 📌 3
Today I got to do some thinking about compiler IRs and finally solved a problem that has been vexing me for at least a dozen years:
Is it possible to directly interpret a sea-of-nodes graph efficiently (i.e. no schedule)? What does that even mean?
Yes Virginia, it's possible. It means max ILP.
06.01.2025 04:54 — 👍 6 🔁 1 💬 0 📌 0
One charger to rule them all!
02.01.2025 09:11 — 👍 1 🔁 0 💬 0 📌 0
We just merged the current status of the upcoming JDWP support for @graalvm.org Native Image! 🥳
This will soon provide developers with the same debugging experience they are used to in Java, but for native images! Stay tuned for more details.
github.com/oracle/graal...
20.12.2024 11:46 — 👍 55 🔁 26 💬 3 📌 2
sdk install java 25.ea.1-graal
19.12.2024 16:44 — 👍 9 🔁 3 💬 2 📌 0
You're at home, baby! fm4.orf.at
Irgendwas mit 🏈 @Vanni_reiterer sent me ❤️ Träger der Wiener Stadtwanderwegsnadel 🎖️Ancora cielo 🇮🇹
Open source home automation that puts local control & privacy first. Powered by a worldwide community of tinkerers & DIY enthusiasts.
Physiker, Autor, Wissenschaftserklärer, Kolumnist. Wien, Europa, Milchstraße & Umgebung. Glaube nicht alles, was du denkst!
Software engineer, Games programmer, Developer advocate, toy collector, drinking coffee, Technical Director Elite Dangerous at Frontier.
Over 25 years of games! Creators of Elite Dangerous, Planet Coaster, Jurassic World Evolution, Planet Zoo, F1® Manager and more!
https://www.frontier.co.uk/
Elite Dangerous cinematographer. Explorer at heart. Filming the galaxy since 3304. Co-founder of the Buur Pit. Wife of Buur.
http://youtube.com/@thebuurpit
Elite Dangerous Youtuber /w my wife cmdrrheeney.bsky.social || Partnered with Frontier Developments PLC and VKB Sim (https://vkb-sim.pro) || http://lazylinks.co.uk/buur
https://wien.tomnetworks.com/
Free the software! Java, HotSpot, OpenJDK.
I post in a personal capacity, not on behalf of my employer or any other organization.
🏳️🌈🏳️⚧️
IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin, by @jetbrains.com
Tips: #IntelliJIDEATips
New Features: #NewInIntelliJIDEA
Our YouTube channel: http://jb.gg/video
Official #TornadoVM - JIT Compiler & Runtime system for running JVM applications on heterogeneous hardware.
https://www.tornadovm.org/
He/Him. Software Engineer at #OracleLabs, formerly #Gradle. Amateur astronomer. Opinions are my own.
The place to collaborate on an open-source implementation of the Java Platform and related projects · https://openjdk.org
Assistant Professor at the National University of Singapore, leading the Trustworthy Engineering of Software Technologies lab (https://nus-test.github.io/). We focus on improving data-centric systems, particularly their reliability.
Database systems enthusiast. Building platforms for data-centric applications at Oracle Labs.