Live data from Hacker News

Viewing profile — jmblpati

jmblpati

HN member
Joined
Thu, Jan 04, 2018, 8:02 AM UTC
HN karma
41
Public activity
9 items

About jmblpati

No profile information was provided.

Recent public activity

  1. comment
    Comment #35250266

    I don't know what specific problem Kelley and Meka were working on, but the connection between arithmetic progression free sets and computer science (especially communication compl…

  2. comment
    Comment #26557654

    Strassen is reasonably numerically stable (although not as good as the naive algorithm), and everything beyond Strassen is extremely unstable. This is due to a trick that many of t…

  3. comment
    Comment #26396372

    The constants are galactic: any 'fast matrix multiplication' algorithm outside of Strassen's algorithm has some incredible constants that are somewhat intrinsic to the recursive fr…

  4. comment
    Comment #23666289

    A small clarification: this trick is not new. It was discovered very early on in the investigation of the Wii VC release of Super Mario 64. It was rediscovered by a group of people…

  5. comment
    Comment #17001381

    I think there's an easier to visualize solution to the box problem. Let A have dimensions (a,b,c) and let B have dimensions (x,y,z). Assume A fits inside B. We have (a+b+c)^2 = a^2…

  6. comment
    Comment #16901399

    No, pretty much all serine hydrolases are affected by organophosphates (assuming they can reach the active site). For example, the compounds IDFP[0] and MAFP[1] can both be used to…

  7. comment
    Comment #16899519

    ...which is a serine hydrolase.

  8. comment
    Comment #16898942

    Your claim about fluorine being essential for organophosphate nerve agents is incorrect. The original nerve agent, tabun, contains no fluorine at all for example. Neither do VX, pa…

  9. comment
    Comment #16125144

    Quick addendum: although the four color theorem proof always seems to require a case analysis at some point, proving that planar graphs admit 5-colorings can be done with a very sh…