Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bhargav_
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
22 ms
·
1.
▲
by
bhargav_
6y ago
I recently built a system with a 3950x and a 2070 super and it has been great. This is the parts list I ended up with: https://pcpartpicker.com/list/4cMMXv . The system handles AAA and competitive games without any iss
2.
▲
by
bhargav_
7y ago
Coincidentally, I personally started learning Rust as C++ was a lot more difficult to learn by myself. The Rust book[1] is a great resource as it makes learning pretty complex topics fairly easy to approach. Personally the thing that really
3.
▲
by
bhargav_
7y ago
I really like this list as it seems to cover the core aspects of what makes C++ a good language. But the one issue I have with resource such as these, is the lack of covering how to build real work projects. The list itself seems really goo
4.
▲
by
bhargav_
8y ago
I don't think so, but so far the only other such websites I've seen are http://www.arewewebyet.org/ and https://areweasyncyet.rs/ . Though looks like there used to be a areweembeddedyet.org[1], bu
5.
▲
by
bhargav_
8y ago
This looks really cool! Fuzzing is something I've been looking into more and more as I learn about it. I'll definitely keep this in mind for the future. Have you guys considered Rust support?
6.
▲
by
bhargav_
8y ago
> Are there stable libraries for interacting with MySQL/Redis/Postgres asynchronously? > > If you want an ORM the thing you want to look at is diesel. I'm not sure if it's async or not. Diesel isn't async y
7.
▲
by
bhargav_
8y ago
Just saw the implementation. It's goes a little over my head unfortunately, but I am curious about the affects of it. Did you compare the non-neural net version with the neural net version? If so what differences did you find?
8.
▲
by
bhargav_
8y ago
This is such a cool project! Plus a pretty awesome example of using Rust for CLI's. I'm curious about the neural network though. Is that also written in Rust? Or are you embedding something else?
9.
▲
by
bhargav_
8y ago
I'm guessing it stands for Internet eXchange?