# You've made the crossing
***The dragon was watching the whole time.***
---
I'm [[Sigrunixia]], otherwise known as Rebbecca Bishop, and I write here. The categories are loose by design: personal essays about becoming someone, Obsidian tooling that started as a fix for one small annoyance and became something much harder to explain at parties, TTRPG worldbuilding for a campaign that has been consuming me since 2023. Whatever else claws its way out gets a page too.
I work in software, collect fountain pens, document my tattoo progress like a lab notebook, and have strong opinions about dungeon design. Some of it is useful. Some of it is self-indulgent. Mostly it's both, and I stopped apologizing for that somewhere around the fourth custom checkbox.
Still not sure what I'm about? Cross-referencing Greek mythology counts as research. Capsule wardrobes are a serious discipline, spreadsheet and all. Dungeon crawling is therapeutic. I'm deeply comfortable in spaces where the torch can go out.
## Themed subdomains
**🐉 [Arbiters of Fate](https://arbiters.tenebrousdragon.com/start-here)**
The TTRPG half of the obsession. Campaign worldbuilding, homebrew, and player resources for Dungeon Crawl Classics. And creatures. So many creatures.
**❤️🔥 [Scales of Insight](https://quantified.tenebrousdragon.com/home)**
The quantified self vault. Same energy, many, many more Obsidian notes. I track things there that make the people who love me mildly concerned, in a good way.
> [!warning] Under Construction
> This site is actively being rebuilt. Things may move, break, or disappear. Come back soon.
## Recent
```base
filters:
and:
- '!file.fullname.contains("Template")'
- '!file.fullname.contains("template")'
- file.tags.containsAny("Δημοσίευση", "Εργαστήρι")
- publish == true
formulas:
display_title: 'link(file.name, if(title, title, file.name))'
properties:
formula.display_title:
displayName: Title
note.status:
displayName: Status
note.last:
displayName: Updated
views:
- type: table
name: Recent
order:
- formula.display_title
- status
- last
sort:
- property: last
direction: DESC
limit: 15
```