diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 |