ixplanatl
ixplanatl.bsky.social
ixplanatl
@ixplanatl.bsky.social
geometry, vision, graphics practitioner
Pinned
Look at the numbers, but don't look at them too much!
The more queues the faster
November 19, 2025 at 9:49 AM
make -j 8 pancake
November 17, 2025 at 3:20 PM
If LLMs can come up with novel cooking recipes, they can do research
November 16, 2025 at 4:36 PM
Depth Anything 3 really produces super clean point clouds! 🤯
November 14, 2025 at 10:36 AM
the nice thing about paper diagrams is, you don't get tempted to keep them (as opposed to digital ones)
November 12, 2025 at 10:21 AM
the most important engineer's skill might just be being able to construct minimal toy models
November 11, 2025 at 10:48 PM
Your intuition guides you into the rabbit burrow, ablations help you find your way back out
November 5, 2025 at 10:29 AM
Pen and paper don't require a subscription
November 2, 2025 at 2:54 PM
that guy who pronounces SQL as sequel and zsh as seashell
October 30, 2025 at 8:45 AM
What does a (deep learning) bias look like in your minds eye?

For me, it's a 1D gaussian that is being shifted left and right
October 28, 2025 at 6:14 PM
Reposted by ixplanatl
In short, the problem here is not that Signal ‘chose’ to run on AWS. The problem is the concentration of power in the infrastructure space that means there isn’t really another choice: the entire stack, practically speaking, is owned by 3-4 players. 11/
October 27, 2025 at 10:38 AM
vim keybindings itch the same scratch as eating with chop sticks
October 25, 2025 at 3:07 PM
It's probably a good idea to pair your relative threshold with an absolute one
October 23, 2025 at 2:32 PM
You can write the most elegant piece of art, if you don't have unit tests to protect it, it will end up in shambles
October 21, 2025 at 4:37 PM
October 20, 2025 at 10:35 AM
for unit tests: disentangle

for end-to-end tests: entangle as many things as possible
October 14, 2025 at 9:34 AM
I want a coffee machine with vim key bindings
October 13, 2025 at 7:50 AM
Expression du jour: Se la raconter
October 10, 2025 at 10:26 AM
difftastic greatest thing since sliced bread
October 7, 2025 at 9:43 AM
Am I blind or does tensorflow not implement flash attention? 😶‍🌫️
October 6, 2025 at 4:24 PM
YAML.. uuh yeah well no hmm not really but ok since json doesn't have comments
October 6, 2025 at 1:05 PM
why is it called whitening and not circl'ing or balling?
October 3, 2025 at 1:53 PM
Just make it a list already
October 3, 2025 at 12:10 PM
I still remember when cats would seek warmth on the hoods of cars
October 2, 2025 at 7:10 AM
any time you conditionally return or exit in a complex application, at least write a debug log that some condition fired
In the quest of writing my own zen of python, another realisation: Do not pass structs if you have more than one consumer. One consumer might use field a and b, another c and d. When refactoring, you won't know who does what with the struct, so rather pass the fields directly
October 1, 2025 at 3:07 PM