Live data from Hacker News

Viewing profile — tbct

tbct

HN member
Joined
Sun, Sep 01, 2024, 6:05 PM UTC
HN karma
4
Public activity
5 items

About tbct

No profile information was provided.

Recent public activity

  1. comment
    Comment #46091072

    Can you elaborate on what you're referring to? I can see performance becoming a problem if you repeatedly chain non-optimisable (in bytecode) as excluding the in place operations I…

  2. comment
    Comment #43949743

    David Autor was recently interviewed by Martin Wolf on the effect of AI on jobs. The question of if its fair to compare a possible economic shock on knowledge work to the China sho…

  3. comment
    Comment #43832873

    Once you have algebraic data-types in a language, writing a recursive visitor pattern is pretty simple. Encoding the semantics of a tree traversal operator likewise is difficult in…

  4. comment
    Comment #42593866

    Surely, however from a software architecture perspective types as contracts, assuming pure functions and maximally restrictive types, is a good model for reasoning about a system. …

  5. comment
    Comment #41418939

    Surprisingly one of the best summaries (~10 pages) to applied linear algebra I've found is in Nielsen and Chuang's Quantum Computation and Quantum Information. Presented primarily …