# HG changeset patch # User ellis # Date 1698979859 14400 # Node ID e0ee195bea7d1d6baccc1ccff65d7fc6723f84bd # Parent e0ef412d04f80e02432cb4ce1c245a7eb01a76f0 readme, blog diff -r e0ef412d04f8 -r e0ee195bea7d .hgsubstate --- a/.hgsubstate Wed Nov 01 19:58:30 2023 -0400 +++ b/.hgsubstate Thu Nov 02 22:50:59 2023 -0400 @@ -1,2 +1,2 @@ -281364f7d1106b16f12d1ca1b2ee16901fe6ecae blog -b154f8be21c8c89c2c04ecf6b4230842b15115b1 docs +9dd35bc56a8153d97d2a1d2556affca62558d656 blog +087da4ed0df6882a7f0c7acfb9f990b9c329e4f7 docs diff -r e0ef412d04f8 -r e0ee195bea7d ideas.org --- a/ideas.org Wed Nov 01 19:58:30 2023 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,86 +0,0 @@ -#+TITLE: ideas -#+TODO: TODO WIP RFC | DONE -This is a running list of ideas. Most of these are tools, libraries, -projects, etc but anything is fair game. - -* TODO shed -:PROPERTIES: -:ID: fc9a94e1-91c5-4915-90b8-73218fa3b8bc -:END: -:LOGBOOK: -- State "TODO" from [2023-04-07 Fri 23:24] -:END: -rlib -> ulib -> ulib -> ulib -> ulib - -** TODO sh* tools -:PROPERTIES: -:ID: c0613a13-7ccb-4af9-b47e-e14a41c782c2 -:END: -:LOGBOOK: -- State "TODO" from "TODO" [2023-04-07 Fri 23:22] -:END: -shc,shx,etc -* WIP packy -:LOGBOOK: -- State "TODO" from [2023-04-07 Fri 23:33] -:END: -** WIP rust -** WIP common-lisp -** WIP emacs-lisp -** python -** julia -** C -** C++ -* TODO tenex -:LOGBOOK: -- State "TODO" from [2023-04-07 Fri 23:52] -:END: -* TODO mpk -:LOGBOOK: -- State "TODO" from [2023-04-07 Fri 23:52] -:END: -* TODO cfg -:LOGBOOK: -- State "TODO" from [2023-04-07 Fri 23:34] -:END: -* TODO obj -:LOGBOOK: -- State "TODO" from [2023-04-07 Fri 23:51] -:END: -split out from rlib to separate package -- a purely OOP class library -* TODO lab -:LOGBOOK: -- State "TODO" from [2023-04-07 Fri 23:34] -:END: -* TODO source categories -- need a way of extracting metadata from a repo -- need ability to search and query libs/packages -- separate modules based on where they belong in our stack? - - app - - lib - - script? - - dist - - software distros -* TODO generic query language -from obj protocol? -sql compatibility? - -/check out kdb/ -* TODO bbdb -:LOGBOOK: -- Note taken on [2023-10-24 Tue 22:16] \\ - graph database, build on rocksdb -:END: -insidious Big Brother database. -- an application built with obj -- sql - -* TODO NAS-TV :nas:t: -- media streaming -- gstreamer backend -- audio/video diff -r e0ef412d04f8 -r e0ee195bea7d readme.org --- a/readme.org Wed Nov 01 19:58:30 2023 -0400 +++ b/readme.org Thu Nov 02 22:50:59 2023 -0400 @@ -2,12 +2,12 @@ This is the source repository for all documentation pertaining to /The Compiler Company/. -* blog +* [[file:blog/][blog]] -* docs +* [[file:docs/][docs]] -* notes +* [[file:scratch/][scratch]] -* pitch +* [[file:pitch.org][pitch]] -* roadmap +* [[file:roadmap.org][roadmap]] diff -r e0ef412d04f8 -r e0ee195bea7d roadmap.org --- a/roadmap.org Wed Nov 01 19:58:30 2023 -0400 +++ b/roadmap.org Thu Nov 02 22:50:59 2023 -0400 @@ -1,3 +1,5 @@ #+TITLE: roadmap #+AUTHOR: Richard Westhaver #+EMAIL: ellis@rwest.io + +* ART diff -r e0ef412d04f8 -r e0ee195bea7d scratch/20231101.org --- a/scratch/20231101.org Wed Nov 01 19:58:30 2023 -0400 +++ b/scratch/20231101.org Thu Nov 02 22:50:59 2023 -0400 @@ -3,7 +3,7 @@ really not realistic to expect that my home desktop and spotty Comcast internet can serve any production workflow. What it /is/ capable of is a private VPN, which can communicate with AWS and other cloud VPN -depots via WireGuard. +depots via WireGuard ([[https://dev.to/gabrieltetzner/setting-up-a-vpn-with-wireguard-server-on-aws-ec2-4a49][article]]). I currently use Google Domains for nas-t.net, otom8.dev, and rwest.io - but that business is now owned by squarespace, so I would diff -r e0ef412d04f8 -r e0ee195bea7d scratch/20231102.org --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scratch/20231102.org Thu Nov 02 22:50:59 2023 -0400 @@ -0,0 +1,82 @@ +* IDEAS +** TODO shed +:PROPERTIES: +:ID: fc9a94e1-91c5-4915-90b8-73218fa3b8bc +:END: +:LOGBOOK: +- State "TODO" from [2023-04-07 Fri 23:24] +:END: +rlib +> ulib +> ulib +> ulib +> ulib + +*** TODO sh* tools +:PROPERTIES: +:ID: c0613a13-7ccb-4af9-b47e-e14a41c782c2 +:END: +:LOGBOOK: +- State "TODO" from "TODO" [2023-04-07 Fri 23:22] +:END: +shc,shx,etc +** WIP packy +:LOGBOOK: +- State "TODO" from [2023-04-07 Fri 23:33] +:END: +*** WIP rust +*** WIP common-lisp +*** WIP emacs-lisp +*** python +*** julia +*** C +*** C++ +** TODO tenex +:LOGBOOK: +- State "TODO" from [2023-04-07 Fri 23:52] +:END: +** TODO mpk +:LOGBOOK: +- State "TODO" from [2023-04-07 Fri 23:52] +:END: +** TODO cfg +:LOGBOOK: +- State "TODO" from [2023-04-07 Fri 23:34] +:END: +** TODO obj +:LOGBOOK: +- State "TODO" from [2023-04-07 Fri 23:51] +:END: +split out from rlib to separate package +- a purely OOP class library +** TODO lab +:LOGBOOK: +- State "TODO" from [2023-04-07 Fri 23:34] +:END: +** TODO source categories +- need a way of extracting metadata from a repo +- need ability to search and query libs/packages +- separate modules based on where they belong in our stack? + - app + - lib + - script? + - dist + - software distros +** TODO generic query language +from obj protocol? +sql compatibility? + +/check out kdb/ +** TODO bbdb +:LOGBOOK: +- Note taken on [2023-10-24 Tue 22:16] \\ + graph database, build on rocksdb +:END: +insidious Big Brother database. +- an application built with obj +- sql + +** TODO NAS-TV :nas:t: +- media streaming +- gstreamer backend +- audio/video