HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cataPhil

472 karmajoined 2년 전

Submissions

Show HN: Melodjinn v0.1 – Adapting DeepMind's Genie world model for music

matthieulc.com
2 points·by cataPhil·7개월 전·0 comments

Show HN: Shoggoth Mini – A soft tentacle robot powered by GPT-4o and RL

matthieulc.com
610 points·by cataPhil·12개월 전·107 comments

Show HN: Wall-mounted diffusion mirror that turns reflections into paintings

matthieulc.com
472 points·by cataPhil·2년 전·123 comments

Micrograd-CUDA: adapting Karpathy's tiny autodiff engine for GPU acceleration

github.com
178 points·by cataPhil·2년 전·13 comments

Show HN: Diffusing new worlds from Google street view

panoramai.xyz
3 points·by cataPhil·2년 전·0 comments

comments

cataPhil
·7일 전·discuss
you should do that too! the goal is not to replace the game but to foster research on these method, and hopefully apply them to data-constrained settings like robotics
cataPhil
·2년 전·discuss
That's correct. Plus it also adds a layer of interaction that's pretty fun, kind of like a wand.
cataPhil
·2년 전·discuss
Love it thanks, will look into it!
cataPhil
·2년 전·discuss
That's right, sorry for not explaining further in the post! The cardboard was so thin than neither wood nor metal drill bits made a clean enough cut.
cataPhil
·2년 전·discuss
These are great ideas thank you!
cataPhil
·2년 전·discuss
Thanks! I will probably do that this weekend
cataPhil
·2년 전·discuss
Thanks! I highly recommend the book Programming Massively Parallel Processors
cataPhil
·2년 전·discuss
Hi :) Yes it's in the post url or here: https://github.com/mlecauchois/micrograd-cuda
cataPhil
·2년 전·discuss
I recently decided to turbo-teach myself basic cuda with a proper project. I really enjoyed Karpathy’s micrograd (https://github.com/karpathy/micrograd), so I extended it with cuda kernels and 2D tensor logic. It’s a bit longer than the original project, but it’s still very readable for anyone wanting to quickly learn about gpu acceleration in practice.