00:49 | <bakkot> | ljharb: I don't think I can make search newest-first given the constraint of needing to run on github pages, unfortunately |
00:49 | <bakkot> | and don't really want to figure out how to host them on a non-static server |
00:50 | <bakkot> | actually, hm. |
00:55 | <bakkot> | yeah, no, can't do it |
00:58 | <ljharb> | hm, it can’t be reversed either for everyone, or as an alternate set of pages? |
00:58 | <bakkot> | nope |
00:58 | <bakkot> | I didn't implement my own search, it's just FTS5 |
00:58 | <bakkot> | and I get responses in the order it gives them to me |
01:02 | <bakkot> | though |
01:02 | <bakkot> | hm. |
01:02 | <bakkot> | this probably is possible actually. |
01:02 | <bakkot> | let me get back to you. |
01:04 | <bakkot> | yeah I can just order by rowid desc |
01:04 | <bakkot> | I am astonished that works, given that the sql engine is running in the browser |
01:04 | <bakkot> | but it evidently does |
01:05 | <bakkot> | will add a checkbox later |
03:03 | <Justin Ridgewell> | Is there not a timestamp in the DB? |
03:40 | <bakkot> | there is, but the DB is on the server, and I can't just fetch all the rows from the DB |
03:40 | <bakkot> | (well, our chat history is small enough that I probably could, but I don't want to rely on that) |
21:52 | <ljharb> | i'd love folks' thoughts on https://github.com/tc39/process-document/pull/33 |