Intro This is the start of what I hope to be a long story. I have been wanting to make a proper open world mmo rpg for a very long time. I have started two or three times in the past, but after a few…
When I was in college (around 2010), I worked with OpenCV and facial detection quite a bit, I always found it very interesting. I wanted to build a recognition platform on top of this, but I quickly…
Long have I been trying to make some time to properly use machine learning to play a game. In the past, I tried teaching a neural network to play Mario. That did not go very well. Link I believe there…
These ideas are not just for React, but for simplicity, I will be using React to demonstrate. I am not going to go over what Smart/Dumb components are, Dan Abramov already did a great job here. These…
Learning how to handle money is an important part of growing up. The sooner we can learn and apply good financial skills, the easier the rest of our financial life will be. I have been using Mint…
My wonderful wife recently bought me a iCreate 2 hackable roomba. She knows me well… Many different ideas came to my mind while thinking about what to do with it. Most of them were a bit too grand…
As I learn more about programming through the years, I find it incredible how the techniques I have come to love are normally very old. I love math. Always have. Math inherently does not have extra…
I wanted to check in and show off my latest Hue project. Since I am a developer/musician, I really enjoy messing with sound on the computer. Growing up, I adored all the music visualization programs…
Ever been under pressure to throw up a react/redux application in 20 minutes? Good luck! I love the modern technology stack we have today for building isomorphic javascript applications. Webpack…
Okay. I created a sample React app which has a live text analyzer. I think building the components within Javascript is cool, and would be up for doing that more. Communication between components is…
Recently, I was debugging though a codebase and had inserted a bunch of logging statements in between the problem areas. Normally, after debugging and solving the issues, I would remove the logs…
How much money could you make begging on the streets? Ever wondered? After hearing plenty of stories about "fake" beggars, I decided to mathematically figure out how much one could earn by begging…
I am a sucker for world generation techniques. I decided to mess around with some simple 2d tree generation. By using a simple tree structure and a bit of geometry and calculated the size, position…
Over the years, my development workflow has changed tremendously. Whether learning from past problem solving experiences, studying software patterns, or learning from other developers, my view…
So… are you mobile friendly according to Google? I was recently working on fixing some mobile issues at my place of work. I was required to push to production for each change since our development…
I recently wrote a little tool that implements a simple algorithm proposed in this Google article. The idea is you can analyze your codebase and score each source file with a "bugginess". The problem…
Intro Mutation testing is hard… But totally worth it! I recently learned about the concept from a colleague. For those who might not know what it is: Testing by mutation calculates the durability…
I have been always been entranced with how much data is publicly available on the web. Although, most of the time the data is not directly usable for other purposes than reading. With so many HTML…
Backstory During my day job, visualizing our development progress is very helpful for the team. Personally, I am not good at choosing which way to visualize this data, but once seen, I understand…
Through my adventures of learning the Hungarian language, flashcards have been a great tool for memorizing new vocabulary. The best open source app I found was Anki. The program was highly…
I use Readability to bookmark all the articles I come across every day. Since I do not usually have time to sit down and read during the day, I read at night. Although, I prefer reading physical books…
I have seen a bunch of neural network articles around Hacker News lately. The way I boiled it down was: if you could simplify a problem and solution down to a finite number of inputs and a binary…
Recently, I have been trying to learn the Hungarian language. After memorizing a bunch of words, just repeating them to study got boring. I wanted to write a program which randomly created sentences…