diff --git a/mkdocs.yml b/mkdocs.yml index 5df0a795264e81529ac39de454ade3be12d2674f..f38873f2bea6e4c374bb75fefe6540462caead5d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,8 @@ # yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json site_name: ~ajhalili2006's personal wiki + digital garden site_author: "Andrei Jiroh Halili" +copyright: >- + Copyright 2025 Andrei Jiroh Halili. Licensed under CC-BY-SA-4.0 site_url: https://wiki.andreijiroh.dev repo_name: sources @@ -30,7 +32,7 @@ theme: quote: octicons/quote-16 favicon: assets/branding/default-favicon_512.png features: - #- announce.dismiss + - announce.dismiss - content.action.edit - content.action.view - content.code.annotate @@ -82,7 +84,7 @@ markdown_extensions: - md_in_html - meta - wikilinks: - base_url: https://wiki.andreijiroh.xyz/go/ + base_url: https://wiki.andreijiroh.dev/go/ - toc: permalink: true - pymdownx.arithmatex: @@ -129,10 +131,12 @@ markdown_extensions: nav: - Meta: - index.md - - tags.md - - migration-progress.md - golinks.md - - copyright.md + - migration-progress.md + - Meta: + - "Content Tags": tags.md + - Contribute: contributing.md + - Copyright: copyright.md - Digital Garden: - garden/index.md - garden/foam.md @@ -143,13 +147,21 @@ nav: - Context behind username (and more): garden/ajhalili2006.md - garden/digital-hoarding.md - Tools and Cookbooks: + - garden/tools/index.md - Linux: - garden/linux/index.md - Dotfiles: garden/linux/dotfiles.md - NixOS configs and friends: garden/linux/nixops-config.md + - Homelabs and InfraOps: garden/infraops/index.md - Service Accounts: - "GitHub and friends": garden/tools/github-bot.md - garden/tools/dotenv-tools.md + - Cookbooks: + - cookbooks/index.md + - Nixpkgs: + - cookbooks/linux/nixpkgs/index.md + - Setting up for NixOS: cookbooks/linux/nixpkgs/setup-new-machine.md + - Dependency Updates: cookbooks/dep-update.md - Multiverse: - Hack Club: - multiverse/hackclub/index.md @@ -164,7 +176,12 @@ nav: - Episodes: - Story 8: multiverse/stellapent-cier/gildedguy-story-8.md - Hermitcraft: - - World Downloads: multiverse/hermitcraft/hermitcraft-world-downloads-mirror.md + - World Downloads Mirror: multiverse/hermitcraft/world-downloads-mirror.md + - "Jiroh's Kooky Insane Stuff": + - kooky-insane-stuff/index.md + - Autistic Vocabulary: + - SABDFL: kooky-insane-stuff/vocabulary/sabdfl.md + - The Burnout Bus: kooky-insane-stuff/vocabulary/hit-by-burnout-bus.md plugins: - search @@ -215,9 +232,13 @@ plugins: #- meta - redirects: redirect_maps: - "garden/daily-notes/posts/2024-06-08.md": garden/daily-notes/posts/2024-06-09.md - "garden/daily-notes/posts/2024-06-10.md": garden/daily-notes/posts/2024-06-12.md - "garden/daily-notes/posts/2024-06-11.md": garden/daily-notes/posts/2024-06-12.md + "garden/daily-notes/2024-06-08.md": garden/daily-notes/posts/2024-06-09.md + "garden/daily-notes/2024-06-10.md": garden/daily-notes/posts/2024-06-12.md + "garden/daily-notes/2024-06-11.md": garden/daily-notes/posts/2024-06-12.md + "garden/daily-notes/2025-01-10.md": garden/daily-notes/posts/2025-01-12.md + "garden/daily-notes/2025-01-11.md": garden/daily-notes/posts/2025-01-12.md + "multiverse/hermitcraft/hermitcraft-world-downloads-mirror.md": multiverse/hermitcraft/world-downloads-mirror.md + "cookbooks/linux/nixpkgs-setup-new-machine.md": "cookbooks/linux/nixpkgs/setup-new-machine.md" hooks: - overrides/hooks/magiclinks_rewriter.py @@ -230,6 +251,11 @@ extra: - icon: simple/bluesky link: https://bsky.app/profile/did:plc:wcx4c3osbuzrwmxkqdfqygwv name: bsky + - icon: simple/ghost + link: https://blog.andreijiroh.dev - icon: simple/substack link: https://substack.com/@ajhalili2006 name: substack + - icon: octicons/globe-24 + link: https://andreijiroh.dev + name: website diff --git a/overrides/main.html b/overrides/main.html index 19af5e8f3c18c9742bb38cf4c6842a469ffc786d..c12601d398250e73595c494a5d432201874dda7a 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -17,7 +17,9 @@ SPDX-License-Identifier: MIT <!-- announcements --> {% block announce %} <img alt="🚧" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/1f44b.svg" title=":construction:"> - <strong>Welcome aboard to my digital garden, Hack Clubbers!</strong> I'm still cooking some wiki pages, and <a href="/migration-progress">merging things from different places</a> behind the scenes. Happy shipping on <a href="/multiverse/hackclub/ysws/high-seas">the high seas</a> by the way. + <strong>Welcome aboard to my digital garden, Hack Clubbers!</strong> I'm still cooking some wiki pages (sorry for the broken links), + and <a href="/migration-progress">merging things from different places</a> behind the scenes. + Happy shipping at <a href="/multiverse/hackclub/ysws/high-seas">the high seas</a> by the way. {% endblock %} {% block container %} <div class="md-content" data-md-component="content"> diff --git a/src/_redirects b/src/_redirects index de25b3a0eb01d9d55fb19ba7dd3fde4fb0158754..ec0e8b299380d99a3e71b6a76e9e2b437e06b0ab 100644 --- a/src/_redirects +++ b/src/_redirects @@ -1 +1,4 @@ -/go/ajhalili2006 https://garden.andreijiroh.eu.org/garden/ajhalili2006/ \ No newline at end of file +/go/:wikilink https://go.andreijiroh.dev/wiki/:wikilink +/garden/username /garden/ajhalili2006 +/user-manual/* /garden/user-manual/:splat +/user-manual /garden/user-manual \ No newline at end of file diff --git a/src/contributing.md b/src/contributing.md new file mode 100644 index 0000000000000000000000000000000000000000..08c4045314d722fcdb4cfca115f303018c3a533b --- /dev/null +++ b/src/contributing.md @@ -0,0 +1,12 @@ +--- +title: Contributing to the digital garden +description: Corrections? Need to slap some images? I'm up for patches! +tags: +- meta +--- + +# Contributing guidelines + +Hello and thanks for your interest in contributing to my digital garden! +While most of my digital garden's content here is maintained on my free time + diff --git a/src/cookbooks/dep-update.md b/src/cookbooks/dep-update.md index 3b9b62798a8726de88043b30c3801aa8f4756d34..70b94f4f0327b60a8f27b3cf19d661a2cdb11ce1 100644 --- a/src/cookbooks/dep-update.md +++ b/src/cookbooks/dep-update.md @@ -1,8 +1,55 @@ --- +title: Dependency Updates +description: How do I do package updates across ecosystems. tags: - cookbooks +- linux --- # Dependency Updates Cookbook -## Dependabot +Here's where I document how do I do software upgrades on my Linux setups, as +well as my projects. It's still being ironed out behind the scenes and +incomplete but working onto it. + +## Automated + +### Dependabot + +TBD + +### Docker + +In Portainer (at least in Nest), we can upgrade container images via a cronjob or sending +a regular webhook via `git push` to the repo. + +In the future, I might simplify this setup with something like [dinu](https://github.com/crazy-max/diun) and similar tools. + +## Manual + +### Nix + +Since both NixOS and home-manager configurations are managed as a flake, +a quick `nix flake update` should update the lockfiles to the latest +commit hashes and `nixos-rebuild <switch|boot>` plus `home-manager switch` +should do the trick. + +For Flakes-based setup installed via `nix profile`: + +```bash +nix profile upgrade --all +``` + +For the legacy `nix-env` installs: + +```bash +nix-env tbd +``` + +### Python + +For projects using `pipenv`: + +```bash +pipenv update # updates lockfile and install updated deps +``` diff --git a/src/cookbooks/index.md b/src/cookbooks/index.md new file mode 100644 index 0000000000000000000000000000000000000000..44672b70f49158425c2b027cc7cbc06c1e955918 --- /dev/null +++ b/src/cookbooks/index.md @@ -0,0 +1,16 @@ +--- +title: Andrei Jiroh's cookbooks +description: Not necessary food recipes here. +tags: +- cookbooks +- meta +--- + +# Cookbooks Collection + +Not necessary food recipes here but most of them are tech-related and then +some. + +* [Dependency Updates](./dep-update.md) +* Nixpkgs + Linux + * [Setting up for NixOS](./linux/nixpkgs/setup-new-machine.md) diff --git a/src/cookbooks/linux/nixpkgs/index.md b/src/cookbooks/linux/nixpkgs/index.md new file mode 100644 index 0000000000000000000000000000000000000000..487645f676b9135d13bdf5eade094406d9b0befa --- /dev/null +++ b/src/cookbooks/linux/nixpkgs/index.md @@ -0,0 +1,10 @@ +--- +title: All Things Nixpkgs +description: From NixOS to packaging for Nix and everything in between. +--- + +# All Things Nixpkgs and NixOS + +Collection of + +* [Setting up](./setup-new-machine.md) \ No newline at end of file diff --git a/src/cookbooks/linux/nixpkgs/setup-new-machine.md b/src/cookbooks/linux/nixpkgs/setup-new-machine.md new file mode 100644 index 0000000000000000000000000000000000000000..fda4f76fc851d059ca55a6784d3085674a7c927e --- /dev/null +++ b/src/cookbooks/linux/nixpkgs/setup-new-machine.md @@ -0,0 +1,9 @@ +--- +title: Setting up a new machine with Nixpkgs or NixOS +tags: +- linux +- homelab +- nixpkgs +--- + +# Setting up a new machine with Nixpkgs or NixOS \ No newline at end of file diff --git a/src/garden/daily-notes/posts/2025-01-12.md b/src/garden/daily-notes/posts/2025-01-12.md new file mode 100644 index 0000000000000000000000000000000000000000..9761296581df2fc0acdfad5909a7fe9ca2566648 --- /dev/null +++ b/src/garden/daily-notes/posts/2025-01-12.md @@ -0,0 +1,49 @@ +--- +title: Daily Note 2025-01-12 +description: What's been cooking +authors: [ajhalili2006] +date: 2025-01-12 +slug: daily-note-20250112 +categories: +- Weekly Dump +- Personal Stuff +- School +tags: +- daily note +- weekly dump +- holidays wrap +--- + +# Daily Note 2025-01-10 / Holidays + Weekly Dump from 2024-12-21 to 2025-01-12 + +!!! warning "Hack Club Slack links ahead" + To access them, you must be [in the Slack](https://hackclub.com/slack) (high schoolers 18 and below if you are not yet there) + +Here's what I been cooking behind the scenes for today, as well as +the holidays dump during the break (2024-12-21 to 2025-01-05) and this +school week (2025-01-06 to 2025-01-10), as well as the weekends +(2025-01-11 and 2025-01-12). + +I know it's a long break from both doing the daily notes and the long-form +blog content, mainly because of school and being hit by the burnout bus. + +## Holidays Dump 2024 + +Now let's talk about what in the living hellscape happened I did during the holidays +break, which involves [High Seas Sticky Holidays](https://hackclub.slack.com/archives/C07TNAZGMHS/p1734472089956779): + +* literally shipped [RecapTime.dev Website](https://github.com/recaptime-dev/website/tree/labs/mkdocs-material) before the midnight of January 1, 2025 + * last project to ship before midnight (PH Standard Time): [SpinStack - Vinyl Record Manager](https://hackclub.slack.com/archives/C07UA18MXBJ/p1735660732744849) by [Oliver Potter](https://hackclub.slack.com/team/U078VEJRBR7) ([repo](https://github.com/opott/SpinStack), [demo](https://github.com/opott/SpinStack)) +* cooking up between [HCB Explorer Discord bot](https://github.com/recaptime-dev/hcb-explorer-discord) and [Hack Club Leeksbot](https://github.com/recaptime-dev/hackclub-leeksbot) behind the scenes +* probably resting between dev work and chores +* switching to NixOS with flake-based setup, alongside using `home-manager` + +## School Week 2025-01-06 to 2025-01-10 + +* preparing for upcoming Work Immersion schedule on February, among other things +* shipped Leeksbot and dotfiles + NixOS configurations, seperated by just a day +* done a lot of voting at the Wonderdome to bring my projects for other to vote, got the sea's blessings for a extra 20% doubloons + +## The Weekends 2025-01-11 and 2025-01-12 + +TODO to self: go write this after [[High Seas]] diff --git a/src/garden/infraops/homelab.md b/src/garden/infraops/homelab.md new file mode 100644 index 0000000000000000000000000000000000000000..c17767080778e1cea9ff72e4c9aeb5509296f3fd --- /dev/null +++ b/src/garden/infraops/homelab.md @@ -0,0 +1 @@ +# ~ajhalili2006's homelab \ No newline at end of file diff --git a/src/garden/infraops/index.md b/src/garden/infraops/index.md index 4c0c3e038de1a8ec02037ac14868ab6aa0bf1533..36ebf4b969f91eba89e0ebf9480c9554cdacfa2b 100644 --- a/src/garden/infraops/index.md +++ b/src/garden/infraops/index.md @@ -10,6 +10,7 @@ title: Homelabs and InfraOps ## Repositories * [Nix flake-based configs for NixOS and friends](../linux/nixops-config.md) +* [Homelab](./homelab.md) ### Recap Time Squad specifics diff --git a/src/index.md b/src/index.md index 1940e867be6d075d7a4694de25542ee19aeae81e..e8cd9a08945a17b890633beb4a05a8be5c6fadbb 100644 --- a/src/index.md +++ b/src/index.md @@ -7,7 +7,7 @@ tags: <div class="hidden"> <hr> -<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> +<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.dev</a>.</strong> <hr> </div> @@ -17,18 +17,21 @@ This is the website version of the following repositories from @[[ajhalili2006]] * [Kooky Insane Stuff](https://github.com/ajhalili2006-experiments/kooky-insane-stuff) * [The old Digital Garden repo](https://mau.dev/andreijiroh.dev/digital-garden) -* [Autistic Life Notebook, Markdownified](https://github.com/ajhalili2006/autistic-life-notebook) The former two will be merged here and their former homes be converted into redirect pointers (to not break backlinks in Agora), alongside some cleanups. -The last one is still being decided on in the future. +If you are looking for his Autistic Life Notebook, it is on [Traumatized Autists Department][ttad]. ## The Starter Pack * [Personal README, extended edition](./garden/ajhalili2006.md) * [Daily notes and status updates feed](./garden/daily-notes/index.md) or [learn more about them](./garden/daily-note.md) * [In the multifandom multiverse](./multiverse/index.md) +* [Kooky Insane Stuff](./kooky-insane-stuff/index.md) ## More from Andrei Jiroh -* [Personal user manual](https://andreijiroh.xyz/user-manual) +* [Personal user manual](https://andreijiroh.dev/user-manual) +* [Recap Time Squad Wiki](https://wiki.recaptime.dev) + +[ttad]: https://github.com/traumatizedautists/notes diff --git a/src/kooky-insane-stuff/index.md b/src/kooky-insane-stuff/index.md new file mode 100644 index 0000000000000000000000000000000000000000..16bee092d64bc0858cafd821a62028675ebeb5d5 --- /dev/null +++ b/src/kooky-insane-stuff/index.md @@ -0,0 +1,34 @@ +--- +title: Jiroh's Kooky Insane Stuff +description: No this is not Nori's for some reason (cue the Murder Drones references for spoilers). +tags: +- kooky insane stuff +- meta +--- + +# Jiroh's Kooky Insane Stuff + +!!! warning "Migration in progress" + After some time, I'll be start to migrate wiki contents from [the former repo] into + this section (and other places) in the wiki. + +[](https://murder-drones.fandom.com/wiki/The_Promening#Plot){loading=lazy} + +This section contains unhinged-as-hell fanfiction ideas, drafts for my blog that you shouldn't go +other than the spoiler tag and cursed ship names, and even some politics and internet shitfuckery +in between (bet no one will dare to dig anyone's digital graves) like Uzi Doorman in Murder Drones. + +Don't worry, he's probably fine other than the regular internalized ableism and too much on +"beating himself up harder every time he fucked up" as (actually) Autistic (currently [masking like hell IRL][masking-hell-tweet], +but working on it behind the scenes) person. + +## What's in here? + +## Anything else + +* [`../garden`](../garden/index.md) - digital garden +* [`../multiverse`](../multiverse/index.md) - multifandom related notes, and community related stuff +* [Recap Time Squad Wiki](https://wiki.recaptime.dev) + +[the former repo]: https://github.com/ajhalili2006-experiments/kooky-insane-stuff +[masking-hell-tweet]: https://twitter.com/ajhalili2006/status/1640025400263999489?s=20 diff --git a/src/kooky-insane-stuff/vocabulary/hit-by-burnout-bus.md b/src/kooky-insane-stuff/vocabulary/hit-by-burnout-bus.md new file mode 100644 index 0000000000000000000000000000000000000000..e4e66dff4d7b0c5cd7b42680b177d0b4f8d1185b --- /dev/null +++ b/src/kooky-insane-stuff/vocabulary/hit-by-burnout-bus.md @@ -0,0 +1,19 @@ +--- +description: TBD +tags: +- kooky insane stuff +- autistic vocabulary +--- + +# Getting hit by the burnout bus + +* [[go]] https://www.linkedin.com/pulse/3-ways-get-off-burnout-bus-laura-burton + * Bus factor Wikipedia page: https://en.wikipedia.org/wiki/Bus_factor +* @ajhalili2006's rendition of the [[bus factor]], but in the context of (autistic)[^1] burnout + +## meme version + + + +[^1]: For the technicalities, I place the word `autistic` behind `( )` because burnout can be different +on both autistic and non-autistic people diff --git a/src/kooky-insane-stuff/vocabulary/index.md b/src/kooky-insane-stuff/vocabulary/index.md new file mode 100644 index 0000000000000000000000000000000000000000..e5381b469657306f688362547bb26efbeff15271 --- /dev/null +++ b/src/kooky-insane-stuff/vocabulary/index.md @@ -0,0 +1,14 @@ +--- +tags: +- kooky insane stuff +- autistic vocabulary +--- + +# My personal vocabulary + +Notes on how I use these words and phrases on daily use, among other things. +Some of them are imported/adapted from different communities while others +might be remixed. + +* [Burnout Bus](./hit-by-burnout-bus.md) +* [SABDFL](./sabdfl.md) diff --git a/src/kooky-insane-stuff/vocabulary/sabdfl.md b/src/kooky-insane-stuff/vocabulary/sabdfl.md new file mode 100644 index 0000000000000000000000000000000000000000..41f839dbf58e1be6c871b8f7486f7410c5e6e826 --- /dev/null +++ b/src/kooky-insane-stuff/vocabulary/sabdfl.md @@ -0,0 +1,16 @@ +--- +description: (Self Assigned) Benelovent Dictator for Life +tags: +- kooky insane stuff +- autistic vocabulary +--- + +# SABDFL + +* [[go]] https://en.wikipedia.org/wiki/Mark_Shuttleworth +* Self-assigned benelovent dictator for life, as first used by Ubuntu Project founder, currently used by @ajhalili2006 at [Recap Time Squad] +* GenAI-guided research for the uninitialized, plus additional resources: + * [Gemini chat history archive](https://g.co/gemini/share/3dc1219581a6) ([Google Docs edition](https://docs.google.com/document/d/1tq4I11TgQ2Jb0aYTmlGHIDSLEwCZ7CvbrOuMJepInyg/edit?usp=sharing)) + * [Ubuntu wiki page](https://wiki.ubuntu.com/MarkShuttleworth) + +[Recap Time Squad]: https://recaptime.dev diff --git a/src/multiverse/hackclub/hcb.md b/src/multiverse/hackclub/hcb.md index 76834ce8a5ed2a4a5d7042668ad304f9f72bec72..665787cb5b5a478c237ffef36f3bc5d188dd6230 100644 --- a/src/multiverse/hackclub/hcb.md +++ b/src/multiverse/hackclub/hcb.md @@ -8,11 +8,13 @@ description: Hack Club's fiscal sponsorship program for high-school clubs and no * [[go]] https://hackclub.com/fiscal-sponsorship * In a nutshell: Hack Club's in-house platform[^1] for its [fiscal sponsorship program][wikipedia] for high schoolers-led clubs, hackathons and nonprofits, [previously Hack Club Bank](https://changelog.hcb.hackclub.com/hack-club-bank-is-now-hcb-273207) * benefits - * restricted fund under a US 501(c)(3) legal entity - * dedicated point of contact with 24-hour SLA on weekdays + * restricted fund under a US 501(c)(3) legal entity with dedicated account details on [Column](https://column.com) + * note that Direct Debit is disabled on these accounts, so you have to manually transfer funds back to Stripe for refunds + * dedicated point of contact with 24-hour SLA on weekdays via email/HC Slack (for high schoolers and alumni) * discounts and perks from its partners (see **Perks** page once activated) -* tech stack (currently not open-source at the moment) - * Ruby on Rails for backend, hosted on Heroku[^2] + * most non-profit programs from companies like Google don't allow fiscally-sponsored orgs due to requirements like DUNS number and other things +* tech stack (currently not open-source at the moment)[^2] + * Ruby on Rails for backend, hosted on Heroku * Stripe for [processing online donations](https://stripe.com/payments), [invoices](https://stripe.com/invoicing) and [virtual/physical cards](https://stripe.com/issuing) * [Column](https://column.com) for bank account details for each organization, virtual check deposits and bank transfers (both incoming and outgoing over ACH/wire) * launch post from 2019 in Medium: https://medium.com/hackclub/hack-club-bank-is-now-live-for-everyone-including-you-884f7f54836f diff --git a/src/multiverse/hackclub/index.md b/src/multiverse/hackclub/index.md index cf9b216916a9b77eed9804bc08b3b24cc37e55c9..d0e701ca602c85a79248efe9052fbf24321225e3 100644 --- a/src/multiverse/hackclub/index.md +++ b/src/multiverse/hackclub/index.md @@ -1,6 +1,8 @@ --- title: Hack Club HQ - +description: A worldwide community of high school hackers. By the students, for the students. +tags: +- Hack Club --- # Hack Club HQ \ No newline at end of file diff --git a/src/multiverse/hackclub/ysws/arcade.md b/src/multiverse/hackclub/ysws/arcade.md new file mode 100644 index 0000000000000000000000000000000000000000..fb99181edac75e175b0417a19287a815e33a457c --- /dev/null +++ b/src/multiverse/hackclub/ysws/arcade.md @@ -0,0 +1,16 @@ +--- +title: Hack Club Arcade +description: The summer is yours for the making. +tags: +- Hack Club +- YSWS +--- + +# Hack Club Arcade + +* [[go]] https://hackclub.com/arcade +* First YSWS event I joined, also Hack Club's general-purpose summer YSWS + +## What did I got shipped? + +TBD diff --git a/src/multiverse/hackclub/ysws/high-seas.md b/src/multiverse/hackclub/ysws/high-seas.md index 4900b1d1d2ba98d4cf6104a5cb88cf2a71ea999d..9bbc9ddd61d92d5b825beb8e1a752d899661cd1d 100644 --- a/src/multiverse/hackclub/ysws/high-seas.md +++ b/src/multiverse/hackclub/ysws/high-seas.md @@ -15,19 +15,30 @@ tags: ## Timeline +* 2024-10-03 to 10-24 - Beta testing period for the MVP features under `Low Skies` * 2024-10-30 - GitHub Universe 2024 launch with Acon Lin -## What's shipped +## What's shipped during High Seas For the curious, here are the projects I shipped during High Seas: ### New projects * [`mkdocs-hackclub`](https://hackclub.mkdocs.lorebooks.wiki) - Mkdocs theme with Hack Club's CSS theme -* [HCB Explorer Discord app](https://github.com/recaptime-dev/hcb-explorer-discord) - **shipping soon** +* [HCB Explorer Discord app](https://github.com/recaptime-dev/hcb-explorer-discord) - The Discord version of HCB Stalker Slack app. +* [Community Lorebooks Subdomain Registry](https://github.com/lorebooks-wiki/registry) - Subdomain registry and API for Community Lorebooks' subdomain service +* [`golinkctl`](https://github.com/recaptime-dev/golinkctl) - manage your golinks within your tailnet (install via `deno install -gAfr jsr:@recaptime-dev/golinkctl`) ### Updates -* [Community Lorebooks website + docs](https://github.com/lorebooks-wiki/homepage) ([demo](https://lorebooks.wiki)) -* [Hack Club Leeks Bot](https://github.com/recaptime-dev/hackclub-leeksbot) - **recently shipped!** The companion Slack app for all the leeks -* [RecapTime.dev website](https://github.com/recaptime-dev/website) ([demo](https://recaptime.dev)) - **recently shipped!** Recap Time Squad's website in Material for Mkdocs +* [RecapTime.dev website](https://github.com/recaptime-dev/website) ([demo](https://recaptime.dev)) - Recap Time Squad's website in Material for Mkdocs +* [Dotfiles + Nix flake based configs for NixOS and home-manager](https://github.com/andreijiroh-dev/nixops-config) - My dotfiles and Nix flake configuration for NixOS and home-manager +* [Homelab IaaC](https://github.com/andreijiroh-dev/infraops) - tbd +* [Community Lorebooks website + docs](https://github.com/lorebooks-wiki/homepage) ([demo](https://lorebooks.wiki)) - Website and docs for Community Lorebooks +* [RecapTime.dev Infra](https://github.com/recaptime-dev/infraops) - **shipping soon** + +### Shipped during Low Skies + +These are the things I did shipped during Low Skies + +* [Hack Club Leeks Bot](https://github.com/recaptime-dev/hackclub-leeksbot) - The companion Slack app for all the leeks in the Hack Club Slack diff --git a/src/multiverse/hermitcraft/hermitcraft-world-downloads-mirror.md b/src/multiverse/hermitcraft/world-downloads-mirror.md similarity index 58% rename from src/multiverse/hermitcraft/hermitcraft-world-downloads-mirror.md rename to src/multiverse/hermitcraft/world-downloads-mirror.md index 250c0726aaddb7e4b200d638879413fe6e3f6a42..b538791034f32691bf82c180665d95cd3099fb20 100644 --- a/src/multiverse/hermitcraft/hermitcraft-world-downloads-mirror.md +++ b/src/multiverse/hermitcraft/world-downloads-mirror.md @@ -5,11 +5,18 @@ `#world-download` channel ([deeplink]) and look for pinned messages for up-to-date information on mirrors. +My mirror of the Hermitcraft world downloads are hosted on Storj DCS as an additional +mirror under the Community Lorebooks project by Recap Time Squad. + [subcord]: https://discord.gg/YQ5ctu5xXw [deeplink]: https://discord.com/channels/238150947035938816/681915555720331285 ## Accessing the mirrors +!!! warning "Mirrors are currently down at the moment" + I'll be migrating the underlying bucket to Recap Time Squad's Storj DCS account + and switching things up for the custom bucket domain soon. + ## Mirror Status | Season and Format | Status | Tracking Issue | @@ -18,6 +25,9 @@ | [Season 9 - Vanilla Java](https://mc.cdn.andreijiroh.xyz/hermitcraft/vanila-s9/hermitcraft9.zip) | Available | | | [Season 9 - Bedrock](https://mc.cdn.andreijiroh.xyz/hermitcraft/vanila-s9/hermitcraft9.mcworld) | Available | | -## Contact Information +## Contact Information and Donations + +If things go wrong or for any inquires, [visit my contact page](https://andreijiroh.dev/contact). -If things go wrong or for any inquires, [visit my contact page](https://andreijiroh.xyz/contact). +This service is available as a [Community Lorebooks](https://lorebooks.wiki) project +by Recap Time Squad. Donations are not only needed but also appericated