Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hadeson
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
hadeson
11mo ago
I don't think it's easier, a bad poker bot will lose a lot over a large enough sample size. But maybe it's easier to incorporate exploitation into your strategy - exploits that rely more on human psychology than pure statisti
2.
▲
by
hadeson
11mo ago
From my experience, their hallucination when playing poker mostly comes from a wrong reading of their hand strength in the current state. E.g., thinking they have the nuts when they are actually on a nut draw. They would reason a lot better
3.
▲
by
hadeson
1y ago
"Magni, inquit, fures minorem puniunt" - Appeared in Pseudo-Caecilius Balbus.
4.
▲
by
hadeson
2y ago
I like the Tree of Thoughts theory that treat each chain of thoughts 'branch' as a possible hypothesis. They might trained a search system that quickly explore some of these branches and by some metric choose the most likely to be
5.
▲
by
hadeson
5y ago
Up to six-player no-limit Hold’em poker with Pluribus.
6.
▲
by
hadeson
5y ago
This was a thing until mining ETH is profitable again.
7.
▲
by
hadeson
6y ago
It seem this setup get close to the Jetson Nano 2Gb price range ($59), which from my experience is order of magnitude faster than rpi 4 for computer vision/video processing tasks. Is there any advantage of using Motion over nvidia-deep
8.
▲
by
hadeson
6y ago
It could be used to accelerate Convolutional Neural Nets training [0] [0] https://arxiv.org/abs/1312.5851
9.
▲
by
hadeson
6y ago
I guess object detection is the bottleneck of the pipeline, which highly optimized YOLOv4-tiny[0]could get to 39 FPS on Jetson Nano. Also camera decoding with Nvidia Deepstream is a lot faster than OpenCV. [0] https://github.com&
10.
▲
by
hadeson
6y ago
Cooking is really an art with lots of tacit knowledge that vary too much to put in a simple recipe.
11.
▲
by
hadeson
6y ago
Most kinds of professional applications I could think of would better off with a green screen. On the other hand, using this for editing videos in the wild with messy background still not good enough.
12.
▲
by
hadeson
6y ago
Yandex seem to give even more precise matches than Google. Maybe image of someone less popular would work better.
13.
▲
by
hadeson
6y ago
Twitter investigation suggest that this is a coordinated social engineering attack [0]. The idea that the hackers are some non state actors and not from the US seem unlikely. [0] https://twitter.com/TwitterSupport/statu
14.
▲
by
hadeson
6y ago
Really just curious about this approach and want to test it since most old scraping methods failed on Facebook data. My take is that it is possible with enough resources since it is actually pretty hard to separate this from real usages.
15.
▲
by
hadeson
6y ago
I tried using OCR to scrap Facebook profiles by simulate web browsing behavior. It helps a lot in avoid account blocking but still too slow to be practical.