diff options
| -rw-r--r-- | about.org | 6 | ||||
| -rw-r--r-- | blog/cognition.org | 2 | ||||
| -rw-r--r-- | config/index.org | 2 | ||||
| -rw-r--r-- | config/nix.org | 2 | ||||
| -rw-r--r-- | flake.nix | 1 | ||||
| -rw-r--r-- | mindmap/index.org | 1 | ||||
| m--------- | nix | 0 |
7 files changed, 5 insertions, 9 deletions
@@ -13,13 +13,9 @@ #+html_head: <meta name="msapplication-TileColor" content="#da532c"> #+html_head: <meta name="theme-color" content="#ffffff"> -* 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"; @@ -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 -Subproject bd540a2121f3107cb3f9385114688eb99c2316c +Subproject 311e8a9a63773d8167b6e2eb5375712d6de581a |
