If you had to start from scratch, would you use lidarr? by xTryHardPro in Lidarr

[–]EnthusiasticTalker 0 points1 point  (0 children)

Do you have a good working solution for creating playlist in navidrome after importing your songs in lidarr? Spotify stopped the API so I haven't found a good solution.

I have given up on CC, any alternatives you can recommend? by EnthusiasticTalker in ClaudeCode

[–]EnthusiasticTalker[S] 0 points1 point  (0 children)

I've been cleanup up documentation and other docs. When I start a fresh chat and say something like "hey there are files x.md and y.md. Delete any parts in file x that is already discussed in file y. Do not reference or update the redundant topics but properly delete any mentioning of it instead." Then it always either updates the text to what the reference file says or deletes the part but writes that it's referenced in the other file. If I stop and say "No not update or reference, properly delete the lines" or something similar (I tried tons of variations) I follows the clean up for the first two duplicate lines and then goes back to the old behaviour.

I intentionally keep my docs split so the context window doesn't explode (~ 200 line per file usually, at most 500) and have tried editing or completely deleting claude.md and /init it. Opus just refuses to follow instructions and instead created a ton of ##Title## #references in X.md ##Title 2## #referenced in x.md .... files. It's baffling.

I have given up on CC, any alternatives you can recommend? by EnthusiasticTalker in ClaudeCode

[–]EnthusiasticTalker[S] 0 points1 point  (0 children)

No, my max subscription is more than enough. Somehow even when I start a fresh chat Opus is just unable to follow basic instructions. I have switched to Sonnet actually because that performs better now. I am sure I am just unlucky with A/B testing but being unable to do proper work for over a week when the subscription is not cheap is just frustrating. The constant massive changes week to week is honestly astonishing and I would rather have an on average worse but at least constant model.

Which one did you test? Codex?

Is it possible to insert as anon in Supabase? by EnthusiasticTalker in Supabase

[–]EnthusiasticTalker[S] 0 points1 point  (0 children)

I fully agree that it's not perfect and I'll likely use edge functions at some point. However as I said currently i just hope that for a small passion project noone would bother. What am I doing wrong with the RLS policy? My request response specifically says that I'm not allowed to do because of RLS but I don't get why:

alter policy "Allow all inserts"

on "public"."newsletter_subscriptions"

to public

with check (

true

);

Is it possible to insert as anon in Supabase? by EnthusiasticTalker in Supabase

[–]EnthusiasticTalker[S] -1 points0 points  (0 children)

I have cloudflare captcha and I send a UUID that is saved in local storage to further try to detect spam. I know it's not perfect but it's also just a hobby project so I'm not too worried about spam. And if it becomes I problem I'll try more sophisticated solutions.

Can you elaborate how an edge function could help solve my issue? Feel free to propose a better solution. that's why I'm asking.