Alexander Reelsen
banner
spinscale.bsky.social
Alexander Reelsen
@spinscale.bsky.social
Husband, dad, enjoys working distributed, likes distributed databases & search engines, the JVM, Basketball/Streetball fan, gulps coffee, lives in Emsdetten/Germany, occasionally blogs at https://spinscale.de
Finally free of crutches, thanks to 3d printing I could at easily reach them after having a shower.

Measure, create design, print prototype. Took half a day. And code in a git repo.

Need to learn rounding edges, but we'll get there. Hoping no tools for post surgery equipment are involved.
November 17, 2025 at 1:56 PM
LLM for Java weekend: embabel - Agent framework for the JVM

Seems that quite a few early spring folks are involved in this one.
GitHub - embabel/embabel-agent: Agent framework for the JVM. Pronounced Em-BAY-bel /ɛmˈbeɪbəl/
Agent framework for the JVM. Pronounced Em-BAY-bel /ɛmˈbeɪbəl/ - embabel/embabel-agent
github.com
November 16, 2025 at 1:56 PM
LLM for Java weekend: agent-o-rama

An end-to-end LLM agent platform for Java and Clojure for building, tracing, testing, and monitoring agents with integrated storage and one-click deployment. Inspired by LangGraph/LangSmith.
GitHub - redplanetlabs/agent-o-rama: An end-to-end LLM agent platform for Java and Clojure for building, tracing, testing, and monitoring agents with integrated storage and one-click deployment. Inspired by LangGraph/LangSmith.
An end-to-end LLM agent platform for Java and Clojure for building, tracing, testing, and monitoring agents with integrated storage and one-click deployment. Inspired by LangGraph/LangSmith. - redp...
github.com
November 15, 2025 at 1:56 PM
Finished: Modern concurrency in Java

Nice 300 page introduction into Virtual Threads and Structured Concurrency, how those two work together. As I didn't have time to delve into both topics so far, this was a great refresher.
November 14, 2025 at 1:56 PM
Reposted by Alexander Reelsen
After a year of work, we are happy to share that Spring Framework 7.0 GA is now available! spring.io/blog/2025/11...

Time to celebrate, get a bit of rest and help the team to prepare Spring Boot 4.0 GA release planned November 20th 😊

#spring #java
Spring Framework 7.0 General Availability
Level up your Java code and explore what Spring can do for you.
spring.io
November 13, 2025 at 5:40 PM
Another day another query language. Querying JSON with JSON query language, making the queries look like JSON arrays.

Might make sense, if all you have is JSON. The question is, if that is the right way of querying or just a backing syntax for an UI editor.
JSON Query - a small, flexible, and expandable JSON query language
JSON Query - a small, flexible, and expandable JSON query language
jsonquerylang.org
November 13, 2025 at 1:56 PM
oxdraw - diagrams as code using mermaid but with adding the ability for exact positioning/coloring.

Nice idea, also there is typst integration.
GitHub - RohanAdwankar/oxdraw: Diagram as Code Tool Written in Rust with Draggable Editing
Diagram as Code Tool Written in Rust with Draggable Editing - RohanAdwankar/oxdraw
github.com
November 12, 2025 at 1:56 PM
Super interesting post about fly.io state management software.Not a big consensus driven distributed system or centralized, but using SWIM and sqlite with CRDTs. Great to learn to see such design decisions play out on such a big network.

fly.io/blog/corrosi...
Deploy app servers close to your users · Fly
Over 3 million apps have launched on Fly.io, leveraging global Anycast load-balancing, zero-config private networking, hardware isolation, instant WireGuard VPN connections, and push-button…
fly.io
November 11, 2025 at 1:56 PM
How fast is java? Teaching an old dog new tricks

Nice blog post about Java Vector API to improve rendering using SIMD.
how fast is java? Teaching an old dog new tricks
Java, the language everyone loves to hate. Long has it garnered the reputation of a stagnant, obtuse, bloated beast only used by those who have no other choice because some enterprise corporate…
dgerrells.com
November 9, 2025 at 1:56 PM
Homerow - Keyboard shortcuts for every button in macOS

successor to vimac, bringing vimium to osx. Is anyone using this? What is the difference to shortcat?
Homerow | Keyboard shortcuts for every button in macOS
Homerow lets you navigate macOS with more keyboard and less mouse.
www.homerow.app
November 8, 2025 at 1:56 PM
Achievement unlocked: Added a cover slide using a terminal with figlet to my no-slides #elasticon presentation showing ES|QL to look into three years of solar data.

A part of the demo has also been written down in a blog post. See spinscale.de/posts/2025-1...
November 7, 2025 at 1:56 PM
Reposted by Alexander Reelsen
🛠️ If your team has issues to work through:

We do an exercise at offsites called Elephants, Tigers & Paper Tigers.
- Elephants are things that the group isn’t talking about but needs to
- Tigers are things threatening the team, risks
- Paper tigers are things that seem like risks, but aren’t
November 6, 2025 at 1:29 PM
Introducing Chronos-2: From univariate to universal forecasting

Reads like a major upgrade to the existing model.
Introducing Chronos-2: From univariate to universal forecasting
In-context learning enables a model that can solve forecasting tasks with an arbitrary number of dimensions in a zero-shot manner.
www.amazon.science
November 5, 2025 at 1:56 PM
Munich friends! I'll be in Munich for ElasticON Munich on Thursday.

If you want to meet spontaneously on Wednesday noon/afternoon, let's have a coffee somewhere!
Save the date and forge the future — Elastic{ON} 2025/2026
Join the Elasticsearch community at a city near you! Connect with experts, gain insights into the latest Elastic innovations, and level up your skills.
www.elastic.co
November 4, 2025 at 1:56 PM
How We Saved $500,000 Per Year by Rolling Our Own “S3”

Interesting very specific video processing use-case, where adapting to the actual workflow made more sense economically than using existing AWS infrastructure.
How We Saved $500,000 Per Year by Rolling Our Own “S3”
At thousands of uploads/second, S3’s per-request fees dominated costs. We built N3, a Rust in-memory landing zone with S3 as overflow.
engineering.nanit.com
November 3, 2025 at 1:56 PM
Katakate - Secure sandboxed compute for AI agents and workloads

Self-hosted infra for lightweight VM sandboxes to safely execute untrusted code. Uses kata containers and firecracker (with jailer). Hadn't heard of kata containers before.
Katakate - Docs
Secure sandboxed compute for AI agents and workloads
docs.katakate.org
November 2, 2025 at 1:56 PM
FeOS is a revolutionary init system for Linux, designed specifically for hypervisors and servers that run containers.
GitHub - ironcore-dev/FeOS: A Rust-based init system for Linux, specifically tailored for secure and efficient management of containers, VMs, and MicroVMs in clustered server and multi-tenant environments.
A Rust-based init system for Linux, specifically tailored for secure and efficient management of containers, VMs, and MicroVMs in clustered server and multi-tenant environments. - ironcore-dev/FeOS
github.com
November 1, 2025 at 1:56 PM
Javelit is a Java lightning fast data app development framework, inspired by Streamlit

As a fan of streamlit and the way of prototyping small apps fast or having great demos, this sounds intriguing, and I'll test it as soon as I have a use-case.
GitHub - javelit/javelit: The simplest way to build data apps and webapps in Java. Inspired by Streamlit.
The simplest way to build data apps and webapps in Java. Inspired by Streamlit. - javelit/javelit
github.com
October 31, 2025 at 1:56 PM
Probably a decade late, but I finally started setting up neovim with a bit more effort.

Using noise, telescope, checkmate for todos. Also added a gpg plugin, so that I encrypt files and share via dotfiles repo, while only being able to encrypt on personal systems.

Other plugin recommendations?
October 30, 2025 at 1:56 PM
Danube: a lightweight, cloud‑native messaging/pub-sub platform built in Rust

Storing data in object storage, while using a WAL to keep latencies low. etcd is used for metadata storage. Uses Opendal to write to different object storages.
Danube Messaging documentation
Danube is a lightweight, cloud‑native messaging platform built in Rust. It delivers sub‑second dispatch with cloud economics by combining a Write‑Ahead Log (WAL) with object storage, so you get…
danube-docs.dev-state.com
October 29, 2025 at 1:56 PM
SierraDB: A Distributed Event Store Built in Rust

Uses the redis protocol for communication. Neat trick to not need to support any clients out of the box - or at least skip the connection handling part, while having custom commands.
SierraDB: A Distributed Event Store Built in Rust | Ari Seyhun
A purpose built event store database built in Rust
tqwewe.com
October 28, 2025 at 1:56 PM
Performance Improvements in JDK 25

TLDR; always upgrade, free performance and auto vectorization
Performance Improvements in JDK 25
Java is constantly evolving with ever increasing performance. JDK 25 comes with significant performance improvements compared to previous versions including scoped values, improved GCs, lots of…
inside.java
October 27, 2025 at 1:56 PM
The AI-collapse pre-mortem

Interesting piece about splitting the hype from the underlying technology and the generation it is expanding in. "... a collapsing economic bubble is not a useful data point about where this technology will end up."
The AI-collapse pre-mortem - Bert Hubert's writings
An essential part of being able to say ‘I told you so’ is in fact having told you so. Here goes. In April 2023, I wrote an article titled AI: Guaranteed to disrupt our economies. In this piece I also…
berthub.eu
October 26, 2025 at 1:56 PM
Cloudflare sandbox SDK

Couple of interesting features like code interpreter, allowing to run jupyter like snippets in a secure sandbox. Support for quickly doing git checkouts to support CI. Also allows for custom base docker images. Based on cloudflare containers
Sandbox SDK
Run sandboxed code environments on Cloudflare's edge network
sandbox.cloudflare.com
October 24, 2025 at 12:56 PM
Reposted by Alexander Reelsen
They gave an interesting talk at FOSDEM last year: archive.fosdem.org/2024/schedul...
FOSDEM 2024 - Advances in Garage, the low-tech storage platform for geo-distributed clusters
archive.fosdem.org
October 23, 2025 at 1:22 PM