Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.5 KB

File metadata and controls

37 lines (32 loc) · 1.5 KB
layout blog
title Blog
permalink /blog/

Random thoughts, some cool ideas, some cool ways to communicate or think about ideas, some more math-y/machine learning stuff. If you have ways in which these can be improved for clarity or accessibility please let me know! I reserve the right to edit and update these at any point in the future.

{% include substack-subscribe.html note="I've also started putting these on Substack, so you can subscribe there if you want to get updates without having to check here: ronakrm.substack.com" %}

Math-y, More Formal Posts

    {%- for post in site.tags.math -%}
  • {%- if site.show_excerpts -%} {{ post.excerpt }} {%- endif -%}
  • {%- endfor -%}

Misc-y, Personal-y Posts

    {%- for post in site.tags.misc -%}
  • {%- if site.show_excerpts -%} {{ post.excerpt }} {%- endif -%}
  • {%- endfor -%}