changelog shortlog graph tags branches files raw help

Mercurial > org > blog / changeset: hello

changeset 6: c82ce64cbdb3
parent 3: b6f81665219f (diff)
parent 5: 4ebd789458d8 (current diff)
child 7: 75a5e58ccac9
author: ellis <ellis@rwest.io>
date: Mon, 10 Jul 2023 13:19:55 -0400
files:
description: hello
     1.1--- a/aws.org	Tue Jul 04 03:40:18 2023 -0400
     1.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3@@ -1,22 +0,0 @@
     1.4-#+TITLE: AWS
     1.5-#+LOCATION: [[https://github.com/awslabs/aws-sdk-rust]]
     1.6-#+AUTHOR: ellis
     1.7-* EC2
     1.8-** Images
     1.9-*** recipes
    1.10-**** worker
    1.11-**** devbox
    1.12-- packages
    1.13-  - sbcl
    1.14-  - emacs or neovim
    1.15-    - doom? (opt)
    1.16-  - rustup
    1.17-  - python
    1.18-  - llvm/clang
    1.19-  - hg
    1.20-  - cargo
    1.21-    - [[https://github.com/nushell/nushell][nushell]]
    1.22-    - ripgrep
    1.23-**** service
    1.24-**** gateway
    1.25-**** hypervisor
     3.1--- a/lab.org	Tue Jul 04 03:40:18 2023 -0400
     3.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3@@ -1,49 +0,0 @@
     3.4-#+TITLE: lab
     3.5-#+AUTHOR: ellis
     3.6-#+LOCATION: New London, CT
     3.7-* gateway
     3.8-** auth
     3.9-*** oauth2 service
    3.10-** notifaction/alert service
    3.11-** health
    3.12-** vpn
    3.13-** ssh
    3.14-* zor
    3.15-** NFS/SSHFS/S3 compat storage
    3.16-Object storage
    3.17-*** media
    3.18-*** docs
    3.19-*** dev
    3.20-*** archive
    3.21-*** lfs
    3.22-*** x
    3.23-*** y
    3.24-*** z
    3.25-** job scheduler
    3.26-*** run
    3.27-**** web-deploy
    3.28-**** web-compile
    3.29-*** stop
    3.30-*** schedule
    3.31-** KV store
    3.32-- RocksDB
    3.33-*** get
    3.34-*** set
    3.35-** SQL store
    3.36-- postgres
    3.37-- sqlite
    3.38-*** query
    3.39-** VC
    3.40-*** Hg
    3.41-**** CI Runners
    3.42-***** runner0
    3.43-***** runner1
    3.44-***** runner2
    3.45-***** runner3
    3.46-*** Git
    3.47-** Docs
    3.48-** Packy
    3.49-* boxes
    3.50-- on-demand development boxes
    3.51-* nodes
    3.52-- on-demand VMs/containers/tasks
     4.1--- a/plan.org	Tue Jul 04 03:40:18 2023 -0400
     4.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3@@ -1,17 +0,0 @@
     4.4-#+TITLE: plan
     4.5-#+AUTHOR: ellis
     4.6-#+DESCRIPTION: game plan for the immediate future
     4.7-#+SEQ_TODO: TODO MAYBE WIP | DONE
     4.8-* WIP build demo
     4.9-:LOGBOOK:
    4.10-- State "WIP"       from              [2023-05-06 Sat 18:32]
    4.11-:END:
    4.12-
    4.13-* TODO complete bk
    4.14-* MAYBE complete org-notion?
    4.15-:LOGBOOK:
    4.16-- State "MAYBE"       from              [2023-05-06 Sat 18:32]
    4.17-:END:
    4.18-* TODO develop cloud service components
    4.19-* TODO deploy lab
    4.20-* TODO develop market research plan
     5.1--- a/ui.org	Tue Jul 04 03:40:18 2023 -0400
     5.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3@@ -1,22 +0,0 @@
     5.4-#+TITLE: ui
     5.5-#+LOCATION: https://lab.rwest.io/otom8/notes
     5.6-#+AUTHOR: ellis
     5.7-* Overview
     5.8-UI is a hot topic in the programming world. Nowadays it is expected
     5.9-that production apps have multiple 'frontends' each supporting a
    5.10-certain kind of UI. Here are some of the ones we care about:
    5.11-- Web GUI
    5.12-  Runs in a web browser
    5.13-- Native GUI
    5.14-  Runs natively using host OS or graphics hardware directly
    5.15-  - OS-based
    5.16-  - bare-metal
    5.17-- CLI
    5.18-  Runs at a shell prompt
    5.19-- Modular \\
    5.20-  Runs a combination of the above types, usually configurable at
    5.21-  run-time and with a separate backend service.
    5.22-
    5.23-Our goal is to establish footholds in these areas of UI development
    5.24-with our in-house libraries. We do this by creating a generic UI
    5.25-protocol and implementing it for the various types above.