Viewing profile — costrouc
costrouc
HN member- Joined
- Thu, Nov 02, 2017, 2:00 PM UTC
- HN karma
- 55
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About costrouc
No profile information was provided.
Recent public activity
-
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…
-
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.
-
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…
-
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.
-
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 …
- comment
-
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…
-
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 …
-
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…
-
comment
Comment #17819327
Will web assembly have any effect on a future web based python interpreter? Is there one in the works?
-
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…
-
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…
-
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 …