You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

34 lines
755 B

<p>
<em>Oculata Certitudine</em>
</p>
<p>
I’m a space-obsessed python programmer. Sometimes I get some time to write some things and post them here.
</p>
<p>
Follow me being weird online
</p>
<ul>
<li><a rel="me" href="https://toot.cat/@natronics">@natronics@toot.cat</a></li>
</ul>
<h3>Code</h3>
<p>I publish some public code sometimes</p>
<ul>
<li><a href="https://git.natronics.org/natronics">git.natronics.org/natronics</a></li>
</ul>
<h3>Beep Boop</h3>
<p><a href="sounds/">I made a couple of sounds.</a></p>
<h3>Posts</h3>
<p>And I might post a thing or two here</p>
<ul>
<% page.posts.forEach(function (post) { %>
<li><a href="<%= url_for(post.path) %>"><%= post.date.format("MMMM YYYY") %>: <%= post.title %></li>
<% }) %>
</ul>