Cory McWilliams cory
cory pushed to main at cory/tildefriends 2025-05-14 20:33:05 -04:00
c0019d7246 format
cory pushed to main at cory/tildefriends 2025-05-14 20:13:17 -04:00
7688e4d3a8 ssb: I tried smarter data structures in my own code, but a better database index shows better performance for determining follows.
cory opened issue cory/tildefriends#120 2025-05-12 12:43:48 -04:00
Consider a blob wanted if we try to get it, and it's missing
cory pushed to main at cory/tildefriends 2025-05-12 12:41:25 -04:00
ef58749ce3 perf: Make -t following_perf respect the usual db path rules.
cory pushed to main at cory/tildefriends 2025-05-12 12:33:50 -04:00
35941a7ddc perf: Add a quick test to measure ssb.following performance.
cory pushed to main at cory/tildefriends 2025-05-11 22:20:19 -04:00
1f2664e5a8 ssb: Reduce redundant work in ssb.following.
35656a5c34 prettier
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-05-11 21:42:54 -04:00
799f22e989 ssb: The updated fetch_abouts means that image JSON is now a string we need to handle in tf-user / tf-profile.
cory pushed to main at cory/tildefriends 2025-05-09 19:54:16 -04:00
e226a37251 prettier
cory pushed to main at cory/tildefriends 2025-05-09 13:25:08 -04:00
8e3bc9d700 ssb: Now add back the about cache, and load times are getting good.
cory pushed to main at cory/tildefriends 2025-05-09 07:55:47 -04:00
58c3e6c2ab build: Fix a -fanalyze issue in the tests.
cory pushed to main at cory/tildefriends 2025-05-09 07:35:56 -04:00
0dc148bfea ssb: Don't forget the about info we know as we reload.
cory pushed to main at cory/tildefriends 2025-05-09 07:27:38 -04:00
3eff1b08a9 ssb: Let about info load in its own time.
cory pushed to main at cory/tildefriends 2025-05-08 12:59:03 -04:00
02d789471f ssb: Oops, filter on relevant accounts.
cory pushed to main at cory/tildefriends 2025-05-08 12:39:29 -04:00
d367d47c4d ssb: Switch to a more brute force about-gathering approach. I think if I start with this and avoid querying all known accounts up-front, we will be plenty fast.
cory pushed to main at cory/tildefriends 2025-05-07 19:59:45 -04:00
c93b8fc045 ssb: Show overall unread status on the hamburger menu.
cory closed issue cory/tildefriends#119 2025-05-07 19:27:18 -04:00
Don't require -u for the private command
cory pushed to main at cory/tildefriends 2025-05-07 19:05:59 -04:00
eb9377e21d ssb: Add settings for broadcast and discovery.
cory pushed to main at cory/tildefriends 2025-05-07 18:37:27 -04:00
a1764eee42 update: CodeMirror.
cory pushed to main at cory/tildefriends 2025-05-07 18:32:02 -04:00
86ef74e20d test: More CLI tests, and make -u optional for publish, too.
cory pushed to main at cory/tildefriends 2025-05-07 18:15:39 -04:00
4de53b9926 core: sqlite checkpoint tweaks. Switch the periodic checkpoint to passive mode. Truncate mode was painful on mobile. I'm seeing it succeed often enough that we don't grow indefinitely. Also fix the print.
99a195a3fd update: sqlite 3.49.2.
Compare 2 commits »