2023-02-25 23:34:52 +10:30
---
layout: layout/base.njk
2023-11-02 15:36:59 +10:30
title: my heart's not .init()
2023-02-25 23:34:52 +10:30
---
2023-08-01 14:42:01 +09:30

2023-02-25 23:34:52 +10:30
2023-08-01 14:42:01 +09:30
hey what's up! my name is uuupah. im a twenty-something non-binary (they/them) person from australia plagued by a metaphysical urge to record my thoughts and feelings in meandering prose. i'm into exploring less mainstream music genres, character design and figure drawing, puzzle and movement videogames, old anime and rock climbing.
2023-11-02 15:36:59 +10:30
## pages
2023-03-03 21:28:59 +10:30
2023-11-07 00:49:17 +10:30
< div class = "paragraph-deparagrapher" >
2023-11-22 01:11:38 +10:30
#### [🖌️ my art 🖼️ ](/art/my-art-2023/ )
2023-11-07 00:49:17 +10:30
#### [journal.html ](/journal_html/ )
#### [⚠️ newest post! ⚠️ ]({{collections.post[collections.post.length - 1].filePathStem}} )
#### thoughts and feelings
{% for post in collections['blog'] | reverse | limit(5) %}
- {{ post.page.date.toLocaleDateString("en-UK") }} // [{{ post.data.title }} ]({{post.filePathStem}} )
{% endfor %}
\- [...and da restt ... ](/blog/ )
#### lists of things
{% for post in collections['lists'] | reverse | limit(5) %}
- {{ post.page.date.toLocaleDateString("en-UK") }} // [{{ post.data.title }} ]({{post.filePathStem}} )
{% endfor %}
\- [older lists ](/lists/ )
#### [art inspiration list ](/infinite_nightmare/ )
#### [sitemap ](/sitemap/ )
#### [miscellania ](/misc/ )
< / div >