Earlier quoted context omitted.
Who is goku?
I'm not certain but I think it's this guy: https://twitter.com/tomkysar
Tinygrad
151–159 of 159 posts
Re: Tinygrad
#152Earlier quoted context omitted.
I respect geohotz' achievements (generally). I would never hold him up as an example of hacker culture, or his persona as one to emulate. There is a difference between these things.
Out of curiosity who would you show as an example of hacker culture?
Re: Tinygrad
#153Re: Tinygrad
#154Re: Tinygrad
#155I'd like to ship a video game that does machine learning and trains on its experiences with the player. Yes, I know there are many potential problems with this. What is the best way to ship training code in a game? Do I embed Python and PyTorch or something? Do I code my own NN training algorithm? Do I use a library such as Tinygrad?
Edit: spelling
Re: Tinygrad
#156I watched a few of George's live streams, and I'm pretty impressed with his coding skills and determination to solve a problem. In the spirit of learning, anyone else on his level do live streams or has a youtube channel? Here's his last 7 hour stream coding Tinygrad. https://www.youtube.com/watch?v=MeE4Y2862FY
He takes a random IQ test in the middle of it, lol.
Re: Tinygrad
#157> tinygrad will always be below 1000 lines. If it isn't, we will revert commits until tinygrad becomes smaller. I applaud this. Committing to keeping a project small and simple. So many projects start small and simple, and before long they've been extended in many different directions and now have thousands of options and things to understand before you can get started.
Are there other examples of famous projects that do that, limiting themselves to an X-amount of LOC? Last one I remember was TempleOS, although Terry went a bit over his limit (100k LOC).
Re: Tinygrad
#158Earlier quoted context omitted.
I'm not certain but I think it's this guy: https://twitter.com/tomkysar
What makes you think this is the guy? I could not find any reference to geohot in his tweets.
Also posted a picture of them together in a Ferrari around this time lol (taken down)
Re: Tinygrad
#159I'd like to ship a video game that does machine learning and trains on its experiences with the player. Yes, I know there are many potential problems with this. What is the best way to ship training code in a game? Do I embed Python and PyTorch or something? Do I code my own NN training algorithm? Do I use a library such as Tinygrad?
For example https://scholar.google.com/scholar?hl=en&as_sdt=0%2C21&q=gen... and that references a paper where they do this with MUGEN (Ai v Ai fighting game) http://irep.ntu.ac.uk/id/eprint/30021/1/PubSub7423_8186_Mart...
Genetic programming sounds like a complicated term, but it's basically an easy way to take successful characteristics and breed them into something else.