I've acquired a new superpower
danielwirtz.com
Cuttle – a MTG like game using a standard 52 card deck
pagat.com
Datadog acquires Quickwit
quickwit.io
Formal Methods: Just Good Engineering Practice? (2024)
brooker.co.za
Meta's memo to employees rolling back DEI programs
axios.com
Getting silly with C, part (void*)2
lcamtuf.substack.com
Mercury's shadowy North Pole revealed by M-CAM 1
esa.int
Doing Hard Things While Living Life: Why We Built Vade Studio in Clojure
bytes.vadelabs.com
Learning How to Think with Meta Chain-of-Thought
arxiv.org
I got OpenTelemetry to work. But why was it so complicated?
iconsolutions.com
Why is hash(-1) == hash(-2) in Python?
omairmajid.com
Finland's zero homeless strategy (2021)
oecdecoscope.blog
Who Can Understand the Proof? A Window on Formalized Mathematics
writings.stephenwolfram.com
The Tedious Heroism of David Ruggles
commonplace.online
Glimmer: DSL Framework for Ruby GUI and More
github.com
Stone selection by wild chimpanzees shares patterns with Oldowan hominins
sciencedirect.com
Tactility: OS for the ESP32 Microcontroller Family
tactility.one
Starlink is now cheaper than leading internet provider in some African countries
restofworld.org
Visualizing Dimensional Relationships
qlikdork.com
Before Squid Game, there was Battle Royale
tokyoweekender.com
Flattening ASTs (and Other Compiler Data Structures)
cs.cornell.edu
Wasmer (YC S19) Is Hiring a Rust Engineer in EU timezone (Remote)
workatastartup.com
For folks asking what it does in general, see https://en.wikipedia.org/wiki/Image_registration
This method is meant for working with multiple images where something has significantly changed in a non-linear way. E.g. think of trying to produce a deformation map of clay that you've squeezed by taking lots of photographs during squeezing. You can also use it in the reverse sense and align multiple images where things are changing in complex ways. The fact that inverts for / is constrained by a continuous velocity field has some nice advantages compared to other methods. Or that's my bad summary of it, anyway.
As someone who uses this general class of methods pretty frequently (albeit in satellite imagery), I'm very curious to dig into this! Looks like a very understandable set of implementations!