@airspeedswift did you try splitting the blame up into subexpressions?
Notices by Steve Canon (steve@discuss.systems)
-
Embed this notice
Steve Canon (steve@discuss.systems)'s status on Thursday, 27-Mar-2025 01:19:07 JST Steve Canon
-
Embed this notice
Steve Canon (steve@discuss.systems)'s status on Monday, 24-Mar-2025 10:26:39 JST Steve Canon
@inthehands Gonna have the Porsche subreddit real upset with that last one. 😂
-
Embed this notice
Steve Canon (steve@discuss.systems)'s status on Tuesday, 18-Mar-2025 05:41:18 JST Steve Canon
Tried applying the transform matrix explicitly, seems to have gotten worse??? Do I have to unpremultiply instead?
-
Embed this notice
Steve Canon (steve@discuss.systems)'s status on Tuesday, 18-Mar-2025 05:41:18 JST Steve Canon
Dog appears to be rendered in the wrong coordinate system. Any suggestions?
-
Embed this notice
Steve Canon (steve@discuss.systems)'s status on Tuesday, 18-Mar-2025 05:41:17 JST Steve Canon
Tried doing translation after rotation and now I don’t know where she went…
-
Embed this notice
Steve Canon (steve@discuss.systems)'s status on Thursday, 13-Mar-2025 10:52:56 JST Steve Canon
Sad news for fans of Atlas: he is now chasing voles and offering floating-point tidbits in another realm.
-
Embed this notice
Steve Canon (steve@discuss.systems)'s status on Thursday, 13-Mar-2025 10:52:55 JST Steve Canon
He had been declining for a few months, and hadn't been able to move at all for a couple days, so we had a vet friend come put him down at home today. She came in the evening, which was nice because Riley could be with him for it. Very sad, but I'm really glad that she was able to witness it, since they've been together since forever.
-
Embed this notice
Steve Canon (steve@discuss.systems)'s status on Thursday, 13-Mar-2025 10:52:55 JST Steve Canon
pet death
-
Embed this notice
Steve Canon (steve@discuss.systems)'s status on Thursday, 13-Mar-2025 10:52:54 JST Steve Canon
~hey girl~
-
Embed this notice
Steve Canon (steve@discuss.systems)'s status on Monday, 10-Mar-2025 22:53:06 JST Steve Canon
@dotstdy @luna iostream formatting is the most clown-shoes misfeature in the whole clown-shoes language.
-
Embed this notice
Steve Canon (steve@discuss.systems)'s status on Sunday, 09-Mar-2025 10:54:16 JST Steve Canon
@irene the unreasonable effectiveness of DARVO will never stop surprising me
-
Embed this notice
Steve Canon (steve@discuss.systems)'s status on Thursday, 27-Feb-2025 01:57:21 JST Steve Canon
@inthehands This question confuses me. The content is crucial, but these messages are likely not a problem, depending on context. The main thing I want in a commit message is a link back to the issue/bug report/forums discussion/whatever that led to a change, if there is one.
If there isn't one, and this is just an editorial change, then "edited bar.txt" is fine (superfluous, because the change itself has that information, but fine). If there's a substantive change and no discussion to link to, I'd like to have rationale in the message. But if the rationale is already somewhere else, all I need is a link to it (and when you paraphrase it in your commit message, you'll probably get some details wrong, so I'd rather have the link).
-
Embed this notice
Steve Canon (steve@discuss.systems)'s status on Tuesday, 25-Feb-2025 10:26:02 JST Steve Canon
@inthehands @joe bold to assume that Joe didn’t mean it to begin with
-
Embed this notice
Steve Canon (steve@discuss.systems)'s status on Saturday, 22-Feb-2025 10:32:56 JST Steve Canon
@dalias @jrose because velvel wanted to use it for debugging purposes, roughly
-
Embed this notice
Steve Canon (steve@discuss.systems)'s status on Saturday, 22-Feb-2025 10:31:50 JST Steve Canon
@jrose because then copysign/abs/negate could produce a sNaN result from qNaN input, contra clause 5 norms.
(Or else wouldn’t just be bitwise ops, also undesirable)
-
Embed this notice
Steve Canon (steve@discuss.systems)'s status on Thursday, 13-Feb-2025 11:59:32 JST Steve Canon
Jen’s parents jammed one of our utensil drawers shut with a knife in such a way that I had to drill a hole through the side of the cabinet to perform laparoscopic surgery.
Honestly, children are easier than parents.
-
Embed this notice
Steve Canon (steve@discuss.systems)'s status on Thursday, 23-Jan-2025 01:15:58 JST Steve Canon
@cr1901 @pkhuong @mcc there’s just a special fast-path for them
-
Embed this notice
Steve Canon (steve@discuss.systems)'s status on Thursday, 23-Jan-2025 01:15:55 JST Steve Canon
@cr1901 @joe @pkhuong dependency-breaking xor/movzx are "free" (they have to be decoded, but they don't need to execute).
-
Embed this notice
Steve Canon (steve@discuss.systems)'s status on Thursday, 23-Jan-2025 01:15:53 JST Steve Canon
@joe @cr1901 @pkhuong Intel's dedication to making that particular mistake _over and over again_ will never cease to amaze me.
-
Embed this notice
Steve Canon (steve@discuss.systems)'s status on Thursday, 23-Jan-2025 01:15:52 JST Steve Canon
@joe @cr1901 @pkhuong (They did it for 8->16, 16->32, and SSE->AVX/AVX512. And each time they managed to find a way to make it worse.)