aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2023-07-08 11:42:23 -0500
committerMichael McVady <femtonaut@gmail.com>2023-07-08 11:42:23 -0500
commit6c95c9152b466bdb30d7226001bb790a8e8c7c5b (patch)
tree6016df20546c8ad5683be25ff6ea92567fb3600e /README.md
parentb5c64ec289fe9e07603b3da5f3d246bf88c8a124 (diff)
Use latest kore RC to fix `http_populate_post`/`textarea` issue
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6e6e3bb..2f272fe 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,8 @@ seccomp_tracing no
## Bootstrapping the database
-`psql` and load `db/db.sql`, `db/data.sql` for `db/data.sql`.
+Use `psql` and load `db/db.sql` for models,
+`db/data.sql` for some example data.
## TODO
@@ -41,3 +42,12 @@ seccomp_tracing no
1. ~Only do HTTP stuff at the edge.~
1. `PUT`/`PATCH`? posts.
1. pagination
+1. HTML form for edits
+1. Make h1 first class markdown citizen, (remove title)
+1. Remove JSON API?
+1. use sha256 hash to check kore blob
+
+## C?
+
+* https://chromium.googlesource.com/chromium/src/+/master/docs/security/rule-of-2.md
+* https://verdagon.dev/blog/when-to-use-memory-safe-part-1