Bushehr nuclear plant hit, couple hours ago.

t'd place the hit around 0900EST ish. Late afternoon/early eve Iranian local time.

They have hit AROUND the plant, before, but this was inside perimeter of the plant itself.

If they have that bullshit LLM maven palantir targeting, it's just a matter of time until they hit vessel building.

THAT will be a HUUUUUGE fucking mistake.

https://www.aljazeera.com/news/2026/4/4/iaea-says-projectile-hits-near-irans-bushehr-nuclear-plant-killing-one

#TurdReich #OperationEpsteinFury #Iran #USMilitary #palantir #maven #USPol

Released version 1.0.1 of my #Native #Image #Config transformer plugin for the #Maven #Shade plugin that also deals with types defined in reachability-metadata-schema-v1.2.0.json format:

https://codeberg.org/michael-simons/native-image-config-transformer

Useful if you need to shade some stuff in your projects that comes with #GraalVM config settings.

native-image-config-transformer

Additional transformers for the Maven shade plugin dealing with GraalVM native image configuration files.

Codeberg.org

After 3 years of existence, we made a tough decision today, that we solemnly announce here: The Maveniverse team (after a heated debate), unanimously decided to rename the organization to Gradeliverse!

(and let me leak our super secret rebranding makeover)

#maven #maveniverse #gradle #april1st

The AI War on Iran: Project Maven, a Secretive Palantir-Run System, Helps Pentagon Pick Bomb Targets

The Trump administration says the United States has struck 11,000 targets in Iran since the U.S.-Israeli war on the country began. Critics have questioned the accuracy of the Maven system, the artificial intelligence system used by the military to speed up the process of identifying targets. “Imagine Google Earth for war, a map of war with white dots, infused with information like elevation, coordinate, what is precisely there, whether it’s friendly or foe,” says Katrina Manson, a reporter for Bloomberg News and author of Project Maven: A Marine Colonel, His Team, and the Dawn of AI Warfare. The Pentagon launched Project Maven in 2017. Google was an initial partner, but the company pulled out after over 3,000 Google employees signed a letter opposing the work. The big data firm Palantir then took over the project and has run it ever since.

Democracy Now!

Does publishing snapshots to Maven Central fail for anyone else, or is this just me?

#Maven #MavenCentral #Sonatype #Snapshot

Came up with this little “trick” to play around interactively with packages and APIs in jshell (Java's interactive shell) when developing a Maven-based project:

# Gather dependency classpath
mvn dependency:build-classpath -Dmdep.outputfile=deps.cp.txt

# run interactive shell
CLASSPATH=$(cat deps.cp.txt) jshell

Now classes can be imported inside the interactive shell from any libraries used in your project. So that you could experiment with things iteratively.

#java #Maven #jshell #coding

Maven ist eines der zentralen Werkzeuge im Java-Ökosystem. Wenn du damit wenig Erfahrung hast, wirkt es am Anfang oft sperrig und unnötig komplex. In der Praxis löst Maven jedoch sehr konkrete Probleme: wiederholbare Builds, saubere Abhängigkeiten und eine klare Projektstruktur. Sobald du das Gr

https://magicmarcy.de/maven-fuer-einsteiger-struktur-abhaengigkeiten-und-build-cycle

#Maven #Build #BuildCycle #Java #Programming #Dependency #Plugin #Projektmanagement

Maven für Einsteiger: Struktur, Abhängigkeiten und Build Cycle | magicmarcy.de

Maven ist eines der zentralen Werkzeuge im Java-Ökosystem. Wenn du weniger als ein Jahr Erfahrung hast, wirkt es am Anfang oft sperrig und unnötig komplex. In der Praxis löst Maven jedoch sehr konkrete Probleme: wiederholbare Builds, saubere Abhängigkeiten und eine klare Projektstruktur. Sobald du das Grundprinzip verstanden hast, wird Maven eher Werkzeug als Hürde.

magicmarcy.de

«Mutmaßlicher US-Angriff auf Schule in Iran — Palantir-System rückt in den Fokus:
Nach dem tödlichen Luftangriff auf eine iranische Schule gerät Palantirs Maven in die Kritik.»

Ja Palantir ist künstlich aber sicher nicht intelligent. Auch deswegen ist es mehr als "nur" kritisch zu betrachten sondern als verantwortungslose unkontrollierbarer Waffe.

😒 https://www.heise.de/news/Mutmasslicher-US-Angriff-auf-Schule-in-Iran-Palantir-System-rueckt-in-den-Fokus-11229006.html

#palantir #iran #usa #krieg #schule #ki #maven #kritik #palantirmaven #fokus #waffe #kiwaffe #kikrieg #kikritik

Mutmaßlicher US-Angriff auf Schule in Iran: Palantir-System rückt in den Fokus

Nach dem tödlichen Luftangriff auf eine iranische Schule gerät Palantirs Maven in die Kritik.

heise online

You trust your version numbers—but should your users? Semantic Versioning breaks down when humans enforce it. @JagoVreede turns it into a build-time guarantee.

Stop guessing version bumps—automate them and prevent breaking releases: https://javapro.io/2026/03/26/semantic-versioning-done-automatically/

#Java #Maven #API

I will never become a fan of maven.

Hey maven, just tell me where your local repository is. Oh no problem

% mvn help:evaluate -Dexpression=settings.localRepository -q -DforceStdout

And the wonderful output is:

[INFO] [stdout] /home/harald/.m2/repository

And I am sure [INFO] [stdout] are not part of what I actually wanted to know. In fact it couldn't be more useless in the output.🤦‍♀️ 🙂‍↔️

And for added insult, running this burns 5 CPU seconds. This is abysmal.

#maven #java #bloatware