#Amethyst has anyone ever reported this bug? My media player in the top widget menu will show amethyst "playing" a post? Its really annoying if the last thing I did on my phone before getting into my car was scrolling amethyst. Then when my phone connects to my car it won't auto play music as I expect but will auto play an amethyst post. Which makes no sense, I'm not sure why a normal text post is being treated as media to play in the background. Like a given post won't even have a GIF, audio or video linked to it.
RebelOfBabylon
_@rebelofbabylon.com
npub16phx...7gjy
Lmao GPTo1 is just using the python scripts people built to chain prompts together in the background based on your initial prompt for tasking/agents (I e. Break down the steps, then make each step its own prompt, summarize the result, ask if it matches with original prompt, etc.). This is nothing new.
God I fucking hate JIRA: I get an email about a merge request to review. Click on the link: no info in the MR description but there's a link to a JIRA issue. I click the link: no info but there's a link to a gitlab issue. Click the link: no info but there's a link to a different JIRA issue but I don't have access to it. #dev
I'm trying to understand nostrdb and lmdb better in general. I think I have a good grasp of B+ tree and how they keys in the nodes/leaves are the primary index. But I saw that in nostrdb, there are additional fields of notes that are indexed. How does this work? #asknostr #dev