/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

cleverheap.com
| | simpleprogrammer.com
7.6 parsecs away

Travel
| | Game development requires dedication, skill, and-resources! With a bank of knowledge to refer to, you can make your game programming journey go that much more smoothly. It's a great idea to have a master list you can turn to whenever you need to learn new topics, get inspired, or troubleshoot something. This article covers the [...]
| | blog.kodewerx.org
6.4 parsecs away

Travel
| | Video game development, hacking, and debugging. Brought to you by BlipJoy!
| | blog.eyas.sh
3.3 parsecs away

Travel
| | If you're trying to get into game development as a Software Engineer, finding learning materials with the right level of context can be challenging. You'll
| | www.jeremykun.com
29.7 parsecs away

Travel
| The singular value decomposition (SVD) of a matrix is a fundamental tool in computer science, data analysis, and statistics. It's used for all kinds of applications from regression to prediction, to finding approximate solutions to optimization problems. In this series of two posts we'll motivate, define, compute, and use the singular value decomposition to analyze some data. (Jump to the second post) I want to spend the first post entirely on motivation and background.