Doing math with a non-big decimal number and a big decimal number can cast down.

user=> (* 0.1 101M)
10.100000000000001
user=> (bigdec (* 0.1 101M))
10.100000000000001M

On this day

2025-06-25

2 years later

I've said it before and I'll say it again:

2024-06-25

1 year later

I spent some time experimenting with OpenDevin using claude-3-opus (I couldn't find an easy way to use claude-3.5-sonnet). The agentic capabilities...