Love to explore new programming languages and build dev tools.
def hmm (f: b -> c -> d) (g: a -> b) (h: a -> c) (i: a) := f (g i) (h i)
I know what it does and when I need it, but no name seems right.
def hmm (f: b -> c -> d) (g: a -> b) (h: a -> c) (i: a) := f (g i) (h i)
I know what it does and when I need it, but no name seems right.
SVGs are kind of annoying
SVGs are kind of annoying
I reluctantly joined twitter in the hope of connecting with people that would be interested in my hobby work. Unless something I was doing was tacking onto something bigger, nobody saw it.
Here people see it. Plus I see things like the cool music of @kevin-gallant.bsky.social
I reluctantly joined twitter in the hope of connecting with people that would be interested in my hobby work. Unless something I was doing was tacking onto something bigger, nobody saw it.
Here people see it. Plus I see things like the cool music of @kevin-gallant.bsky.social
Start with as little information as possible
what can we do with that information
when we run out of things to do, what are the smallest pieces of information we can add to do something new
Start with as little information as possible
what can we do with that information
when we run out of things to do, what are the smallest pieces of information we can add to do something new
Anecdotally, most people can't figure out what or how to implement without a good name first. Am I weird or just not swimming in the right ponds?
Anecdotally, most people can't figure out what or how to implement without a good name first. Am I weird or just not swimming in the right ponds?