HackerTrans
TopNewTrendsCommentsPastAskShowJobs

xtrp

no profile record

Submissions

Compute Trig Functions in Python, JavaScript, & Perl (With Maclaurin Series)

xtrp.io
2 points·by xtrp·قبل 6 سنوات·0 comments

How to Use the HTML5 Gamepad API (With Complete Examples)

xtrp.io
2 points·by xtrp·قبل 6 سنوات·0 comments

Studio Filters – A Python Clone of Zoom's Studio Effects Feature

github.com
2 points·by xtrp·قبل 6 سنوات·0 comments

How to Generate the Sierpinski Triangle in Vanilla JavaScript with HTML5 Canvas

xtrp.io
3 points·by xtrp·قبل 6 سنوات·0 comments

I Built Jupiter – An ML-Based 2048 AI That Runs on the Web

xtrp.io
2 points·by xtrp·قبل 6 سنوات·0 comments

Using the Monte Carlo Tree Search Algorithm in an AI to Beat 2048

xtrp.io
45 points·by xtrp·قبل 6 سنوات·7 comments

comments

xtrp
·قبل 4 سنوات·discuss
OP here. Since January, we've been working on a simple yet powerful idea: a platform to buy and sell physical products with crypto.

The idea came after I tried to find products sold with crypto online, and didn't have any luck. I had been working in the web3 space as a dev for a few months, and had accumulated a couple thousand dollars of crypto. When seeking to spend it, my only options were converting to fiat or buying NFTs, not buying real products.

That's why we built Diremo — right now we have algorithms to aggregate 50K+ products sold with crypto from across the web, already from reputable shops with proper return policies and terms of sale. Returns and fraud are a huge concern for us, and we've targeted this upfront by verifying sellers manually, and we're looking into a more decentralized system of verification too.

Diremo has no fees, and shipping for native products is completely free for the next few days. Go check it out when you have a chance!
xtrp
·قبل 5 سنوات·discuss
Thank you all for the feedback and support for DarkHN. I'll be working on fixing some of the bugs on the application (unexpected 403 errors, low contrast, etc).

If you're interested in the code or would like to contribute, take a look at the GitHub repo: https://github.com/xtrp/darkhn

For those interested, it's written in Node.js with a simple Express.js server. More info is available on the repo.

Thank you all again for taking a look at this project!

— Gabriel
xtrp
·قبل 6 سنوات·discuss
Thank you, I'm glad you enjoyed the article!

— Gabriel
xtrp
·قبل 6 سنوات·discuss
Thanks for your feedback. My understanding was that my method used was MCTS without Reinforcement Learning. I'll do some more research and look into clarifying this in the future. Thanks again.

— Gabriel