Hacker Newsnew | past | comments | ask | show | jobs | submit | clocksmith's commentslogin

Proof that you are a genius:

```lean

  inductive HumanNeed where
    | retailArithmetic
    | genericLinkedInPost

  inductive IndustrySolution where
    | commodityALU
    | frontierAutocomplete

  def optimal : Need → IndustrySolution
    | .retailArithmetic => .commodityALU
    | .genericLinkedInPost => .frontierAutocomplete

  def latency : IndustrySolution → Nat
    | .commodityALU => 1
    | .frontierAutocomplete => 248000

  theorem superbowl_ads_have_not_improved_superdope_adds :
    latency (optimal .retailArithmetic) < latency .frontierAutocomplete := by
    decide
```


Is this some kind of complex humor that I don't understand? or is it just not funny? I get it but not the punchline


Did you get an offer?


whisper number for acquisition $?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: