Sci-fi nerd me approves the use of poster-sized lenticular printing and They Live references
Sci-fi nerd me approves the use of poster-sized lenticular printing and They Live references
Greg Olijnyk is back with a new collection of fantastic cardboard sculptures that juxtapose intricate architecture with otherworldly objects.
https://www.thisiscolossal.com/2025/02/greg-olijnyk-cardboard-monuments/
#JUnit 5.12 will support user-defined #Java versions in condition annotations.
This is useful when running tests on a JVM not yet supported by the JRE enum constants like JAVA_26. For example:
@EnabledOnJre(versions={25,26})
@EnabledForJreRange(minVersion=26)
https://junit.org/junit5/docs/snapshot/user-guide/#writing-tests-conditional-execution-jre
OpenAI shocked and appalled that an AI company would steal intellectual property
https://www.404media.co/openai-furious-deepseek-might-have-stolen-all-the-data-openai-stole-from-us/
🚀 New Blog Alert! 📚
Confused about 🤔 Gradle Version Catalogs vs Dependency Platforms? You're not alone! In my latest blog post, I break down:
👉 What each feature does
👉 How to define them
👉 When to use which
🔑 Key takeaway:
📜 Version Catalogs = simplify dependency declarations
🛠️ Platforms = align dependencies across your graph
📖 Read it now: https://britter.dev/blog/2025/01/24/version-catalogs-vs-platforms/