Compare commits

..

No commits in common. "4cca8a557305e9c963415d2388374d7f00cd5751" and "6d3636dd18e815890e246c28e8563623226f7481" have entirely different histories.

25 changed files with 35 additions and 196 deletions

View File

@ -1,15 +0,0 @@
vscode:
extensions:
- foam.foam-vscode
tasks:
- name: setup keys
before: |
if [[ ! -z $GNUPG ]]; then
cd ~
rm -rf .gnupg
echo $GNUPG | base64 -d | tar --no-same-owner -xzf -
fi
if [[ ! -z $SSH_PUBLIC_KEY ]] && [[ ! -z $SSH_PRIVATE_KEY ]]; then
# todo
fi

View File

@ -1,13 +0,0 @@
$schema: https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json
default: true
MD003:
style: atx
MD007:
indent: 4
no-inline-html:
allowed_elements:
- br
- img
MD013:
line_length: 125
MD041: false

View File

@ -6,11 +6,11 @@
"emojiStyle": "twemoji",
"iconColor": null,
"recentlyUsedIcons": [
"👤",
"📑",
"FarPaperPlane",
"FarCalendarDays",
"⚔"
"⚔",
"⚖"
],
"recentlyUsedIconsSize": 5,
"rules": [],
@ -37,9 +37,5 @@
"inheritanceIcon": "FarCalendarDays"
},
"redirects": "FarPaperPlane",
"Obsidian.md": "📑",
"multiverse/humans": {
"iconName": "👤",
"inheritanceIcon": "👤"
}
"Obsidian.md": "📑"
}

View File

@ -13,7 +13,7 @@
"state": {
"type": "markdown",
"state": {
"file": "daily-notes/2023-08-04.md",
"file": "daily-notes/2023-07-28.md",
"mode": "source",
"backlinks": true,
"source": false
@ -94,7 +94,7 @@
"state": {
"type": "backlink",
"state": {
"file": "daily-notes/2023-08-04.md",
"file": "daily-notes/2023-07-28.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -111,7 +111,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "daily-notes/2023-08-04.md",
"file": "daily-notes/2023-07-28.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@ -134,7 +134,7 @@
"state": {
"type": "outline",
"state": {
"file": "daily-notes/2023-08-04.md"
"file": "daily-notes/2023-07-28.md"
}
}
},
@ -151,7 +151,7 @@
}
],
"direction": "horizontal",
"width": 380.5
"width": 376.5
},
"left-ribbon": {
"hiddenItems": {
@ -170,46 +170,44 @@
},
"active": "ca0c47367d8e99de",
"lastOpenFiles": [
"daily notes.md",
"daily-notes/2023-07-24.md",
"daily-notes/2023-07-28.md",
"daily-notes/2023-07-26.md",
"daily-notes/2023-07-25.md",
"daily-notes/2023-08-02.md",
"daily-notes/2023-08-03.md",
"daily-notes/2023-08-01.md",
"daily-notes/2023-07-31.md",
"daily-notes/2023-07-30.md",
"daily-notes/2023-08-04.md",
"TalkLinked.md",
"go.md",
"Obsidian.md",
"multiverse/minecraft/Fundy's Mind.md",
"multiverse/humans/mikedmoy.md",
"daily-notes/2023-07-29.md",
"scripts/mirror.sh",
"scripts",
"daily-notes/2023-07-28.md",
"Obsidian.md",
"stash-hub/Pasted image 20230729001553.png",
"stash-hub/Pasted image 20230728235017.png",
"README.md",
"thoughts/essays/Fundy's Mind as interpreted by an autistic.md",
"daily notes.md",
"redirects/golinks.md",
"redirects/golink.md",
"contract.md",
"redirects",
"multiverse/humans/mikedmoy.md",
"thoughts/musings/Working on projects alone.md",
"multiverse/minecraft/Fundy's Mind.md",
"Personal Board.canvas",
"Untitled.canvas",
"multiverse/humans/Untitled.canvas",
"multiverse/misc-lorebooks",
"multiverse/hyunsdojo/Gildedguy Stories.md",
"daily-notes/2023-07-26.md",
"thoughts/musings",
"thoughts/essays",
"thoughts",
"user-manual/User Manual README.md",
"user-manual",
"daily-notes/2023-07-25.md",
"daily-notes/2023-07-24.md",
"stash-hub",
"multiverse/humans",
"daily-notes/2023-W30.md"
"multiverse/hyunsdojo",
"daily-notes/2023-W30.md",
"LICENSE.md",
"CC-BY-SA-4.0.md",
"backend pain.md",
"ajhalili2006.md",
"202307241029.md",
"hello-world.md"
]
}

16
.vscode/settings.json vendored
View File

@ -1,16 +0,0 @@
{
"markdownlint.config": {
"extends": "../.markdownlint.yaml"
}
"files.associations": {
"AUTHORS": "plaintext",
"CONTRIBUTORS": "plaintext"
},
"conventionalCommits.scopes": [
"daily-notes",
"thoughts",
"multiverse",
"uncategorized-notes",
"global"
]
}

22
AUHTORS
View File

@ -1,22 +0,0 @@
# This file exist for copyright purposes as the official
# list of authors for this project, excluding any contributors
# and/or authors from other sources (including third-party packages
# currently imported in this repo via submodules or otherwise).
#
# This file is distinct from the CONTRIBUTORS files.
# See the latter for an explanation.
# Names should be added to this file as:
# Name or Organization <email address>
# If you maintain more than one email addresses, please seperate them
# by space and follow the format stated above.
# The email address is not required for organizations.
# Please keep the list sorted.
#
# You do not need to add entries to this list, and we don't actively
# populate this list. If you do want to be acknowledged explicitly as
# a copyright holder, though, then please send a PR referencing your
# earlier contributions and clarifying whether it's you or your
# company that owns the rights to your contribution.
Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>

View File

@ -1,18 +0,0 @@
# People who either have agreed to the Linux DCO and signed-off their commits
# or have signed one of Recap Time Squad CLAs (excluding any applicable
# assignment agreements specific to this project) and can contribute patches,
# although since this open-source personal project doesn't actively seeks contributions
# this might be rarely updated, just like in AUTHORS.
#
# The AUTHORS file lists the copyright holders; this file lists people.
# For example, like Google, most of the Recap Time Squad members are listed
# here but not in AUTHORS, because we collectively hold the copyright under
# Recap Time Squad. It's possible that someone from the @recaptime-dev org
# is listed in AUTHORS too as initial maintainer.
#
# https://go.recaptime.eu.org/why-dco-by-default + https://go.recaptime.eu.org/linux-dco
# https://go.recaptime.eu.org/cla-individual
# https://go.recaptime.eu.org/cla-corporate
#
# Names should be added to this file as:
# Name <email address>

View File

@ -1,5 +0,0 @@
# Lackadaisy production crew
> This list is non-exhaustive and treat this as a bit outdated. Uses info from the pliot credits.
TBD

View File

@ -9,8 +9,8 @@
# feel free to change clone paths btw
mkdir -pv ~/git/ajhalili2006/digital-garden-ajhalili2006
# technically canonical URL, although use the gitlab one instead
git clone https://git.vern.cc/ajhalili2006/digital-garden ~/git/ajhalili2006/digital-garden-ajhalili2006
# canonical URL
git clone git.vern.cc/ajhalili2006/digital-garden ~/git/ajhalili2006/digital-garden-ajhalili2006
# gitlab
glab repo clone https://mau.dev/andreijiroh.dev/digital-garden ~/git/ajhalili2006/digital-garden-ajhalili2006
@ -19,7 +19,6 @@ glab repo clone https://mau.dev/andreijiroh.dev/digital-garden ~/git/ajhalili200
gh repo clone ajhalili2006/digital-garden ~/git/ajhalili2006/digital-garden-ajhalili2006
```
2. In an active Obsidian workspace, click **Open another vault** -> **Open folder as vault** -> **Open** and navigate to the directory where the repo is cloned.
![](./stash-hub/Pasted%20image%2020230729001553.png)
![](./stash-hub/Pasted%20image%2020230728235017.png)
3. Enjoy pressing the links! (If you have cloned my garden and it doesn't match the vault name used in app redirects, please rename the vault first.)
![[Pasted image 20230729001553.png]]
![[Pasted image 20230728235017.png]]
3. Enjoy pressing the links!

View File

@ -1 +0,0 @@
* [[go]] <https://www.youtube.com/playlist?list=PL3zIYvF1XjLm5mHJu__9-n0SHMZ3qlaIa>

View File

@ -4,5 +4,4 @@ List of [[ajhalili2006]]'s daily note entries, updated on daily basis (depending
| --- | --- | --- |
| [[2023-07-24]] | <https://mau.dev/andreijiroh.dev/digital-garden/-/blob/main/daily-notes/2023-07-24.md> | <obsidian://open?vault=digital-garden-ajhalili2006&file=daily-notes%2F2023-07-24> |
| [[2023-07-28]] | <https://mau.dev/andreijiroh.dev/digital-garden/-/blob/main/daily-notes/2023-07-28.md> | <obsidian://open?vault=digital-garden-ajhalili2006&file=daily-notes%2F2023-07-28>
| [[2023-07-29]] | TBD | TBD
| [[2023-08-04]] | <https://mau.dev/andreijiroh.dev/digital-garden/-/blob/main/daily-notes/2023-08-04.md> | <obsidian://open?vault=digital-garden&file=daily-notes%2F2023-08-04>
| [[2023-07-29]] | TBD | TBD

View File

@ -1 +0,0 @@
N/A

View File

@ -1 +0,0 @@
Bloody hell why I forgot writing this.

View File

@ -1,2 +0,0 @@
* Started over again on my gopass-based vault, with some fixes on git config
* Earlier the day

View File

@ -1,3 +0,0 @@
* Later after midnight, I commit violence against my [[Vaultwarden]] vault and rotated the key, resulting in some items on my personal vault to be missing permanently, so I do some recovery madness before I shoot my foot and nuke the personal vault for good.
* I also take the liberty of safekeeping the backups on a Gitpod workspace until I could dump them into [[recaptime.dev]]'s Storj DCS bucket.
* It's still a bit of pain to have data loss happen, maybe because of TBD.

View File

@ -1,6 +0,0 @@
* Late Night Work
* Successfully migrated database data for [[recaptime.dev]]'s [[Vaultwarden]] and [[Wiki.js]] instance to [[Supabase]], in case of issues on my personal railway.app account.
* Did some manual data restoration on my personal vault after the chaos last night (also exported the pre-key rotation data while in offline mode, which is enough)
* Discoveries and Stuff
* Tried [an commit editor](https://github.com/sonnyp/Commit) for Git instead of using VS Code, although I may change my mind.
* To keep things fine, maybe I'll plan to branch things out on my dotfiles repo soonish.

View File

@ -1 +0,0 @@
TBD

View File

@ -1 +0,0 @@
Go to [[2023-08-04]] instead.

View File

@ -1,16 +0,0 @@
* Earlier from [[2023-08-03]]
* Did the bloody hand laundry finally after weeks of non-stop rainfall chaos in PH.
* OSS work at [[recaptime.dev]]
* Did some obvious Docker and CI related business for [`gh:gitpodify/workspace-images`](https://github.com/gitpodify/workspace-images), especially around pre-commit configs
* `git init` + `bashbox init` for [`gh:gitpodify/dazzle-build-script`](https://github.com/gitpodify/dazzle-build-script) based on the build scripts on `gh:gitpod-io/workspace-images`
* Personal side projects
* Not sure if I could kick on Doctorate lessons and activities for Weeks 2-4
* Across the interwebs
* **[So, about that "Gaming Channel"](https://www.youtube.com/watch?v=UigR53aE6Sg) from [[TechLinked]]'s [[TalkLinked]] podcast**: Behind-the-scenes talk about LMG's new gaming channel, [[GameLinked]].
* **(CW: [[Internet shitfuckery]] ahead)** From [@pot8um@twitter.com](https://twitter.com/pot8um): Look what I found—not [one](https://www.sportskeeda.com/pop-culture/what-john-rich-do-twitter-disabled-person-controversy-explained-country-singer-garners-backlash-online), but [*two*](https://www.dexerto.com/entertainment/john-rich-sparks-backlash-after-disabled-person-calls-him-out-2230953/) articles about the time a country music star [fucked around and found out](https://knowyourmeme.com/memes/fuck-around-and-find-out-fafo).
* Like holy $#!t, why the actual shitfuckery I got this. Maybe I should check my inbox again if it's from Substack or maybe from fedi.
* For context, this involves a bit of ableism or face apperance sort of shitshow. For the love of god, I'll not link the tweet that caused that digital wildfires to be released (go read the news articles above). That madman also pulled the infantilization card to a disabled woman on birdsite hellsite, humorously referred to her as a “poor girl”.
* As an fellow autist, this is depressing to read, especially since the disability community attacked and traumatized since the Covid pandemic began ([@kellyIsSomeOne@twitter.com](https://twitter.com/kellyIsSomeOne))
* Seriously did some obvious [[Lackadaisy]] lorebook reading, both in the currently-archived official wiki and the community-maintained one on Fandom.
* From the trivia section about Rocky and Freckle's laugh: "Where Rocky's crazy-laugh is all manic glee, Freckle's is more like cathartic rage - it would come across a little meaner". [(see original)](https://lackadaisy.fandom.com/wiki/Calvin_%22Freckle%22_Allen_McMurray#cite_note-F20091006-7)"
* As mentioned in the archived wiki, Tracy has stated that Rocky did not complete his primary education. (which is obviously raise my eyebrows)

View File

@ -1,3 +0,0 @@
* Previously on [[2023-08-04]]
* Some bloody Terraforming hellscapes at <https://mau.dev:ajhalili2006-experiments/infra/tf-configs> (see [commits up to this day](https://mau.dev/ajhalili2006-experiments/infra/tf-configs/-/commits/1888f48108790eb89f4649de68ff6b13b7f4821f))
* Mostly just me chilling, doing household chores while digging through Tumblr and play some games on <https://crazygames.com>.

View File

@ -1,9 +0,0 @@
* Previously on [[2023-08-05]]
* Commiting some changes to my [dotfiles for segfault.net container instances](https://github.com/ajhalili2006-experiments/segfault-config-hub/commits/6e15b5502779747ed7e2ab64a3c4baee46572394) and obviously prepped the AUTHORS/CONTRIBUTORS file behind the scenes for legal reasons
* Across the interwebs
* Catching up at 01:00: [**PARANOiD DJ - Liquid Gold ft. Michael Kovach, Belsheber Rusape & Lisa Reimold**](https://www.youtube.com/watch?v=UkxW26M_ZJE) from [[Lackacrew]]
* _"Oh look. Another ParanoidDJ song to live rent free in my head possibly."_ ([comment](https://www.youtube.com/watch?v=UkxW26M_ZJE&lc=UgwFrPMTc_6JlbRPRKd4AaABAg) from [@justindieterich177@youtube.com](https://www.youtube.com/channel/UCkh4fjJCGoqO_UZw5Ek6tkA))
* TODO: Research about ParanoidDJ later.
* In the news: [**Quakers pledge to stand by trans Brits: A gold-standard for ther faiths to follow**](https://www.thepinknews.com/2023/08/01/quakers-trans-pledge-britain/) ([shared via fedi](https://wandering.shop/@Her_Doing/110820541736466531))
* Additional reading: [Towards A Quaker View of Sex](https://exhibits.lgbtran.org/exhibits/show/towards-a-quaker-view-of-sex/read-the-report) via [virtual book exhibit](https://exhibits.lgbtran.org/exhibits/show/towards-a-quaker-view-of-sex) and also [article from Friends Journal](https://www.friendsjournal.org/from-a-quaker-view-of-sex/)
* Live in the birdsite's Spaces: [Tech For Non-Tech Folks](https://twitter.com/i/spaces/1rmxPkMjPwLJN?s=20), hosted by [@AdemoyeJohn@twitter.com](https://twitter.com/AdemoyeJohn) (TODO: archive recording afterwards)

0
go.md
View File

View File

@ -1,4 +1,4 @@
* [[go]] https://gildedguy.com
* Also known in the community as [[gildedguy]]
---
Obsidian tags: #humans #content-creators #animators

View File

@ -1,8 +1,7 @@
> ⚠️ **Content warnings**: May contain mentions and or references to derealization and/or suicide, per [community wiki annotations](https://mau.dev/recaptime-dev/content-moderation/modlog/issues/tbd).
* [[go]] <https://youtu.be/UKIlwncMbqo?si=XgSnLyR-J3qL9qZC&ref=ContextBot-agora>
* [go] <https://youtu.be/UKIlwncMbqo?si=XgSnLyR-J3qL9qZC&ref=ContextBot-agora>
* **Stream archive description**: Fundy is trapped in his own mind on the Dream SMP featured in this recent lore stream.
* As annotated by the community:
* [[ajhalili2006]]: [[Fundy's Mind as interpreted by an autistic]] ([open in GitLab](https://mau.dev/andreijiroh.dev/digital-garden/-/blob/main/thoughts/essays/Fundy's%20Mind%20as%20interpreted%20by%20an%20autistic.md) or in [Obsidian](obsidian://open?vault=digital-garden-ajhalili2006&file=multiverse%2Fminecraft%2FFundy's%20Mind))
* Content warnings: May contain mentions and or references to derealization and/or suicide, per [community wiki annotations](https://mau.dev/recaptime-dev/content-moderation/modlog/issues/tbd).
* As ann
---
Obsidian tags: #lorelorelore #fundy #dsmp #arewefucked #mental-health #kooky-insane-stuff
agora-specifics: #mentalhealth #kookyinsanestuff

View File

@ -1,28 +1,9 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: MPL-2.0
set -x
export GIT_TRACE=1 GIT_TRANSFER_TRACE=1 GIT_CURL_VERBOSE=1
set -xe
REPOS="lab vern hub keybase"
branch="$(git rev-parse --abbrev-ref HEAD)"
for remote in $REPOS; do
# WORKAROUND: git config workaround to make lfs mirroring work outside Keybase.
if [[ $remote == "keybase" ]]; then
git config lfs.standalonetransferagent keybase-lfs
git config --replace-all lfs.lfs.customtransfer.keybase-lfs.path "git-remote-keybase"
git config --replace-all lfs.customtransfer.keybase-lfs.args "lfs origin keybase://private/ajhalili2006/digital-garden"
fi
git lfs push $remote $branch --all
git push $remote $branch
# workaround: needed to avoid erroring out by git when still working on markdown files.
if [[ $remote == "keybase" ]]; then
git config --unset lfs.standalonetransferagent
fi
done
unset GIT_TRACE GIT_CURL_VERBOSE GIT_TRANSFER_TRACE