technical.cx Sources

Lobsters

bijou64

An accidentally fast variable-length integer encoding

Lobsters

Emacs bra size calculator

recently i needed some new bras. my measurements had changed a bit since last time, so to make my life easier(?) i decided to write a bra size calculator that i can use in Emacs. the core function, my-math-compute-bra-size, is as follows:

Lobsters

Racket v9.2

_posted by Stephen De Gabrielle and John Clements_ We are pleased to announce Racket v9.2 is now available from https://download.racket-lang.org/. As of this release:: The `match` form checks that when non-linear patterns (patterns where the same vari...

Lobsters

Bart Piotrowski (@barthalion@treehouse.systems)

We have updated Flathub's LLM policy to explicitly disallow AI usage for both the submission process and applications being submitted. https://github.com/flathub-infra/documentation/commit/992f57b30de98ddbd5e80959e9672998c83c8c97 I've had some reservations...

Lobsters

scriba

scriba - A Lisp structured logging library with flexibility, performance and configuration in mind, powered by Guile Scheme.

Lobsters

Reed Specification

Prefix authentication schemes (Meyer, 2023bb) — usually called append-only logs, or transparency logs — are cryptographic schemes to efficiently authenticate total ordering between events. For any two events from a single event stream, you can provide a...

Lobsters

Leaving performance on the table

I have been working with LLVM at $DAYJOB$, and I have gotten to become familiar with the benefits of optimizing your workloads.