Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 2eaf268

Browse files
committed
docs: discussions: Alice Engineering Comms: 2024-08-20
1 parent c747ab9 commit 2eaf268

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1078
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- GITHUB_STEP_SUMMARY
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 2024-06-28 Engineering Logs
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- https://ersei.net/en/blog/fuse-root
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- https://github.com/microsoft/graphrag
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 2024-07-04 Engineering Logs
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
## 2024-07-04 @pdxjohnny Engineering Logs
2+
3+
- https://docs.mindsdb.com/sdks/python/installation
4+
- https://docs.mindsdb.com/setup/custom-config
5+
- https://docs.mindsdb.com/setup/environment-vars
6+
- https://docs.mindsdb.com/integrations/app-integrations/github
7+
- https://docs.mindsdb.com/integrations/ai-engines/openai
8+
- https://docs.mindsdb.com/integrations/ai-engines/rag
9+
- https://docs.mindsdb.com/integrations/ai-engines/langchain
10+
- https://docs.mindsdb.com/contribute/install#install-mindsdb-for-development
11+
- Fallout new vegas as an RTS
12+
13+
```bash
14+
python -m pip install -U mindsdb_sdk mindsdb
15+
sudo caddy add-package github.com/greenpau/caddy-security
16+
```
17+
18+
19+
- TODO
20+
- [ ] Fix scorecard stuff
21+
- [ ] Dev env via API
22+
- [ ] #1207
23+
- [ ] "You are Alice, what do you have access to"
24+
- [ ] Add to dotfiles `forge-install.sh`
25+
- [ ] Some kind of fuse to oras layers thing
26+
- [ ] Coder deployment
27+
- [ ] Asciinema server deployment
28+
- [ ] https://docs.asciinema.org/manual/server/self-hosting/
29+
- [ ] local llm rust mistral execution engine or something
30+
- [ ] Headless (with display capability) chrome browser
31+
- [ ] Async Playwright
32+
- [ ] SCITT Policy Engine CWT Rebase
33+
- [ ] Federation
34+
- [ ] GUAC
35+
- [ ] kvm capable kubernetes in docker (kata)
36+
- [ ] blob storage
37+
- [ ] minio
38+
- [ ] SMTP
39+
- [x] prompt: Is there a production quality rust [memory safe language] SMTP server you know of?
40+
- https://stalw.art/docs/install/linux
41+
- [ ] FaaS
42+
- [ ] Patches and train of thought + history +_ asciiema to changelog and docs (as patches)
43+
- [ ] Start from `agi.py` event based approach
44+
- [ ] Focus on being able to live view Alice as she does development and jump in at any point
45+
- [ ] Format (reuse policy engine with stack frames captured as checkpoint restore?) to track train of thought
46+
- [ ] SCITT protected json-ld + ORAS trampoline resource loader
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
prompt: How can I patch caddy to implement oidc auth in the same fashion as basic auth?
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- https://github.com/caddyserver/caddy/commit/68c5c71659109b10226f10873f7dc67102b9dc14
2+
- https://github.com/mindsdb/mindsdb/issues/9024
3+
- https://github.com/mindsdb/mindsdb/pull/9032
4+
- https://github.com/pdxjohnny/caddy-oidc-auth
5+
6+
```bash
7+
xcaddy build --with github.com/pdxjohnny/caddy-oidc-auth
8+
sudo setcap cap_net_bind_service=+ep /usr/bin/caddy
9+
```
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
## 2024-07-07 Engineering Logs
2+
3+
- fork is all you need (grep: fork + exec via activitypub)
4+
- try federation of forges to trigger fork workflows on synchronize. If it rebases clean, stage it via pr to pr. If it rebases dirty throw it in the ad hoc cve loop. Requires synchronization is an ad hoc cve
5+
- webhook github attestations to federate to scitt
6+
- Alice (the architecture) decentralizes the means of production
7+
- TCB schema for threat models
8+
9+
```console
10+
$ python -m pip install -U pip setuptools wheel build && python -m pip install -e .
11+
# Success!
12+
$ git log -n 1
13+
commit 4f9022420a33ef4a5d57ece1f82a0485e5b9ca14 (HEAD -> main, origin/main, origin/HEAD)
14+
Author: Andrey <andrey@mindsdb.com>
15+
Date: Sat Jul 6 00:37:55 2024 +0300
16+
17+
API handler tests and fixes (#9445)
18+
$ python --version
19+
Python 3.10.13
20+
$ python -m mindsdb --api=http,mongodb,mysql --help
21+
usage: __main__.py [-h] [--api API] [--config CONFIG] [--install-handlers INSTALL_HANDLERS] [--verbose] [--no_studio] [-v] [--ml_task_queue_consumer]
22+
23+
CL argument for mindsdb server
24+
25+
options:
26+
-h, --help show this help message and exit
27+
--api API
28+
--config CONFIG
29+
--install-handlers INSTALL_HANDLERS
30+
--verbose
31+
--no_studio
32+
-v, --version
33+
--ml_task_queue_consumer
34+
$ python -m pip install "https://github.com/mindsdb/mindsdb/archive/4f9022420a33ef4a5d57ece1f82a0485e5b9ca14.zip#egg=mindsdb"
35+
```
36+
37+
- If you use the virtual network you should be able to secure tcp sockets at known ports over a custom network. This would make hooking bind events easily via ebpf.
38+
39+
[![asciicast](https://asciinema.org/a/667169.svg)](https://asciinema.org/a/667169)
40+
41+
- https://github.com/cloudflare/boringtun
42+
- forgejo keeps changing ports
43+
44+
[![asciicast](https://asciinema.org/a/667174.svg)](https://asciinema.org/a/667174)
45+
46+
- prompt: What is John working on and why?
47+
- https://github.com/pdxjohnny/dotfiles/commit/8d9850f85314a9f5c30f5bb7b8e47ba3857357be
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- https://github.com/confidential-computing/governance

0 commit comments

Comments
 (0)