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
Reads like a major upgrade to the existing model.
Reads like a major upgrade to the existing model.
If you want to meet spontaneously on Wednesday noon/afternoon, let's have a coffee somewhere!
If you want to meet spontaneously on Wednesday noon/afternoon, let's have a coffee somewhere!
Interesting very specific video processing use-case, where adapting to the actual workflow made more sense economically than using existing AWS infrastructure.
Interesting very specific video processing use-case, where adapting to the actual workflow made more sense economically than using existing AWS infrastructure.
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.
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.
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.
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.
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?
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?
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.
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.
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.
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.
TLDR; always upgrade, free performance and auto vectorization
TLDR; always upgrade, free performance and auto vectorization
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."
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."
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
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