Blog Posts
Roblox Sound Effects Heard by you, but not by Opponents
So I created a Roblox game. I added a gun. The gun works quite well. It shoots people and kills them just like a gun should do. When I shoot my gun, I hear it just fine. But when others shoot me in the game, I don’t hear them. My guns sounds don’t appear to […]
Notes For – Building makemore Part 5: Building a WaveNet
makemore: part 5¶ In [1]: import torch import torch.nn.functional as F import matplotlib.pyplot as plt # for making figures %matplotlib inline In [2]: # read in all the words words = open('names.txt', 'r').read().splitlines() print(len(words)) print(max(len(w) for w in words)) print(words[:8]) 32033 15 ['emma', 'olivia', 'ava', 'isabella', 'sophia', 'charlotte', 'mia', 'amelia'] In [3]: # build the vocabulary of characters […]
Roblox Bummer
I wanted to create a Roblox game. It was coming along slowly. I insist on developing in Linux which means I had to Wine Roblox Studio. After working several days, I was dissappointed with my progress. The game was to captue a flag and bring it to the top of an obby. First person shooter. […]
What are we going to do when the machines are better than us at everything?
Pace of AI has been insane. Humans have challenges. Health, alertness, impairment, dietary needs, bathroom breaks, repetitive strain injuries etc. Robots just go as long as the electrons flow. But what about the mind? Certainly, we will be more creative than the robots, right? Nope. Not only can a program generate art in seconds (what […]