Damus
Dan Piponi profile picture
Dan Piponi
@Dan Piponi

Disclaimer:
๐Ÿ‘ฝ My opinions are not my own. They're beamed to me by aliens

Current life:
๐Ÿง  Thinking at high effort

Previous lives:
๐Ÿฉ PhD in Riemann theta functions
๐Ÿงฌ Glaxo Group Research
๐Ÿš€ Argonaut Games
๐Ÿ’ฅ Mass Illusion, Esc, ILM
๐ŸŽˆ Google X, Verily, Google
๐ŸŽฎ Epic Games

Likes:
๐Ÿšด I like to bike
๐Ÿƒ I like to run
๐ŸŽ›๏ธ my musical tastes lie towards the electronic end of the spectrum
๐Ÿš€ I like Andor *and* The Mandalorian
๐Ÿ“ˆ I have an OEIS entry https://oeis.org/A387361

Relays (1)
  • wss://relay.ditto.pub โ€“ read & write

Recent Notes

Dan Piponi profile picture
Did you ever play my barrel game/puzzle?

https://dpiponi.github.io/barrels.html

The rules are

0. try to achieve the specified goal
1. you can tap on the circles to open and close the pipes
2. there are no more rules

I wrote it years ago and it wasn't originally for mobile platforms so open/close is a bit small. Sorry.

Anyway, it was very surprising to me you can make a puzzle out of equalizing water levels but it's an NP-complete problem IIRC.

Dan Piponi profile picture
The sad thing about numpy.einsum is that the naming leads many to think that Einstein's innovation was to leave out sigmas whereas correctly used Einstein summation enforces a non-trivial type system that einsum blithely discards.
Dan Piponi profile picture
Imagine running some multi-step task on a GPU where the number of steps is random. Some thread complete early so you may as well start a new task on those. But that means when you come to a stop you may have some partially completed tasks.

My question is: how did Douglas Adams come up with the Lintilla clone story?

(Maybe you haven't listened to season 2 of the radio show of HHGG. The clone story is inspired.)
Dan Piponi profile picture
Hey Claude, gimme an inconsistency in ZFC. And don't give me no partial results either, I want a full on proof of 0=1!!! Don't stop until finished. Commit the results.
Dan Piponi profile picture
"If the images have the same z-index then the behavior is undefined."

Does that mean my computer can explode, or does it merely mean I won't know which pixel ends up in front? Because in C++ compilers I think it means my computer might explode.