Fork me on GitHub
#off-topic
<
2018-07-30
>
solf16:07:03

Anyone has a recommendation for a headset with micro? For remote-working purposes

orestis17:07:48

I enjoyed some Logitech call center model that was USB. Very cheap and light and comfortable, very good call quality. I could look up the model if you want.

jaide19:07:18

Is a reducer pure-function an example of a finite state machine? (reduce + 0 [1 2 3])?

tbaldridge20:07:21

yes, and it's one of the things that makes it rather hard to properly type transducers

tbaldridge20:07:41

a reducer function is f(old-state, new-event) -> new-state

jaide20:07:22

Ah cool, thanks!

borkdude21:07:21

I’m not sure what you mean by the examples though, those are easily typed?