| layout | main |
|---|---|
| title | printf |
| description | thoughts on software |
{% for post in site.posts limit:1 %}
{% endfor %}
- KustoLoco In-app querying using KQL
- Textrude Code-generation and text-processing utility.
- jumpfs a tool to help developers navigate around their filesystem.
{% for post in site.posts offset:1 limit:10 %} [{{post.title}} - {{post.description}} ]({{ post.url | prepend: site.baseurl }}) {% endfor %}