diff options
author | Michael McVady <femtonaut@gmail.com> | 2024-01-29 22:04:10 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2024-01-29 22:04:10 -0600 |
commit | dcfd05a7faf8ffd4f32383e8f9fcbfbd5b4e29ab (patch) | |
tree | cbd5a8996dbaf039c50efda8d420289226aadfa2 | |
parent | 07328f3c56c24899a5a6e7e3bbe3cf4e52a652e3 (diff) |
Update `README.md`
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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) |