blog
math
{% for post in collections.math %}
-
{{ post.data.title }}
{% endfor %}
- more articles
programming
{% assign top_posts = collections.programming | reverse %}
{%- for post in top_posts limit:5 -%}
-
{{ post.data.title }}
{% endfor %}
- more articles
software
{% for post in collections.software %}
-
{{ post.data.title }}
{% endfor %}
- more articles
hardware
{% for post in collections.hardware %}
-
{{ post.data.title }}
{% endfor %}
skateboard
{% for post in collections.skateboard %}
-
{{ post.data.title }}
{% endfor %}
other blogs
- ben knoble's site
- rubick's cube and geometry
- statox site - has many nice projects to play around with
- cool physics simulations
- tckmn's site - programming, math, dancing
- friends site
- math topics explained visually
- give up github
- software freedom conservatory
- software freedom foundation
- POSIX standard
- suckless tools
- games written in c, note that for some games I had to install the glew1.10 packages
- greg's wiki
- nuclear energy
- vimm's lair - games for emulation
- graph paper
- open and free technology community
- individualKex youtube channel
- ciro santilli
- game dev videos character controllers focus
- project euler
- how to use ctags
- macdonald polynomials