# HG changeset patch # User ellis # Date 1689009479 14400 # Node ID 024b02ed937bcae632038c7003afcf5fff993444 # Parent c9dc86404d30494b19a64179cd2a44842b3035c6 mondaze diff -r c9dc86404d30 -r 024b02ed937b aws.org --- a/aws.org Tue Jun 27 20:56:57 2023 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -#+TITLE: AWS -#+LOCATION: [[https://github.com/awslabs/aws-sdk-rust]] -#+AUTHOR: ellis -* EC2 -** Images -*** recipes -**** worker -**** devbox -- packages - - sbcl - - emacs or neovim - - doom? (opt) - - rustup - - python - - llvm/clang - - hg - - cargo - - [[https://github.com/nushell/nushell][nushell]] - - ripgrep -**** service -**** gateway -**** hypervisor diff -r c9dc86404d30 -r 024b02ed937b lab.org --- a/lab.org Tue Jun 27 20:56:57 2023 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,49 +0,0 @@ -#+TITLE: lab -#+AUTHOR: ellis -#+LOCATION: New London, CT -* gateway -** auth -*** oauth2 service -** notifaction/alert service -** health -** vpn -** ssh -* zor -** NFS/SSHFS/S3 compat storage -Object storage -*** media -*** docs -*** dev -*** archive -*** lfs -*** x -*** y -*** z -** job scheduler -*** run -**** web-deploy -**** web-compile -*** stop -*** schedule -** KV store -- RocksDB -*** get -*** set -** SQL store -- postgres -- sqlite -*** query -** VC -*** Hg -**** CI Runners -***** runner0 -***** runner1 -***** runner2 -***** runner3 -*** Git -** Docs -** Packy -* boxes -- on-demand development boxes -* nodes -- on-demand VMs/containers/tasks diff -r c9dc86404d30 -r 024b02ed937b lisp.org --- a/lisp.org Tue Jun 27 20:56:57 2023 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -#+TITLE: Lisp - -These notes pertain to Lisp. More specifically, ANSI Common Lisp in -most places. - -- https://github.com/lispnik/iup/ - doesn't support MacOS yet, looks - cool though - - what we really need is wasm compiler.. TBD diff -r c9dc86404d30 -r 024b02ed937b plan.org --- a/plan.org Tue Jun 27 20:56:57 2023 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -#+TITLE: plan -#+AUTHOR: ellis -#+DESCRIPTION: game plan for the immediate future -#+SEQ_TODO: TODO MAYBE WIP | DONE -* WIP build demo -:LOGBOOK: -- State "WIP" from [2023-05-06 Sat 18:32] -:END: - -* TODO complete bk -* MAYBE complete org-notion? -:LOGBOOK: -- State "MAYBE" from [2023-05-06 Sat 18:32] -:END: -* TODO develop cloud service components -* TODO deploy lab -* TODO develop market research plan diff -r c9dc86404d30 -r 024b02ed937b ui.org --- a/ui.org Tue Jun 27 20:56:57 2023 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -#+TITLE: ui -#+LOCATION: https://lab.rwest.io/otom8/notes -#+AUTHOR: ellis -* Overview -UI is a hot topic in the programming world. Nowadays it is expected -that production apps have multiple 'frontends' each supporting a -certain kind of UI. Here are some of the ones we care about: -- Web GUI - Runs in a web browser -- Native GUI - Runs natively using host OS or graphics hardware directly - - OS-based - - bare-metal -- CLI - Runs at a shell prompt -- Modular \\ - Runs a combination of the above types, usually configurable at - run-time and with a separate backend service. - -Our goal is to establish footholds in these areas of UI development -with our in-house libraries. We do this by creating a generic UI -protocol and implementing it for the various types above.