Skip to content

Commit 3631f50

Browse files
committed
docs(global): one last ship for HS
Signed-off-by: Andrei Jiroh Halili <[email protected]>
1 parent bf01adf commit 3631f50

15 files changed

+274
-11
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
[![open in agora badge](https://img.shields.io/badge/open%20in%20agora-black?style=for-the-badge)](https://anagora.org/@ajhalili2006)
44
[![kooky insane stuff repo](https://img.shields.io/badge/Jiroh's%20Kooky%20Insane%20Stuff-blue?style=for-the-badge)](https://wiki.andreijiroh.xyz/garden/kooky-insane-stuff)
5-
[![gitlab pages](https://img.shields.io/badge/hosted%20via-Cloudflare%20Pages-f38020?style=for-the-badge&logo=cloudflare)](https://wiki.andreijiroh.xyz)
5+
[![cf pages](https://img.shields.io/badge/hosted%20via-Cloudflare%20Pages-f38020?style=for-the-badge&logo=cloudflare)](https://wiki.andreijiroh.xyz)
66
[![pipeline status](https://mau.dev/andreijiroh-dev/wiki/badges/main/pipeline.svg?style=for-the-badge)](https://mau.dev/andreijiroh-dev/wiki/-/commits/main)
77
[![Built with Material for MkDocs](https://img.shields.io/badge/Material_for_MkDocs-526CFE?style=for-the-badge&logo=MaterialForMkDocs&logoColor=white)](https://squidfunk.github.io/mkdocs-material/)
8+
[![Part of Lorebooks.wiki](https://img.shields.io/badge/lorebooks.wiki-008080?style=for-the-badge&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyNHB4IiBmaWxsPSIjNGRkZGUwIj48cGF0aCBkPSJNMjYwLTMyMHE0NyAwIDkxLjUgMTAuNVQ0NDAtMjc4di0zOTRxLTQxLTI0LTg3LTM2dC05My0xMnEtMzYgMC03MS41IDdUMTIwLTY5MnYzOTZxMzUtMTIgNjkuNS0xOHQ3MC41LTZabTI2MCA0MnE0NC0yMSA4OC41LTMxLjVUNzAwLTMyMHEzNiAwIDcwLjUgNnQ2OS41IDE4di0zOTZxLTMzLTE0LTY4LjUtMjF0LTcxLjUtN3EtNDcgMC05MyAxMnQtODcgMzZ2Mzk0Wm0tNDAgMTE4cS00OC0zOC0xMDQtNTl0LTExNi0yMXEtNDIgMC04Mi41IDExVDEwMC0xOThxLTIxIDExLTQwLjUtMVQ0MC0yMzR2LTQ4MnEwLTExIDUuNS0yMVQ2Mi03NTJxNDYtMjQgOTYtMzZ0MTAyLTEycTU4IDAgMTEzLjUgMTVUNDgwLTc0MHE1MS0zMCAxMDYuNS00NVQ3MDAtODAwcTUyIDAgMTAyIDEydDk2IDM2cTExIDUgMTYuNSAxNXQ1LjUgMjF2NDgycTAgMjMtMTkuNSAzNXQtNDAuNSAxcS0zNy0yMC03Ny41LTMxVDcwMC0yNDBxLTYwIDAtMTE2IDIxdC0xMDQgNTlaTTI4MC00OTRaIi8%2BPC9zdmc%2B)](https://lorebooks.wiki)
89

910
Home of my digital garden (and more) in one monorepo, powered by Obsidian + Foam for
1011
VS Code and Material for Mkdocs for the website (hosted on Cloudflare Pages).
@@ -30,8 +31,9 @@ VS Code and Material for Mkdocs for the website (hosted on Cloudflare Pages).
3031

3132
## Contributing
3233

33-
I'll be open this up for community contributions once I ironed up the
34-
needed infrastructure on it soon.
34+
~~I'll be open this up for community contributions once I ironed up the needed infrastructure on it soon.~~
35+
36+
Working on a contributing guidelines behind the scenes at <https://wiki.andreijiroh.dev/contributing> ([source file](./src/contributing.md)) at the moment.
3537

3638
## License
3739

mkdocs.yml

+19-1
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,34 @@ nav:
146146
- Andrei Jiroh in nutshell:
147147
- Context behind username (and more): garden/ajhalili2006.md
148148
- garden/digital-hoarding.md
149+
- Personal user manual:
150+
- Manual Homepage: garden/user-manual/index.md
151+
- Personals:
152+
- FAQs about me: faq.md
153+
- Flaws and Quirks: garden/user-manual/flaws-and-quirks.md
154+
- Neurodivergence and Disability: garden/user-manual/neurodivergence-and-disability.md
155+
- Community:
156+
- DNI List: garden/user-manual/dni.md
157+
- Boundaries: garden/user-manual/boundaries.md
158+
- Social Media Policy: garden/user-manual/socials.md
159+
- On Roleplaying: garden/user-manual/roleplaying-hellscape.md
160+
- Communications:
161+
- General Communications Policy: garden/user-manual/communications.md
162+
- Encrypted communications: garden/user-manual/encrypted-communications.md
149163
- Tools and Cookbooks:
150164
- garden/tools/index.md
151165
- Linux:
152166
- garden/linux/index.md
153167
- Dotfiles: garden/linux/dotfiles.md
154168
- NixOS configs and friends: garden/linux/nixops-config.md
155-
- Homelabs and InfraOps: garden/infraops/index.md
169+
- InfraOps:
170+
- garden/infraops/index.md
171+
- Homelab: garden/infraops/homelab.md
156172
- Service Accounts:
157173
- "GitHub and friends": garden/tools/github-bot.md
158174
- garden/tools/dotenv-tools.md
175+
- Static Site Generators:
176+
- garden/tools/mkdocs-material.md
159177
- Cookbooks:
160178
- cookbooks/index.md
161179
- Nixpkgs:

src/garden/index.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,17 @@ tags:
66

77
<div class="hidden">
88
<hr>
9-
<strong>For a better reading experience, especially in order to load embeds properly, please visit the website edition of this wiki at <a href="https://wiki.andreijiroh.xyz">wiki.andreijiroh.xyz</a>.</strong>
9+
<strong>For a better reading experience, especially in order to load embeds properly, please visit the website edition of this wiki at <a href="https://wiki.andreijiroh.dev">wiki.andreijiroh.xyz</a>.</strong>
1010
<hr>
1111
</div>
1212

1313
# Personal Garden
1414

15-
!!! warning "Currently migrating content from the old repo"
16-
During the school break, I'll be working on importing and updating
17-
content from the old repo into here, including old daily note entries.
18-
You can track its progress [here](../migration-progress.md) for more details.
15+
!!! warning "Currently migrating content from the old repo(s)"
16+
See [migration status page](../migration-progress.md) for latest updates.
1917

2018
This is where I cultivate my thoughts, take down notes on things, and more.
21-
Generally speaking a wiki of sorts, powered by [[Foam]] and [[Material for Mkdocs]].
19+
Generally speaking a section of this wiki of sorts, powered by [[Foam]] and [[Material for Mkdocs]].
2220

2321
## Meta
2422

@@ -29,5 +27,6 @@ Generally speaking a wiki of sorts, powered by [[Foam]] and [[Material for Mkdoc
2927

3028
## More from the wiki
3129

32-
* [Multifandom Multiverse](https://wiki.andreijiroh.xyz/multiverse/)
30+
* [Multifandom Multiverse](../multiverse/)
31+
* [Kooky Insane Stuff](../kooky-insane-stuff/index.md)
3332
* [[golinks]] - The go links

src/garden/tools/index.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
tags:
3+
- tools
4+
- meta
5+
---
6+
7+
# Tools and Cookbooks
8+
9+
* [my dotenv tools](./dotenv-tools.md)
10+
* [github service accounts](./github-bot.md)
11+
* [`mkdocs-material`](./mkdocs-material.md)
12+
* [cookbooks](../../cookbooks/index.md)
13+
14+
## Related pages
15+
16+
* [dotfiles](../linux/dotfiles.md)
17+
* [infraops](../infraops/index.md) and [homelabs](../infraops/homelab.md)
18+
* [linux usage and setup](../linux/index.md)
19+
* [nixpkgs stuff](../linux/nixops-config.md)

src/garden/tools/mkdocs-material.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
tags:
3+
- tools
4+
- mkdocs
5+
---
6+
7+
# Material for Mkdocs
8+
9+
* [[go]] <https://squidfunk.github.io/mkdocs-material/>
10+
* Mkdocs theme of my choice, both for personal and @recaptime-dev projects

src/garden/user-manual/boundaries.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Personal and Professional Boundaries
2+
3+
4+
5+
## General
6+
7+
* Don’t leak nor spill beans on what shouldn’t be discussed, especially confidential and personal stuff.
8+
This also includes anything discussed off-the-record.
9+
* Read my personal user manual in full before you contact me.
10+
* For fandom-related stuff and other things, consider [reading my DNI](./dni.md)
11+
12+
## Personal
13+
14+
!!! note
15+
Looking for mental health parts, especially on neurodivergence/disability? You might be looking at [:material-wheelchair-accessibility::fontawesome-solid-brain: Neurodivergence and Disability](./neurodivergence-and-disability.md).
16+
17+
## Professional
18+
19+
## What happened when boundaries are disrespected?
20+
21+
Hopefully tantrums, meltdowns and shutdowns don’t happen in front of your own eyes in levels I can’t handle, especially the silent ones.
22+
23+
In most cases, I might be frustated
24+
25+
## What about your DNI (Do Not Interact) list?
26+
27+
The [DNI list](./dni.md) is mostly apply to online communications, especially among different (multi)fandom (sometimes RP) accounts.
28+
You can also treat them as extension (or addendum) to this.
+67
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# Communicating with Andrei Jiroh
2+
3+
This page contains documentation on how to communicate with people in the neurodiversity and the wider disability communities in mind and also on gender neutral communication.
4+
5+
Suggestions and feedback to improve this content are welcome and encouraged.
6+
Note that these docs might be not applicable to your case if you’re considering writing your own
7+
personal user manual and I don’t speak for anyone else.
8+
9+
## TL;DR
10+
11+
> Some of them were copied from <https://t.me/ajhalili2006_bio/4> in part for when sliding into DMs.
12+
13+
1. [Don’t be a dick](https://www.psychologytoday.com/us/blog/the-author-speaks/201909/don-t-be-dick) (aka violent, discriminatory, disrespectful or even disturbing in any way).[^1]
14+
2. Respect my preferred pronouns and avoid PFL (person-first language) in most cases.
15+
3. Don’t ping me during downtime, sleep and day-offs. In case of emergencies, call me over my personal phone number that I provided or through provided contact methods.
16+
For sensitive manners (like reporting security related issues), use Keybase, Session or Matrix (make sure to enable EE2E when initiating an one-to-one chat with me). If you want to connect through Session, I’ll provide my public ID when needed.
17+
4. No crypto nonsense (even I use mirror.xyz and some other dapps), NSFW or CSAM, self promo hellscape, doxxing, death/swatting threats or calls to violence towards me or anybody.
18+
5. Future employers and recruiters: Please contact via email or LinkedIn only.
19+
6. I only respond over Facebook Messenger on my main profile if:
20+
* you know me IRL, including within the immediate family;
21+
* or, you are either my class adviser/subject teacher/boss or workspace/academic/school colleague, either in the past or current.
22+
23+
[^1]: Explainer from admins and mods at `hachyderm.io`: <https://community.hachyderm.io/docs/rule-explainer/#dont-be-a-dick>
24+
25+
## Pronouns and Language
26+
27+
My pronouns is `he/they` (technically `he/him/they/them` for long version), although `they/them` is much preferred even if I chose to be identified to my gender at birth.
28+
29+
In terms of discussing about things relating to neurodiversity and disability, I prefer identity first, especially when discussing about my disability and things like neurodiversity,
30+
since I mostly frame ableism and other issues related to these under both social and human rights models of disability.
31+
You might check the [note on disabled and disability](https://www.thesaurus.com/e/writing/person-first-vs-identity-first-language/#note-on-disabled-and-disability) at thesaurus.com,
32+
especially when discussing accessibility across the community. I don’t usually gatekeep language relating to disability, although I might do when discrimination and bullying happens or when clarification is needed.
33+
34+
## Availability
35+
36+
When considering doing a synchronous meeting (or even doing a personal call with me),
37+
consider both my schedule, workload and the timezone (currently in Philippine Standard Time/`UTC+8`).
38+
In most days, I’ll be unavailable for contact from 21:00 to 09:30 the next day, although [this could change](#office-hours).
39+
I’m also unavailable on weekends and official holidays (both local within the city of Marilao and the
40+
province of Bulacan and national), so expect additional delays on replies if it’s a long weekend.
41+
42+
## Communicating at work
43+
44+
Generally, I’m not a fan of sync meetings, especially if iot is scheduled outside of my office hours in PH Standard Time.
45+
46+
### Office Hours
47+
48+
!!! warning "Currently left TBD due to school"
49+
50+
| Day | Regular Hours in PHT | Holidays / Rest Days [^1] |
51+
| --- | --- | --- |
52+
| Weekdays | TBD | TBD |
53+
| Weekends | TBD | TBD |
54+
55+
### Recap Time Squad specifics
56+
57+
* Work-related stuff should be discussed in Recap Time Squad’s chatrooms (either public or staff-only, although anything confidential/internal should be stay in staff-only chat).
58+
* Ping me when only needed. Also, DO NOT ping @everyone.
59+
* I don't usually read email, but if you sent me some important emails
60+
(via my `@crew.recaptime.eu.org` or personal addresses),
61+
please proactively reach me out via other contact methods.
62+
63+
## Additional resources
64+
65+
TBD
66+
67+
[^1]: My regular rest days usually happen on Saturdays, although they might be adjusted because of holidays and other reasons.

src/garden/user-manual/dni.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Do Not Interact List
2+
3+
_**Last updated**: TBD, still a working draft_
4+
5+
!!! info "This content is also available on my multifandom Tumblr"
6+
I'm mirroring this to <https://multifandom.andreijiroh.eu.org/dni> after some delay.
7+
8+
This page contains the list of people where ~ajhalili2006 specifically does not want to interact with them. It is expected for those who are affected by this DNI list to avoid following him, although blocking him is too much unless otherwise needed.
9+
10+
~~If spotted (even when following the Community Code of Conduct) in my his personal spaces (not in professional settings including Recap Time Squad, although his boundaries still apply), expect moderation actions up to and including wielding banhammers against your Tumblr blogs (plus other accounts across the internet).~~
11+
12+
If you're part of these in this DNI list, please interact at your own risk. I know the strikedthough text
13+
above seems to be 1984-styled of witch-hunting, apologies for that.
14+
15+
## Table of contents
16+
17+
* [General Shitfuckeries](#general-shitfuckeries)
18+
* [Shippers](#shippers)
19+
* [Dream Stans/Supporters](#toxic-dream-stanssupporters)
20+
21+
## General Shitfuckeries
22+
23+
As always, you must follow my [boundaries](./boundaries.md), both personal and professional.
24+
25+
## Shippers
26+
27+
I’m not a pro-shipper, although sometimes things go horribly wrong when I ship people that shouldn’t be shipped. I’m more of a silent “ship responsibly” advocate like anyone else.
28+
29+
## (Toxic) Dream Stans/Supporters
30+
31+
I do not generally banhammer any people who support/stan Dream and the crew (aka Dream Team for the uninitiated), unless they do things toxic do fans in the interwebs.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Encrypted communications
2+
3+
## GPG
4+
5+
### Active keys
6+
7+
| Key ID | Primary address | Description | Expiration date |
8+
| --- | --- | --- | --- |
9+
| `4d5e631758cb9cc45941b1ce67bfc91b3da12be8` | `[email protected]` | My main GPG key for signing git commits, as well as for encrypted mails | N/A |
10+
| `a715100e58cf60500ee159652f384539c700b263` | `[email protected]` | My GPG key for Recap Time Squad | N/A |
11+
12+
## Key-signing ceremories / Web of Trust
13+
14+
If you would like to build your web of trust with me (and probably with your friends), let me know
15+
(via [my meeting booking form] or via regular chat venues).
16+
Due to my current schedule as a high school student, I'm only accept asynchorous key-signing ceremories
17+
for the moment.
18+
19+
For asynchorous ceremories, I recommend doing it publicly through [this repo](https://go.recaptime.eu.org/keysigning-ceremory)
20+
and [`#keysigning-ceremories.recaptime.dev:envs.net`](h). In case
21+
of in-person ceremories, taking a picture with yours truly (with your own list of PGP fingerprints on a piece of paper) is enough.
22+
23+
[meeting booking form]
24+
[async-keysigning-ceremory]: https://matrix.to/#/#keysigning-ceremories.recaptime.dev:envs.net
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Flaws and quirks
2+
3+
!!! info "Visit the Coda version of this page for up-to-date content"
4+
[:octicons-link-external-16: Open in Coda](https://coda.io/@ajhalili2006/readme/personal-and-professional-boundaries-9){ .md-button }
5+
[:octicons-report-16: Report inconsistencies between versions](https://go.andreijiroh.eu.org/website-feedback/coda){ .md-button }

src/garden/user-manual/index.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
description: Get to know Andrei Jiroh better by reading his personal user manual.
3+
---
4+
# Personal User Manual
5+
6+
!!! info "This website is currently the official mirror of my personal README over at Coda"
7+
<id="canonical-link">
8+
In the future, I'll port things into this website to allow for community contributions without
9+
messing around doc permissions. If you found any inconsistencies between versions, please do let me know in the Issue tracker so that I fix it.
10+
11+
[:octicons-link-external-16: Open in Coda](https://coda.io/@ajhalili2006/readme/personal-user-manual-8){ .md-button }
12+
[:octicons-report-16: Report inconsistencies between versions](https://go.andreijiroh.eu.org/website-feedback/coda){ .md-button }
13+
14+
Hello there, and welcome to my personal user manual. This is where I document about myself for others in terms
15+
of communications and teamwork. While the contents of this mini wiki will be always a work in progress, I’ll expand
16+
them as I add missing information and update outdated details behind the scenes.
17+
18+
## About me
19+
20+
[_Go back to the homepage for the introduction_](../index.md)
21+
22+
## Contents
23+
24+
Although they originally editied in Coda, I slowly moving some of them here.
25+
26+
* [:material-chat: Communications](./communications.md)
27+
* [:material-fence: Personal and professional boundaries](./boundaries.md)
28+
* [:material-wheelchair-accessibility::fontawesome-solid-brain: Neurodivergence and Disability](./neurodivergence-and-disability.md)
29+
* [:fontawesome-solid-cloud-bolt: Flaws and quirks](./flaws-and-quirks.md)
30+
* [:material-briefcase: Job Employment Availability](./job-employment-availability.md)
31+
* [:material-guy-fawkes-mask: Roleplaying Hellscape](./roleplaying-hellscape.md)
32+
33+
## Other links
34+
35+
* [Resume](./resume.md)
36+
* [Legalese and policies](https://coda.io/@ajhalili2006/readme/legalese-and-policies-5)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Job Employment Availability
2+
3+
!!! danger "Content only available in Coda version of this page"
4+
To ensure links don't break in the foreseekable future, we kept this page as a soft redirect.
5+
6+
[:octicons-link-external-16: Open in Coda](https://coda.io/@ajhalili2006/readme/job-employment-availability-12){ .md-button }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Neurodivergence and Disability
2+
3+
!!! info "Visit the Coda version of this page for up-to-date content"
4+
[:octicons-link-external-16: Open in Coda](https://coda.io/@ajhalili2006/readme/neurodivergence-and-disability-14){ .md-button }
5+
[:octicons-report-16: Report inconsistencies between versions](https://go.andreijiroh.eu.org/website-feedback/coda){ .md-button }
6+
7+
## Language
8+
9+
> See also [Communications](./communications.md)

src/garden/user-manual/resume.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# My resume
2+
3+
!!! info "Moved to Notion"
4+
Technically I use Coda for this, but we're so back to Notion, so here's a interactive
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Roleplaying Hellscape
2+
3+
!!! info "Visit the Coda version of this page for up-to-date content"
4+
[:octicons-link-external-16: Open in Coda](https://coda.io/@ajhalili2006/readme/roleplaying-hellscape-13){ .md-button }
5+
[:octicons-report-16: Report inconsistencies between versions](https://go.andreijiroh.eu.org/website-feedback/coda){ .md-button }

0 commit comments

Comments
 (0)