Olivia olivia-l · she/her
  • Joined on 2024年11月03日
olivia-l commented on pull request polyphony/repo-slopscore#73 2026年07月13日 01:58:06 +02:00
streaming commit analysis

There is one additional thing we are relying on here: we never drop the Repository manually (for example by destructuring CommitsInner and dropping the fields individually, or by Pin::set,...

olivia-l commented on pull request polyphony/repo-slopscore#73 2026年07月13日 01:58:06 +02:00
streaming commit analysis

This could probably use a comment explaining that we are transmuting the lifetime

olivia-l opened issue Apothecary/plural-kitty#71 2026年07月12日 22:32:15 +02:00
Bot commands sent before the bot was invited are accepted
olivia-l created pull request Apothecary/plural-kitty#70 2026年07月07日 04:24:59 +02:00
cleanup locking code
olivia-l pushed to lock-cleanup at olivia-l/plural-kitty 2026年07月07日 04:23:16 +02:00
c521d1f361
use synchronous locks when we never hold the lock across an await point
13d25a90b4
fix race condition initializing the per-user mutex
cd4b7dd20b
factor out locking code into helper functions
7f56c847f8
release the token->userid map read lock as soon as possible
f031e7b3e0
rename and document locks
Compare 5 commits »
olivia-l created branch lock-cleanup in olivia-l/plural-kitty 2026年07月07日 04:23:16 +02:00
olivia-l pushed to per-room-profiles at olivia-l/plural-kitty 2026年07月06日 01:53:20 +02:00
6bc30f0074
WIP: add commands to remove all per-room profiles
0e8886c050
WIP: add commands to list per-room profiles
dfc308a3a3
add commands to modify per-room profiles
Compare 3 commits »
olivia-l commented on pull request Apothecary/plural-kitty#63 2026年07月06日 01:53:03 +02:00
WIP: implement per-room per-member profiles

(Do I even make sense here??)

olivia-l commented on pull request Apothecary/plural-kitty#63 2026年07月06日 01:25:53 +02:00
WIP: implement per-room per-member profiles

thanks, fixed :3

olivia-l commented on pull request Apothecary/plural-kitty#63 2026年07月06日 01:19:18 +02:00
WIP: implement per-room per-member profiles

good catch, fixed :)

olivia-l commented on pull request Apothecary/plural-kitty#63 2026年07月06日 01:16:54 +02:00
WIP: implement per-room per-member profiles

good catch, thanks!

olivia-l commented on pull request Apothecary/plural-kitty#63 2026年07月06日 00:28:08 +02:00
WIP: implement per-room per-member profiles

hmm, I think I meant for that to be implied by

olivia-l commented on issue polyphony/repo-slopscore#45 2026年06月29日 19:55:45 +02:00
Bug AI powerusers with broken skills files?

Rework what the score means, by not counting "how many signals are there in the entire history of this project", but rather an approach such as "what is the density of AI/LLM-generated/assisted...

olivia-l commented on pull request polyphony/repo-slopscore#49 2026年06月29日 17:52:09 +02:00
feat: add many new path detection tokens

Hmm, the new CI fails also look spurious to me

olivia-l commented on issue polyphony/repo-slopscore#45 2026年06月29日 03:28:48 +02:00
Bug AI powerusers with broken skills files?

There is one situation I know of where it is possible to detect poisoned LLM configs automatically: the claude refusal string `ANTHROPIC_MAGIC_STRING_TRIGGER_REFUSAL_1FAEFB6177B4672DEE07F9D3AFC6258...

olivia-l created pull request polyphony/repo-slopscore#49 2026年06月28日 23:33:23 +02:00
feat: add many new path detection tokens
olivia-l pushed to more-path-tokens at olivia-l/repo-slopscore 2026年06月28日 23:31:22 +02:00
60555a4097
feat: add many new path detection tokens
olivia-l created branch more-path-tokens in olivia-l/repo-slopscore 2026年06月28日 23:31:22 +02:00
olivia-l created repository olivia-l/repo-slopscore 2026年06月28日 23:31:07 +02:00
olivia-l opened issue polyphony/repo-slopscore#48 2026年06月28日 22:17:16 +02:00
regex or glob path matching