U

leastfixedpoint.com

Tony Garnock-Jones's header
Tony Garnock-Jones's avatar
Tony Garnock-Jones
@tonyg@leastfixedpoint.com
admin

leastfixedpoint.com/

I like reflection and interpretation. I also like communication and resource management.

Joined Feb, 2023
Followed by 118
Following 188
Posted 59

Latest public toots

Tony Garnock-Jones @tonyg
May 27, 08:24

Hey look, a confused deputy! https://www.errno.fr/TTYPushback.html

May 27, 2023, 08:24
0
1
2
View toot
Tony Garnock-Jones @tonyg
May 25, 07:16

Contributor Licence Agreements are often done badly. RabbitMQ and, surprisingly, Google, get it wrong, potentially grabbing everything not explicitly labelled as "Not A Contribution". Puts the burden on the wrong person. When I brought this up and asked for the default to be flipped, the Lawyers Said No, which meant that RabbitMQ missed out on years of potential contributions from me after I left the company... 🤷

May 25, 2023, 07:16
2
1
3
View toot
Tony Garnock-Jones @tonyg
May 10, 19:35

def [$c $n times] [ $n 0 gt [$c . $c $n 1 - times] if ]

May 10, 2023, 19:35
0
0
1
View toot
Tony Garnock-Jones @tonyg
May 04, 18:53

People who use chatgpt as a search engine terrify me

May 04, 2023, 18:53
0
0
2
View toot
Tony Garnock-Jones @tonyg
May 04, 17:10

Caught a bee 🐝 that had wandered in and released it outside

May 04, 2023, 17:10
1
0
2
View toot
Tony Garnock-Jones @tonyg
May 02, 14:04
export type InferredRecordType<L, FieldsType extends Tuple<any>> =
    L extends symbol ? (FieldsType extends Tuple<Value<infer T>>
        ? (Exclude<T, never> extends symbol ? Record<L, FieldsType, never> : Record<L, FieldsType, T>)
        : (FieldsType extends Tuple<Value<never>>
            ? Record<L, FieldsType, never>
            : "TYPE_ERROR_cannotInferFieldsType" & [never])) :
    L extends Value<infer T> ? (FieldsType extends Tuple<Value<T>>
        ? Record<L, FieldsType, T>
        : "TYPE_ERROR_cannotMatchFieldsTypeToLabelType" & [never]) :
    "TYPE_ERROR_cannotInferEmbeddedType" & [never];

type definitions dreamed up by the utterly deranged

May 02, 2023, 14:04
0
0
2
View toot
Tony Garnock-Jones @tonyg
Apr 29, 09:01

TypeScript IDE Syndicate plugin: good news and bad news

TL;DR - tsserver.js as of v5.x has started using Object.defineProperty instead of simple properties, meaning I can no longer hook in the required functionality :-( New ideas needed. (The Syndicate plugin still works for TS 4.9.x.)

Apr 29, 2023, 09:01
0
0
0
View toot
Tony Garnock-Jones @tonyg
Apr 26, 13:03

"Fly Procrustes Airlines, they said. Guaranteed sufficient legroom, they said."

Apr 26, 2023, 13:03
0
0
2
View toot
Tony Garnock-Jones @tonyg
Apr 16, 14:35

So apparently you can't export / to a guest using virtiofs? Obscure error message about device_add protocol error. Other host paths seem to work OK.

Apr 16, 2023, 14:35
0
0
0
View toot
Tony Garnock-Jones @tonyg
Apr 16, 13:00

Leastfixedpoint who now? https://twitter.com/leastfixedpoint

Apr 16, 2023, 13:00
0
0
5
View toot