Sergiy Yevtushenko

Results 16 comments of Sergiy Yevtushenko

> * Spring / Java/JVM Must admit I'm strongly against this one. Probably worst possible (although very popular) combination. Some framework not so poorly designed and even worse implemented would...

Status of the PR: - Implemented initial version of construction of the end of epoch transaction with liveness slashing support - Implemented initial version of stateful validation of the end...

For 3 axes this is quite straightforward - speed is calculated as length of speed vector in 3D space, i.e. square root of sum of squares of speeds by each...

Well, there are some changes in the focus of the development. I'm pushing hard to make another version usable as soon as possible. Take a look [here](https://github.com/siy/pragmatica-lite/pull/3). The goal is...

Discovered purefun not so long ago and while not using purefun, but found it very interesting, especially as a source of inspiration. The main reason for not adopting it for...

Good point. I'll do that. Meanwhile will keep the ticket open.

I've added to README a few links to articles with more details and explanations. One of them explains in details why and how `Either` was replaced with `Result`.

Virtual threads do not kill anything and "synchronous" style has its own set of issues. But reactive and CompletableFuture are not even contenders in regard to simplicity and convenience. Reactive...

Spring already set Java 17 as a minimum, migration to the next LTS version (Java 21) from the previous LTS version (Java 17) is rather easy, so I'd expect that...

My experience with polled submission mode does not show sensible performance improvements, but YMMV.