Live data from Hacker News

Viewing profile — costrouc

costrouc

HN member
Joined
Thu, Nov 02, 2017, 2:00 PM UTC
HN karma
55
Public activity
13 items

About costrouc

No profile information was provided.

Recent public activity

  1. comment
    Comment #44125494

    I use this extension all the time and for the most part it is identical to Magit. It is a little frustrating at times that Edamagit loses focus (unsure why). This extension along w…

  2. comment
    Comment #22295621

    There is a very good reason. Nix strives to be reproducible. Thus all hardcoded paths in builds have to point somewhere. /nix was chosen.

  3. comment
    Comment #21552602

    There is a quite mature configuration language nix that is behind nixpkgs, nixos, and many other projects. Worth checking out for others here that are interested in abstractable co…

  4. comment
    Comment #20494715

    Word on the street is that Nvidia insisted that they pay the full price for the GPUs this time and were giving them at a discounted rate prior.

  5. comment
    Comment #18815958

    in my opinion several build systems / package managers have already solved this issue. The answer is that it doesn't matter mono repo vs polyrepo. Look at nixpkgs/nixos/nixpkgs if …

  6. comment
  7. comment
    Comment #18121608

    I really like this. I think it is a great compromise between the limitations of docker and everything packaged in one file while taking advantage of nix. I'm curious about one othe…

  8. comment
    Comment #17892187

    I didn't see in the paper why these methods are not used in practice. There are parallel implementations of strassens algorithm out there (I have written one). Yes they are faster …

  9. comment
    Comment #17859870

    I am a fan of LyX but using version control with the resulting tex document is near impossible and does not work well with others editing in a regular text editor. Wonder if anyone…

  10. comment
    Comment #17819327

    Will web assembly have any effect on a future web based python interpreter? Is there one in the works?

  11. comment
    Comment #17204674

    Python does not make these assumptions. There are Python tools that exist to solve these problems that are equally as powerful as other language's solutions. The two that I believe…

  12. comment
    Comment #17167839

    Matrix multiplication involves moving across one matrix in column order and the other matrix in row order. So it turns out that both row or column ordering make no difference. I th…

  13. comment
    Comment #16257857

    For those wondering the lapack guys are working on a new version of lapack to run on heterogeneous architecture including gpus. See their work at http://www.icl.utk.edu/research I …