Comment on: [git] How to make pull request if you don't use github.
3 02 Aug 2015 18:20 u/Wmb102er in v/programmingComment on: /r/programming delisted a thread about the new githup CoC
From the thread:
mods?: any comments?; am interested in your feedback.
Isn't it obvious at this point?
Comment on: The Rust Code of Conduct contains this
But they will be enforced selectively.
Comment on: The Rust Code of Conduct contains this
It specifically says that doesn't matter. Stop doing it anyway. Crazy as fuck!
The Rust Code of Conduct contains this
37 29 comments 26 Jun 2015 09:53 u/Wmb102er (self.programming) in v/programmingComment on: A GPU Approach to Path Finding
But constructing a queue isn't entirely impossible on a GPU framework, it's just complicated and has some overhead. I'm just wondering how that would compare to the posted approach. Or, maybe the unnecessary work can somehow be culled in the opproach with cellular automata.
Comment on: A GPU Approach to Path Finding
Interesting, but it can be quite inefficient. Can't you just do dijkstra on the GPU? I guess it would be hard with simple OpenGL, but OpenCL should do the trick.
Nice. I'm trying to get away from Github as much as possible. This helps.