Live data from Hacker News

Viewing profile — under-Peter

under-Peter

HN member
Joined
Wed, Jun 05, 2019, 7:53 PM UTC
HN karma
41
Public activity
7 items

About under-Peter

No profile information was provided.

Recent public activity

  1. comment
    Comment #41539960

    I suspect the current situation is mostly due to timezones and as the west coast wakes up we‘ll see more cities appear there. It’ll probably take a few days until you can deduce an…

  2. comment
    Comment #33862423

    Fun fact: I randomly asked chatgpt to repeat an answer in German yesterday and tomy surprise it just did! Then i continued the conversation (I asked it to be a pretend DM for my fi…

  3. comment
    Comment #33340916

    What a nice blogpost! I really enjoyed how Bruno leads us through the whole process including his thoughts and strategies to find the code that needs to be modified and how to do i…

  4. comment
    Comment #32255401

    For people who enjoy this article I recommend reading the two-parter “How does SQLite work?” [1] [2] by Julia Evans. It too is an exploration into the inner workings but diving dee…

  5. comment
    Comment #20112303

    This is pretty much what I'm going for :). At this point in the project we have an einsum that is slow but works for all cases and supports AD. Next steps are splitting up contract…

  6. comment
    Comment #20108609

    As others mention there's alternative approaches. For someone with a physics background thoughm it's very natural to think of matrix - or rather tensor, i.e. more than two indices …

  7. comment
    Comment #20108489

    Heya, for standard arrays that are small, the einsum-macro from Einsum.jl can be faster than BLAS. Einsum.jl translates the code simply into three loops and if cache-access pattern…