Explore >> Select a destination


You are here

github.polettix.it
| | frozenfractal.com
27.6 parsecs away

Travel
| | I didn't have time during the holidays to implement any new features, so enjoy this filler post that I prepared earlier! In the very first post in this series, I wrote: The prototype took place on a rectangular map, with the left side wrapping around to the right to form a cylinder. [...] Many games do this and get away with it, but because I'm a perfectionist, I want my game to take place on an actual sphere. Today I'm going to write up in some detail why spheres are harder to work with.
| | deniskyashif.com
36.2 parsecs away

Travel
| | In this article, we'll define a basic regular expression language using a context-free grammar and learn how to parse its strings in linear time using the recursive descent method.
| | blog.sylver.dev
50.1 parsecs away

Travel
| | Sylver is a language agnostic platform for building custom source code analyzers (think eslint for every language). This might be a lot to unpack, so let us explore this tool by solving a real-world problem: our application's configuration is stored ...
| | www.ericekholm.com
93.6 parsecs away

Travel
| Learning maximum likelihood estimation by fitting logistic regression 'by hand' (sort of)