This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Ateş Göral 🔥🐐
ates.dev
did:plc:kcu7zxzrv3ug24okn6p5onnm
JavaScript gotcha:
Math.sin(Math.PI / 2)
// 1
:)
Math.cos(Math.PI / 2)
// 6.123233995736766e-17
:<
All this time, I was assuming this was an actual zero. (Yes, I know why it is like this, but I was hoping there would have been a short-circuit to force cosine of PI / 2 to 0.)
2025-01-03T23:04:13.157Z