Viewing profile — maykr
maykr
HN member- Joined
- Tue, Jun 16, 2015, 9:00 PM UTC
- HN karma
- 50
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About maykr
Recent public activity
-
comment
Comment #18126145
You have a couple of options to consider: 1. Install a modern Linux distribution on the bare metal, get https://github.com/NVIDIA/nvidia-docker and run the GPU-accelerated containe…
-
comment
Comment #18124396
Hello and thank you for the great work! Hopefully, the new version will work on MacOS with Anaconda, because 0.7 failed there due to the unsatisfied dependency on PIL. Apparently, …
-
comment
Comment #13897772
This post directly compliments the original one http://concurrencyfreaks.blogspot.com/2017/02/bitnext-lock-f...
-
comment
Comment #13688851
That's it - fasting makes sense from evolutionary biology standpoint - the food was scarce up until modern era, and thus the obesity was quite uncommon. If one was lucky enough to …
-
comment
Comment #12948180
So as for now it is the rebranded and polished Xamarin Studio - hopefully, they have improved it's usability as in the past it was pretty lacking compared to VS 2013/2015
-
comment
Comment #12910181
I wonder what are its benefits in comparison to an OSS solution https://github.com/mist64/xhyve Here's the link to the previous discussion: https://news.ycombinator.com/item?id=969…
-
comment
Comment #10388413
+1 for MSYS2 because of pacman package manager. also Git for Windows is using MSYS2 https://github.com/git-for-windows/git/wiki/Package-manageme...
-
comment
Comment #10388344
actually, you could build an Android command-line executable by using NDK target BUILD_EXECUTABLE. This way is imho clear for the demo purposes by leaving the JNI stuff out of scop…
-
story
That's what we call an object-oriented design – a tale of two classes
That's what we call software engineering and object-oriented design - a tale of two classes from the same project cooked by Microsoft: class ProjectNode 6076 lines (5116 sloc) 274.…