aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 117a877..047d28e 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Use `psql` and load `db/db.sql` for models,
## TODO
-1. Pagination of index.
+1. Pagination.
2. Delete entries.
3. Fix `tests.py` to work after refactor.
4. Have `tests.py` load and drop database.
@@ -63,7 +63,9 @@ Use `psql` and load `db/db.sql` for models,
6. Fix query parsing for search.
7. Add preview functionality to edit form.
-## But using C in 2024 is dangerous?
+## Using C in 2024 is dangerous?
+
+I guess it depends:
* [https://chromium.googlesource.com/chromium/src/+/master/docs/security/rule-of-2.md](https://chromium.googlesource.com/chromium/src/+/master/docs/security/rule-of-2.md)
* [https://verdagon.dev/blog/when-to-use-memory-safe-part-1](https://verdagon.dev/blog/when-to-use-memory-safe-part-1)