Only for ARM, written in Rust, uses a Debian Linux base image. Guess these kind of mechanism will keep popping up until they standardize as well. Let's see if the AI vendors come up with something.
Only for ARM, written in Rust, uses a Debian Linux base image. Guess these kind of mechanism will keep popping up until they standardize as well. Let's see if the AI vendors come up with something.
Always interesting to see how a tool from almost 4 decades ago gets replaced due to modern requirements.
Always interesting to see how a tool from almost 4 decades ago gets replaced due to modern requirements.
libsql is a sqlite fork from Turso to move to more modern technologies and implement more of a community model. I was always missing a JDBC driver, but apparently dbeaver, a company creating a database management tool has stepped in.
libsql is a sqlite fork from Turso to move to more modern technologies and implement more of a community model. I was always missing a JDBC driver, but apparently dbeaver, a company creating a database management tool has stepped in.
Interesting take on why a vendor neutral orchestration layer made it much harder for AWS to keep their cloud dominance.
Interesting take on why a vendor neutral orchestration layer made it much harder for AWS to keep their cloud dominance.
Uses tc classifiers to intercept Raft packets before going through the whole kernel networking stack and sends to a ringbuffer for processing. Wondering why XDP wasn't used here.
Uses tc classifiers to intercept Raft packets before going through the whole kernel networking stack and sends to a ringbuffer for processing. Wondering why XDP wasn't used here.
AI coding tools make development approachable, no matter if you're hands-on engineer or in a less-coding position (CTO, VP, etc) with limited time & context constraints.
AI coding tools make development approachable, no matter if you're hands-on engineer or in a less-coding position (CTO, VP, etc) with limited time & context constraints.
What a great read, even if you don't use postgres. These kind of posts are so helpful in understanding how queries work and how they can be optimized.
hakibenita.com/postgresql-u...
What a great read, even if you don't use postgres. These kind of posts are so helpful in understanding how queries work and how they can be optimized.
hakibenita.com/postgresql-u...
Noted down, if I have another semi-great idea, what my browser should do in combination with claude code and not enough time during the evenings.
Noted down, if I have another semi-great idea, what my browser should do in combination with claude code and not enough time during the evenings.
Guess it's only needed, if you need GitHub like looks, otherwise there might be other highlighters available as well.
Guess it's only needed, if you need GitHub like looks, otherwise there might be other highlighters available as well.
The yearly tradition of an Apache Lucene summary continues for 2025. Nine new committers is amazing, query speedups, bulk scorers (which I still need to understand). Great to see Lucene thrive and thanks to everyone working on it!
The yearly tradition of an Apache Lucene summary continues for 2025. Nine new committers is amazing, query speedups, bulk scorers (which I still need to understand). Great to see Lucene thrive and thanks to everyone working on it!
ES|QL uses its own execution engine under the hood and does not reuse the existing Elasticsearch search code that powers the Query DSL. This means lots of potential optimizations that adhere to specific ES|QL use-cases.
www.elastic.co/search-labs/...
ES|QL uses its own execution engine under the hood and does not reuse the existing Elasticsearch search code that powers the Query DSL. This means lots of potential optimizations that adhere to specific ES|QL use-cases.
www.elastic.co/search-labs/...
Runs fully local, entirely written in C, no need for python or other tooling after running make. There is a big performance difference running this on an M1 or an M4 for me.
github.com/antirez/flux...
Runs fully local, entirely written in C, no need for python or other tooling after running make. There is a big performance difference running this on an M1 or an M4 for me.
github.com/antirez/flux...
Written in Go. If you run it locally, it's basically an immediate reminder of figuring out all the devices in the house. Also includes a manufacturing mapping, which shows the devices that don't care :-)
github.com/ramonvermeul...
Written in Go. If you run it locally, it's basically an immediate reminder of figuring out all the devices in the house. Also includes a manufacturing mapping, which shows the devices that don't care :-)
github.com/ramonvermeul...
Written in Go, works on osx and Linux, uses seccomp, eBPF & landlock. Includes a monitor mode. Could be used to reduce coding agent capabilities. Looks like a nice tool!
github.com/Use-Tusk/fence
Written in Go, works on osx and Linux, uses seccomp, eBPF & landlock. Includes a monitor mode. Could be used to reduce coding agent capabilities. Looks like a nice tool!
github.com/Use-Tusk/fence
Hierarchical clustering, rabtiq quantization, distribution. Also ASCII art diagrams, the only true documentation in a blog post.
Hierarchical clustering, rabtiq quantization, distribution. Also ASCII art diagrams, the only true documentation in a blog post.
A CLI tool that uses osx native APIs to extract all kinds of information from an silicon architecture, written in Go.
A CLI tool that uses osx native APIs to extract all kinds of information from an silicon architecture, written in Go.
A bunch of command line tasks to execute to figure out agent skills. Few fun tasks like self signed certs, compiling a kernel, train fasttext, but also many really abstract ones.
A bunch of command line tasks to execute to figure out agent skills. Few fun tasks like self signed certs, compiling a kernel, train fasttext, but also many really abstract ones.
Mixed use cases, unified APIs, more abstractions. Local disk can be cache-only, spill-to-disk, short-term persistence for acks, blob storage can be state share, data precomputation.
Mixed use cases, unified APIs, more abstractions. Local disk can be cache-only, spill-to-disk, short-term persistence for acks, blob storage can be state share, data precomputation.
my approach uses delta encoding & prefix compression + zstd(22) compression to reduce 25MB -> 180KB
github.com/agavra/bit-g...
my approach uses delta encoding & prefix compression + zstd(22) compression to reduce 25MB -> 180KB
github.com/agavra/bit-g...
Combines full-text search using FST (Finite State Transducers) with FSST compression. Uses RAKE to identify multi word phrases. Uses a postcard, a custom serialization.
github.com/microsoft/do...
Combines full-text search using FST (Finite State Transducers) with FSST compression. Uses RAKE to identify multi word phrases. Uses a postcard, a custom serialization.
github.com/microsoft/do...
Looks nice, parsing only for now, intended as a replacement for parquet java, but heavily reduced dependencies (only compression libraries).
github.com/hardwood-hq/...
Looks nice, parsing only for now, intended as a replacement for parquet java, but heavily reduced dependencies (only compression libraries).
github.com/hardwood-hq/...
Write documentation in markdown, sync bidirectionally with Confluence. Manage Jira issues from your terminal.
atlcli.sh
Write documentation in markdown, sync bidirectionally with Confluence. Manage Jira issues from your terminal.
atlcli.sh
a fast process scanner that uses eBPF iterators and Google CEL, reduces piping and and scripting when trying to find the right processes. TIL about CEL, an expression language, with bindings for Java, Go, C++.
a fast process scanner that uses eBPF iterators and Google CEL, reduces piping and and scripting when trying to find the right processes. TIL about CEL, an expression language, with bindings for Java, Go, C++.
Useful for testing via testcontainers, single binary, written in Go, web UI, link checking, html compatibility check, unsubscribe validation - nice set of features of testing emails on the receiver side.
Useful for testing via testcontainers, single binary, written in Go, web UI, link checking, html compatibility check, unsubscribe validation - nice set of features of testing emails on the receiver side.
Fascinating to see, how development moves away from the IDEs and the web (GitHub, GitLab) suddenly.
github.com/agavra/tuicr
Fascinating to see, how development moves away from the IDEs and the web (GitHub, GitLab) suddenly.
github.com/agavra/tuicr