Stable Diffusion has always looked like a miracle for me. I could (to some extent) comprehend how a LLM like ChatGPT works and generates text. I did...
In part1 I explained there are two options to have a scheduler in Java: SchedulerExecutorService and DelayQueue. I decided to go with the second one...
While working on my latest project, SolidInbox there are many cases where I need to run one or more jobs, at specific times without needing user...
How it started I used to be obese. Actually, when I entered my weight in the NHS BMI calculator about 6 months ago, I was "officially" obese. No...
One of the important topics in programming courses is error handling. Usually, they talk about what is an error and explain stuff like...
Practical tips for writing FP in Java ยท Recently, I have been trying to write more functional code in Java. Now, Java does not have built-in support for...