🍥kvndy
banner
kvndy.bsky.social
🍥kvndy
@kvndy.bsky.social
50 followers 85 following 520 posts
Unaffiliated ex Mondo Kim’s. About to make the best chess move you’ve ever seen. Get on the waitlist
Posts Media Videos Starter Packs
This is a staggered easing curve for animating while dragging.

Note how progress starts and ends at one. Ever seen that before?

Animations have to be additive and relative, aka Blend Composition
Jokes aside, if the U.S. Government is still shut down, I’d advise all conference attendees to keep sightseeing at a minimum due to potential unrest
No, Jersey’s great. I love Jersey. Every bar has like a thousand TVs though
If Eightsleep worked offline a sizable portion of its users would do so. How then would they collect user data? Don’t you people work in tech?
React Summit New York Metropolitan Area just doesn’t have the same ring to it
Used to work here, but not on the rental floor. What happened to the collection was always a mystery. Glad it’s back in New York.

Free with commercials on Youtube
Are you 𝓉ℯ𝒸𝒽𝓃𝒾𝒸𝒶𝓁 ?
The result is really easy and inexpensive emergent physics. It enables continuously animating though a drag gesture, like so bsky.app/profile/kvnd...
Relative Animation scrolljacking working well now. Propagates differently after touchend. Might give it a quick master/detail interface
Push easing stagger for relative and additive animation. Green curve pushes elements forward, in the drag direction. Red curve pushes elements behind, opposite of the drag direction
You can just animate things
Animating on horizontal scroll
An astounding feat of engineering is from my perspective miraculous. But I won’t be able to fix any second-order effects for I will have run out of miracles
Bad WIFI too, but pieces aren’t supposed to disappear. That’s on me
Embarrassing parsing troubles with double newlines being so vaguely defined in the PGN spec www.laws-of-software.com/laws/zawinski/
This is valid multi-game PGN. How am I supposed to handle it?
```
e4 e5 Nf3 Nc6

e4 c6 d4 d5
```
...and language models so eager to visually format output.
Embarrassing parsing troubles with double newlines being so vaguely defined in the PGN spec www.laws-of-software.com/laws/zawinski/
Also a Remix 3 subtweet, but is in no way meant to minimize the tremendous achievement of Michael Jackson and Ryan Florence which I have yet to comprehend
What if, and believe me this is a hypothetical, but what if you need to update two different views for the same state update?
I’ll tell you what I’d do, man. Render two components at the same time, man.
Yes I still post on the former birdsite but subtweet is its own completely independent word
What if, and believe me this is a hypothetical, but what if you need to update two different views for the same state update?
Remix 3 subtweet and AppKit/Obj-C loveletter
Remix 3 subtweet
[view setNeedsDisplay:YES];
Not able to get text scaling in the direction of movement yet but it doesn’t matter, it’s really impractical. Lines have to be converted to spans which is expensive, and so is the animation. There’s got to be a way to do this with GL shaders