Lukáš Petrovický

@triceo@home.social
32 Followers
141 Following
45 Posts
Java software developer.
Lives in Brno, Czech Republic.
Will not bring up politics unless in a reply to someone else.
Githubhttps://github.com/triceo
LinkedInhttps://www.linkedin.com/in/petrovicky/
LocationBrno, Czech Republic

Introducing Timefold, the exciting next chapter in #OptaPlanner's legacy! 🚀

Founded by Geoffrey De Smet and Maarten Vandenbroucke, we're here to take the project to new heights while offering seamless continuity for our community.

https://timefold.ai/blog/2023/optaplanner-fork

OptaPlanner continues as Timefold

Timefold Solver is the faster, Open Source fork of OptaPlanner. It's built by a dedicated Open Source company, co-founded by the OptaPlanner creator.

Timefold

#OptaPlanner - the popular open source Solver AI - is my life's work. I created it 17 years ago and have been working on it ever since, including 9 years for Red Hat.

Today, I am forking my own project.

Meet #Timefold, the fork of #OptaPlanner 🚀

https://timefold.ai/blog/2023/optaplanner-fork/

OptaPlanner continues as Timefold

Timefold Solver is the faster, Open Source fork of OptaPlanner. It's built by a dedicated Open Source company, co-founded by the OptaPlanner creator.

Timefold
#Lombok is the perfect demonstration that the simple fact that is technically possible to do something neither implies that is a good idea nor represents a good enough reason to actually do it.

I'm sure you've encountered the annoying situation where you chain constructors in #Java but can't smoothly call the right one with `this(...)` or `super(...)` because you need to do work before, which the compiler doesn't allow: no statements before `this`/`super`!

That's about to change - behold JEP 447: https://openjdk.org/jeps/447

JEP 447: Statements before super(...) (Preview)

RT @joshbloch
This is your annual reminder that Math.abs(Integer.MIN_VALUE) is negative
Is It My Fault You Can't Handle The Truth?

You can't handle it! In 2018 or 2019, I was introduced to the idea of hyper-rationality. I think it was under another name (to be g...

Proposed to target JDK 21: JEP 444: Virtual Threads: https://openjdk.org/jeps/444 #jdk21 #openjdk #java
JEP 444: Virtual Threads

Every warning label is a story someone tells somewhere.
#electronics #warningsigns

Is #Java old and not evolving? Do you need to compile your #Java code before you can run it? Is #Java slow and insecure? Will your #Java application stop while memory cleanup is ongoing? Batting outdated ideas aside like flies, check out @frankdelporte on Foojay  Today.

https://foojay.io/today/9-outdated-ideas-about-java/

#foojaytip

9 Outdated Ideas About Java | Foojay.io Today

In this article, we want to look into some false assumptions and outdated ideas about Java based on early versions.

foojay

When I get the typical support email saying:

"The customer does <absurd_thing_not_making_any_fucking_sense>, how can we make this work?"

my usual answer is:

"By showing them how the rewrite that thing in a more reasonable way"

and then we end up supporting the absurd thing 😭