Nach dem Vorfall in den Niederlanden denke ich, dass es definitiv Zeit für einen Ausstieg aus Microsoft 365 ist.
Ich habe diesen vor zwei Jahren vollzogen und sehr zufrieden und vor dem Willkür der USA geschützt bei @infomaniak.bsky.social
www.itmagazine.ch/artikel/8725...
Wrote about the migration to Aesh in JBang at https://www.jbang.dev/learn/from-picocli-to-sh-how-porting-jbang-s-cli-made-everything-better/
Yet again we see what impact reflection vs build time processing can have on even the small things!
🚀 JBang 0.139 is out!
⚡ picocli → Aesh: 2-5x faster startup
🖥️ Native binaries (early access)
🔍 Smart tab completion for scripts, GAV, GitHub URLs
🔎 New deps search TUI
📦 Multiple JDKs per major version
https://github.com/jbangdev/jbang/releases/tag/v0.139.2
Video
Working on picocli to aesh migration the last few weeks for JBang.
The startup difference is amazing: 2-17x faster.
JVM mode is now amazing but native mode is even faster.
lesson learned again and again - reflection is a startup killer; build-time makes all the difference!
Simon Martinelli
www.iankduncan.com/engineering/...
Here is an example: having any Quarkus dependency in the class path makes it impossible to log anything in a stock JUnit test github.com/quarkusio/qu...
ÖBB, das unfriendly captcha in Ihrer App ist ganz schön nervig. Warum um Gottes Willen auf jedem Screen 🤦
I am very happy to share that I will speak at @baselone.bsky.social 2026 on October 15 in Basel.
My session: Wenn Spezifikationen den Takt vorgeben
#BaselOne #BaselOne2026 #SpecDrivenDevelopment #AIUnifiedProcess #AIUP #SoftwareArchitecture #Java #AI
Microsoft beteuert, europäische Kundendaten möglichst gut vor unerwünschten Zugriffen durch die US-Regierung zu schützen. Wie viel dieses Versprechen wert ist, zeigt nun die Weitergabe von Daten niede...
Just learned that EUobserver joins Slovak journalist-owned publisher Denník N. Good journalism, good tech and good business model. Congrats to both!
euobserver.com/203123/euobs...
I always liked JBoss Logging due to its performance driven design. Although it works well out of the box when doing the usual Quarkus stuff, making it work outside of its native ecosystem has often been hard...