changelog shortlog graph tags branches files raw help

Mercurial > org > blog / changeset: mondaze

changeset 2: 024b02ed937b
parent 1: c9dc86404d30
child 3: b6f81665219f
author: ellis <ellis@rwest.io>
date: Mon, 10 Jul 2023 13:17:59 -0400
files: aws.org lab.org lisp.org plan.org ui.org
description: mondaze
     1.1--- a/aws.org	Tue Jun 27 20:56:57 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
     2.1--- a/lab.org	Tue Jun 27 20:56:57 2023 -0400
     2.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3@@ -1,49 +0,0 @@
     2.4-#+TITLE: lab
     2.5-#+AUTHOR: ellis
     2.6-#+LOCATION: New London, CT
     2.7-* gateway
     2.8-** auth
     2.9-*** oauth2 service
    2.10-** notifaction/alert service
    2.11-** health
    2.12-** vpn
    2.13-** ssh
    2.14-* zor
    2.15-** NFS/SSHFS/S3 compat storage
    2.16-Object storage
    2.17-*** media
    2.18-*** docs
    2.19-*** dev
    2.20-*** archive
    2.21-*** lfs
    2.22-*** x
    2.23-*** y
    2.24-*** z
    2.25-** job scheduler
    2.26-*** run
    2.27-**** web-deploy
    2.28-**** web-compile
    2.29-*** stop
    2.30-*** schedule
    2.31-** KV store
    2.32-- RocksDB
    2.33-*** get
    2.34-*** set
    2.35-** SQL store
    2.36-- postgres
    2.37-- sqlite
    2.38-*** query
    2.39-** VC
    2.40-*** Hg
    2.41-**** CI Runners
    2.42-***** runner0
    2.43-***** runner1
    2.44-***** runner2
    2.45-***** runner3
    2.46-*** Git
    2.47-** Docs
    2.48-** Packy
    2.49-* boxes
    2.50-- on-demand development boxes
    2.51-* nodes
    2.52-- on-demand VMs/containers/tasks
     3.1--- a/lisp.org	Tue Jun 27 20:56:57 2023 -0400
     3.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3@@ -1,8 +0,0 @@
     3.4-#+TITLE: Lisp
     3.5-
     3.6-These notes pertain to Lisp. More specifically, ANSI Common Lisp in
     3.7-most places.
     3.8-
     3.9-- https://github.com/lispnik/iup/ - doesn't support MacOS yet, looks
    3.10-  cool though
    3.11-  - what we really need is wasm compiler.. TBD
     4.1--- a/plan.org	Tue Jun 27 20:56:57 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 Jun 27 20:56:57 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.