TIL about OTree, a novel multidimensional index with efficient data sampling, suitable for distributed data stores apparently. The article also links to the corresponding paper.
TIL about OTree, a novel multidimensional index with efficient data sampling, suitable for distributed data stores apparently. The article also links to the corresponding paper.
Also allows for native memory tracking, heap allocation rate, direct buffers and others.
Also allows for native memory tracking, heap allocation rate, direct buffers and others.
Coming from azure, so I assume it's used in some modern data store, but apparently I missed the announcement.
Coming from azure, so I assume it's used in some modern data store, but apparently I missed the announcement.
Nice article about the complexities and additional workload of running kubernetes yourself instead of using a cloud k8s service. First time I heard about "Day-2 operations", but I guess I am just hopelessly out of date once again.
Nice article about the complexities and additional workload of running kubernetes yourself instead of using a cloud k8s service. First time I heard about "Day-2 operations", but I guess I am just hopelessly out of date once again.
Great article with accompanying Java code, that uses annotations, bytebuddy and sqlite to be able to resume jobs. Great to follow explanations plus code.
Great article with accompanying Java code, that uses annotations, bytebuddy and sqlite to be able to resume jobs. Great to follow explanations plus code.
JNI bindings for for the C++ ADBC driver. Not yet fully feature complete though.
JNI bindings for for the C++ ADBC driver. Not yet fully feature complete though.
I think this is one of the reason I have not been at many conferences, but rather to barcamps in the last years - you hear the status quo.
I think this is one of the reason I have not been at many conferences, but rather to barcamps in the last years - you hear the status quo.
Supports codeberg, uses Caddy, supports own domains, but not required.
Supports codeberg, uses Caddy, supports own domains, but not required.
TIL about calendar.txt. The trend to text-only (and versionable) continues. Seems that many other TODO/calendar tools are so convoluted nowadays, that simplification is key.
TIL about calendar.txt. The trend to text-only (and versionable) continues. Seems that many other TODO/calendar tools are so convoluted nowadays, that simplification is key.
What a great read about a problem (sometimes you don't need a solution just yet) and how it was found and debug, including some data structure refresher.
What a great read about a problem (sometimes you don't need a solution just yet) and how it was found and debug, including some data structure refresher.
Dives into the various concepts/ideas of reducing delay in software. More geared towards junior/mid level engineers who haven't had to touch latency/performance topics yet and want to get familiar with, explaining a lot of concepts.
Around 240 pages, nice rust based code samples.
Dives into the various concepts/ideas of reducing delay in software. More geared towards junior/mid level engineers who haven't had to touch latency/performance topics yet and want to get familiar with, explaining a lot of concepts.
Around 240 pages, nice rust based code samples.
Great post describing the required steps to get a simple S3 based implementation of a search engine. There's dozens of more gotchas, but the basics are most important.
Great post describing the required steps to get a simple S3 based implementation of a search engine. There's dozens of more gotchas, but the basics are most important.
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.
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.
Seems that quite a few early spring folks are involved in this one.
Seems that quite a few early spring folks are involved in this one.
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.
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.
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.
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
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
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.
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.
Nice idea, also there is typst integration.
Nice idea, also there is typst integration.
fly.io/blog/corrosi...
fly.io/blog/corrosi...
Nice blog post about Java Vector API to improve rendering using SIMD.
Nice blog post about Java Vector API to improve rendering using SIMD.
successor to vimac, bringing vimium to osx. Is anyone using this? What is the difference to shortcat?
successor to vimac, bringing vimium to osx. Is anyone using this? What is the difference to shortcat?
A part of the demo has also been written down in a blog post. See spinscale.de/posts/2025-1...
A part of the demo has also been written down in a blog post. See spinscale.de/posts/2025-1...
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
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