Live data from Hacker News

Viewing profile — surban

surban

HN member
Joined
Fri, Mar 18, 2016, 11:58 AM UTC
HN karma
22
Public activity
7 items

About surban

No profile information was provided.

Recent public activity

  1. story
    Show HN: Memstop – A tool to prevent OOM errors in parallel builds

    Hey HN, I built a small tool to solve a problem on my build VM, which has 32 CPU cores but only 16GB of RAM. Running make -j32 would frequently fail when the OOM killer terminated …

  2. comment
    Comment #32080000

    Windows 11 natively supports multiple desktops.

  3. story
  4. comment
    Comment #21256474

    > My wishlist for C# is short: [...] F# provides all of them, is shipped with .Net Core 3.0 and also works great on Linux.

  5. comment
    Comment #15606367

    Yes, but you need to take care of the indices of the arguments when calculating the derivative expression. This is what we do. For example if you have f_{i,j} = (x_i)^2, then the d…

  6. comment
    Comment #15606313

    If you use autodiff and don't have an 1:1 relationship between function and argument indices you might have to do atomic sums or locking when computing the derivative because multi…

  7. comment
    Comment #15606161

    We did some work on computing derivative expressions (goal is application to deep learning) for such tensor algebras. I was going to release it on arXiv in the next few weeks, but …