changelog shortlog graph tags branches files raw help

Mercurial > org > blog / changeset: fix

changeset 7: 75a5e58ccac9
parent 6: c82ce64cbdb3
child 8: 281364f7d110
author: ellis <ellis@rwest.io>
date: Mon, 10 Jul 2023 21:00:05 -0400
files: art.org books.org c.org compilers.org ideas.org lang.org python.org rust.org virt.org
description: fix
     1.1--- a/art.org	Mon Jul 10 13:19:55 2023 -0400
     1.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3@@ -1,12 +0,0 @@
     1.4-#+TITLE: Art
     1.5-Art is one of the crowning achievements of man-kind and is worth
     1.6-understanding. Although there are many interesting examples of /works
     1.7-of art/, they're not what we're after.
     1.8-
     1.9-Here, we discuss Art in a very metaphysical fashion. We treat it as a
    1.10-means of debate: Philosophy. Our goal is not to form a deeper
    1.11-appreciation of works of art, but instead to /pilfer/ the methods and
    1.12-techniques which make works and apply them to our own
    1.13-processes. Although appreciation often occurs as a result of studying
    1.14-the Philosophy of Art, this is merely a side-effect. The building
    1.15-material is far more valuable.
     2.1--- a/books.org	Mon Jul 10 13:19:55 2023 -0400
     2.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3@@ -1,1 +0,0 @@
     2.4-#+TITLE: books
     3.1--- a/c.org	Mon Jul 10 13:19:55 2023 -0400
     3.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3@@ -1,2 +0,0 @@
     3.4-#+TITLE: C
     3.5-These notes are relevant to the C Programming Language.
     4.1--- a/compilers.org	Mon Jul 10 13:19:55 2023 -0400
     4.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3@@ -1,3 +0,0 @@
     4.4-#+TITLE: compilers
     4.5-This page is all about compilers.. how they work, why we need them,
     4.6-novel concepts, and implementation references.
     5.1--- a/ideas.org	Mon Jul 10 13:19:55 2023 -0400
     5.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3@@ -1,73 +0,0 @@
     5.4-#+TITLE: ideas
     5.5-#+SEQ_TODO: TODO WIP RFC | DONE CLOSED
     5.6-This is a running list of ideas. Most of these are tools, libraries,
     5.7-projects, etc but anything is fair game. :)
     5.8-* TODO shed
     5.9-:PROPERTIES:
    5.10-:ID:       fc9a94e1-91c5-4915-90b8-73218fa3b8bc
    5.11-:END:
    5.12-:LOGBOOK:
    5.13-- State "TODO"       from              [2023-04-07 Fri 23:24]
    5.14-:END:
    5.15-rlib
    5.16-> ulib
    5.17-> ulib
    5.18-> ulib
    5.19-> ulib
    5.20-
    5.21-** TODO sh* tools
    5.22-:PROPERTIES:
    5.23-:ID:       c0613a13-7ccb-4af9-b47e-e14a41c782c2
    5.24-:END:
    5.25-:LOGBOOK:
    5.26-- State "TODO"       from "TODO"       [2023-04-07 Fri 23:22]
    5.27-:END:
    5.28-shc,shx,etc
    5.29-* TODO packy
    5.30-:LOGBOOK:
    5.31-- State "TODO"       from              [2023-04-07 Fri 23:33]
    5.32-:END:
    5.33-** WIP rust
    5.34-** WIP common-lisp
    5.35-** WIP emacs-lisp
    5.36-** python
    5.37-** julia
    5.38-** C
    5.39-** C++
    5.40-* TODO tenex
    5.41-:LOGBOOK:
    5.42-- State "TODO"       from              [2023-04-07 Fri 23:52]
    5.43-:END:
    5.44-* TODO mpk
    5.45-:LOGBOOK:
    5.46-- State "TODO"       from              [2023-04-07 Fri 23:52]
    5.47-:END:
    5.48-* TODO cfg
    5.49-:LOGBOOK:
    5.50-- State "TODO"       from              [2023-04-07 Fri 23:34]
    5.51-:END:
    5.52-* TODO obj
    5.53-:LOGBOOK:
    5.54-- State "TODO"       from              [2023-04-07 Fri 23:51]
    5.55-:END:
    5.56-split out from rlib to separate package
    5.57-- a purely OOP class library
    5.58-* TODO lab
    5.59-:LOGBOOK:
    5.60-- State "TODO"       from              [2023-04-07 Fri 23:34]
    5.61-:END:
    5.62-* TODO source categories
    5.63-- need a way of extracting metadata from a repo
    5.64-- need ability to search and query libs/packages
    5.65-- separate modules based on where they belong in our stack?
    5.66-  - app
    5.67-  - lib
    5.68-  - script?
    5.69-  - dist
    5.70-    - software distros
    5.71-* TODO generic query language
    5.72-from obj protocol?
    5.73-* TODO bbdb
    5.74-insidious Big Brother database.
    5.75-- an application built with obj
    5.76-- sql
     6.1--- a/lang.org	Mon Jul 10 13:19:55 2023 -0400
     6.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3@@ -1,20 +0,0 @@
     6.4-#+TITLE: lang
     6.5-#+DESCRIPTION: programming languages
     6.6-#+FILETAGS: lang
     6.7-* Concatenative
     6.8-** Factor                                                           :factor:
     6.9-- [2023-07-04 Tue]
    6.10-  Factor is a cool concatenative lang but unfortunately the C interface
    6.11-  (vm/master.h) no longer exists on the master branch.
    6.12-** Joy                                                                 :joy:
    6.13-
    6.14-*** https://hypercubed.github.io/joy/html/j02maf.html
    6.15-
    6.16-*** [[https://builds.openlogicproject.org/content/incompleteness/arithmetization-syntax/arithmetization-syntax.pdf][arithmetization of syntax]]
    6.17-* Lisp                                                                 :lisp:
    6.18-These notes pertain to Lisp. More specifically, ANSI Common Lisp in
    6.19-most places.
    6.20-
    6.21-- https://github.com/lispnik/iup/ - doesn't support MacOS yet, looks
    6.22-  cool though
    6.23-  - what we really need is wasm compiler.. TBD
     7.1--- a/python.org	Mon Jul 10 13:19:55 2023 -0400
     7.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3@@ -1,1 +0,0 @@
     7.4-#+TITLE: Python
     8.1--- a/rust.org	Mon Jul 10 13:19:55 2023 -0400
     8.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3@@ -1,1 +0,0 @@
     8.4-#+TITLE: Rust
     9.1--- a/virt.org	Mon Jul 10 13:19:55 2023 -0400
     9.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3@@ -1,15 +0,0 @@
     9.4-#+TITLE: virt
     9.5-
     9.6-A place for all things virtualization - this is specifically geared
     9.7-towards various hardware and machine emulators.
     9.8-* QEMU
     9.9-* KVM
    9.10-* Hyper-V
    9.11-* Firecracker
    9.12-* Docker
    9.13-* Vagrant
    9.14-* LXC
    9.15-* LXD
    9.16-* containerd
    9.17-* systemd-nspawn
    9.18-* VirtualBox