From 8221dc66babca82105220329ea329367e1ffed5c Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Wed, 4 Mar 2026 16:41:18 -0800 Subject: fix dead links --- about.org | 6 +----- blog/cognition.org | 2 +- config/index.org | 2 +- config/nix.org | 2 +- flake.nix | 1 - mindmap/index.org | 1 + nix | 2 +- 7 files changed, 6 insertions(+), 10 deletions(-) diff --git a/about.org b/about.org index acf4cc6..ebd4638 100644 --- a/about.org +++ b/about.org @@ -13,13 +13,9 @@ #+html_head: #+html_head: -* Webrings -This website is a part of these webrings: -[[https://tommi.space][<]] [[https://nullring.xyz][nullring]] [[https://pen15.agency][>]] - * About Me ** whoami? -[[https://preston.nullring.xyz][Preston Pan]]. Although, that is not really important for the enjoyment of ret2pop, and +Preston Pan. Although, that is not really important for the enjoyment of ret2pop, and it is certainly not the focus at all. Ret2pop is a separate entity, controlled only by the will of Francois. Ret2pop is a relentlessly curious force willing to entertain ideas that are unconventional and unorthodox; Preston Pan is the individual that tries diff --git a/blog/cognition.org b/blog/cognition.org index 01dbcfb..80fe3d7 100644 --- a/blog/cognition.org +++ b/blog/cognition.org @@ -43,7 +43,7 @@ systems of syntax we know of. Let's take a look at the conceptual reason why cog well as some /baremetal cognition/ code (you'll see what I mean by this later). There's a paper about this language available about the language in the repository, for those interested. Understanding cognition might require a lot of background in parsing, tokenization, and syntax, but I've done my best to write this in a very understandable way. -The repository is available at https://github.com/metacrank/cognition, for your information. +The repository is available at https://github.com/metacrank/cognition-rust, for your information. #+CAPTION: The Cognition programming language, logo designed by Matthew Hinton [[file:img/coglogo.png]] diff --git a/config/index.org b/config/index.org index 4ec24b1..17fd3f2 100644 --- a/config/index.org +++ b/config/index.org @@ -7,7 +7,7 @@ #+OPTIONS: broken-links:t * What is this magic? They're configurations for extremely obscure programs I use. Yeah, I know, I'm somewhat of a hipster myself. -Also, this is kind of outdated, because I use my [[https://git.nullring.xyz/toughnix.git/about][NixOS Configuration]] instead. Well, I still use the vanilla +Also, this is kind of outdated, because I use my [[https://git.nullring.xyz/monorepo.git/][NixOS Configuration]] instead. Well, I still use the vanilla (not doom) emacs configuration. ** Configurations Here is a list of my configurations for various programs: diff --git a/config/nix.org b/config/nix.org index 6da93f9..fa44816 100644 --- a/config/nix.org +++ b/config/nix.org @@ -4497,7 +4497,7 @@ standard. build-installer = "nix build $HOME/monorepo/nix#nixosConfigurations.installer.config.system.build.isoImage"; rb = "sudo nixos-rebuild switch --flake $HOME/monorepo/nix#${systemHostName}"; nfu = "cd ~/monorepo/nix && git add . && git commit -m \"new flake lock\" && nix flake update"; - usync = "rsync -azvP --chmod=\"Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r\" ~/website_html/ root@${config.monorepo.vars.remoteHost}:/var/www/${config.monorepo.vars.internetName}-website/"; + usync = "rsync -azvP --chmod=\"Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r\" ~/monorepo/result/ root@${config.monorepo.vars.remoteHost}:/var/www/${config.monorepo.vars.internetName}-website/"; usite = "cd ~/src/publish-org-roam-ui && bash local.sh && rm -rf ~/website_html/graph_view; cp -r ~/src/publish-org-roam-ui/out ~/website_html/graph_view && rsync -azvP --chmod=\"Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r\" ~/website_html/ root@${config.monorepo.vars.remoteHost}:/var/www/${config.monorepo.vars.internetName}-website/"; sai = "eval \"$(ssh-agent -s)\" && ssh-add ~/.ssh/id_ed25519 && ssh-add -l"; diff --git a/flake.nix b/flake.nix index 1b88f90..a1328d3 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,6 @@ fi RESULT_PATH=$(nix build .#website --no-link --print-out-paths) if [ -d "$RESULT_PATH" ]; then echo "Running lychee link check..." - # TODO else echo "Website build failed, skipping lychee." exit 1 diff --git a/mindmap/index.org b/mindmap/index.org index cecf96e..b2b6912 100644 --- a/mindmap/index.org +++ b/mindmap/index.org @@ -82,6 +82,7 @@ No you don't. That being said, if you really want the list of all articles, here - [[file:infinity.org][infinity]] - [[file:inheritance.org][inheritance]] - [[file:inner product space.org][inner product space]] +- [[file:interpreter.org][interpreter]] - [[file:inverse square.org][inverse square]] - [[file:Kirchhoff's Laws.org][Kirchhoff's Laws]] - [[file:L_{2} space.org][L_{2} space]] diff --git a/nix b/nix index bd540a2..311e8a9 160000 --- a/nix +++ b/nix @@ -1 +1 @@ -Subproject commit bd540a2121f3107cb3f9385114688eb99c2316c3 +Subproject commit 311e8a9a63773d8167b6e2eb5375712d6de581a9 -- cgit v1.3