mtrx commented on issue mtrx/crablog#2 2024-12-28 00:21:32 +01:00
Session based authentication

This can be done using actix_session. By default it supports Cookie sessions, which stores session keys in an in-memory cookie store file. The other default implementation would be using the redis…

mtrx opened issue mtrx/crablog#14 2024-12-25 20:47:05 +01:00
custom blog URIs per post
mtrx commented on issue mtrx/crablog#5 2024-12-25 20:44:31 +01:00
use randomized UUIDs for posts instead of enumerated integers

Really annoying to do with sqlite unless blog keys saved via binary blobs or strings. Could generate a custom 8 character string datatype per post, uuids are probably way overkill anyways and dont…

mtrx pushed to main at mtrx/aoc24 2024-12-08 22:54:02 +01:00
968b219616 easy dl input
mtrx pushed to main at mtrx/aoc24 2024-12-08 22:31:37 +01:00
d8b1eec408 add deno to vscode rec
mtrx pushed to main at mtrx/aoc24 2024-12-08 00:53:21 +01:00
003b658aa2 old comments
mtrx pushed to main at mtrx/aoc24 2024-12-08 00:46:47 +01:00
896d607450 Promises
mtrx pushed to main at mtrx/aoc24 2024-12-08 00:42:02 +01:00
919bdde203 unnecessary if block
mtrx pushed to main at mtrx/aoc24 2024-12-08 00:30:31 +01:00
e51186bf8d day 6 p 1 complete
mtrx pushed to main at mtrx/aoc24 2024-12-08 00:04:11 +01:00
a4d4dc2b23 i really don't know what's going wrong here
mtrx pushed to main at mtrx/aoc24 2024-12-07 23:07:56 +01:00
3f33f23c96 looks about right
mtrx pushed to main at mtrx/aoc24 2024-12-07 21:40:19 +01:00
3abf3f3bce day 6 part 1 init
mtrx pushed to main at mtrx/aoc24 2024-12-07 02:25:32 +01:00
c74341738b woops
mtrx pushed to main at mtrx/aoc24 2024-12-07 02:16:45 +01:00
7211835f76 comments and starting part 6, remove redundant trims
mtrx pushed to main at mtrx/aoc24 2024-12-07 01:29:31 +01:00
4462c12f77 completed 5 p2
mtrx pushed to main at mtrx/aoc24 2024-12-07 01:23:55 +01:00
699d209501 day 5 p1 & init p2
mtrx pushed to main at mtrx/aoc24 2024-12-06 21:55:21 +01:00
6c7bc6c648 THANK YOU GURKE
mtrx pushed to main at mtrx/aoc24 2024-12-06 21:34:05 +01:00
1d79c15e2c thank you gurke!
mtrx pushed to main at mtrx/aoc24 2024-12-06 20:58:48 +01:00
d28803dba6 for loopified
mtrx pushed to main at mtrx/aoc24 2024-12-06 20:55:22 +01:00
199303ce82 despair day 4