rntz.net
🐘 @[email protected]
🐦 @arntzenius
Attempting to use bsky more now that people are showing up.
import Data.Set
n = 20_000_000
evens = fromList [0,2..n]
odds = fromList [1,3..n]
ends = fromList [0,n]
fast = evens `intersection` (odds `intersection` ends)
slow = (evens `intersection` odds) `intersection` ends
import Data.Set
n = 20_000_000
evens = fromList [0,2..n]
odds = fromList [1,3..n]
ends = fromList [0,n]
fast = evens `intersection` (odds `intersection` ends)
slow = (evens `intersection` odds) `intersection` ends
repost (moral agreement)
repost (aspirational)
repost (compliment)
repost (mockery)
repost (cat pic)
repost (i got rickrolled)
repost (moral agreement)
repost (aspirational)
repost (compliment)
repost (mockery)
repost (cat pic)
repost (i got rickrolled)
🧵
🧵
check: term → type → bool
synth: term → maybe type
I like to merge them,
elab: term → maybe type → maybe type
elab x None infers; elab x (Some t) checks. This makes it easy to handle eg let-binding, which can either infer or check.
check: term → type → bool
synth: term → maybe type
I like to merge them,
elab: term → maybe type → maybe type
elab x None infers; elab x (Some t) checks. This makes it easy to handle eg let-binding, which can either infer or check.
John Ronald Reuel Tolkiën-iën
(to the tune of "I'm Henry the VIII, I am", natch: www.youtube.com/watch?v=GisC...)
John Ronald Reuel Tolkiën-iën
(to the tune of "I'm Henry the VIII, I am", natch: www.youtube.com/watch?v=GisC...)
a) wanna meet up tomorrow (Dec 28)?
b) happy to put me up for 1-2 nights until I find a flight?
a) wanna meet up tomorrow (Dec 28)?
b) happy to put me up for 1-2 nights until I find a flight?
OpenAI has since made the chatbot safer, but that comes with a tradeoff: less usage.
Δ(R ∧ S ∧ T) = (ΔR ∧ S ∧ T) ∨ (R' ∧ ΔS ∧ T) ∨ (R' ∧ S' ∧ ΔT)
where R' = R ∨ ΔR etc.
Δ(R ∧ S ∧ T) = (ΔR ∧ S ∧ T) ∨ (R' ∧ ΔS ∧ T) ∨ (R' ∧ S' ∧ ΔT)
where R' = R ∨ ΔR etc.
talk slides: www.rntz.net/files/minika...
talk slides: www.rntz.net/files/minika...