Damus

Recent Notes

Sir TJ The Wrathful · 3w
this one does https://www.doerfelverse.com/feeds/them.xml Or here it is on the index. https://podcastindex.org/podcast/7814960 Not all the songs have video versions, but a bunch do. Rule the world, ...
Mitch Downey :pci: profile picture
exactly what I was looking for. Thank you!

Here's a work-in-progress preview of the podverse nextgen embed player...only the audio version is finished. Will be adding a video version next, with alternate enclosure support.

Sir TJ The Wrathful · 3w
this one does https://www.doerfelverse.com/feeds/them.xml Or here it is on the index. https://podcastindex.org/podcast/7814960 Not all the songs have video versions, but a bunch do. Rule the world, stay, secrets, no promises, with or without you. All in the alt enclosure
Mitch Downey :pci: · 4w
4) When it is confident, and you've reviewed the plans, and you're ready to go, ask it to implement each plan, one prompt per plan at a time, until it completes all the work. There's more nuance I co...
Mitch Downey :pci: profile picture
I don't love using these proprietary models btw. I'd love to rely on my own self-hosted and open source models, but afaik the cost of doing that without it being an absolute slog and fighting with inaccuracies is very high. For some reason GPT is much cheaper than Anthropic. I do think Anthropic models are generally better, but I don't think they're 3-10x the cost better, if budget is a concern.
Mitch Downey :pci: · 4w
FWIW the process I have used for large tasks with LLM programming looks like: 1) Use Cursor. It behaves far less quirky than VS Code for programming in my experience. 2) Explain what I want in detai...
Mitch Downey :pci: profile picture
4) When it is confident, and you've reviewed the plans, and you're ready to go, ask it to implement each plan, one prompt per plan at a time, until it completes all the work.

There's more nuance I could get into, and some custom skill/rule files, but that's the general idea. Basically, I try to get the LLM to plan the work out thoroughly and in bite sized, deferred chunks before asking it to do the work. I haven't found the need to use expensive Anthropic models most of the time.
Mitch Downey :pci: · 4w
I don't love using these proprietary models btw. I'd love to rely on my own self-hosted and open source models, but afaik the cost of doing that without it being an absolute slog and fighting with inaccuracies is very high. For some reason GPT is much cheaper than Anthropic. I do think Anthropic mod...
note1cjvp9...
Mitch Downey :pci: profile picture
FWIW the process I have used for large tasks with LLM programming looks like:

1) Use Cursor. It behaves far less quirky than VS Code for programming in my experience.

2) Explain what I want in detail, and ask it to create a high level plan file.

3) Then ask it to break the plan into more detailed subplans, and address any gaps until it is "confident" in the plans, and to save those plan files in the repo, so the work can be deferred to later. Repeat until it says it is confident.
Mitch Downey :pci: · 4w
4) When it is confident, and you've reviewed the plans, and you're ready to go, ask it to implement each plan, one prompt per plan at a time, until it completes all the work. There's more nuance I could get into, and some custom skill/rule files, but that's the general idea. Basically, I try to get...
Mitch Downey :pci: · 15w
yes, I would like to support it. re: a schema, a small suggestion I have would be, where possible, to follow patterns that align with RSS naming conventions? channelTitle itemTitle Not sure what el...
Mitch Downey :pci: profile picture
this is also something we could add to Podverse Alpha fairly soon. The main blocker for me would just be a working livestream to dev and test against. Is there a 24/7 feed using this in the wild? Maybe too expensive for someone to run, but I imagine the use case could apply for displaying "Now Playing" info for 24/7 RSS radio/tv stations?

Also, the use case seems like it may be broader than "value" specifically. "Live Info Updates" or something.
Steven Bell :pci: :pc2red: · 15w
I'll try to put together a working livestream feed in a few days with dummy liveValue tag that changes every 30seconds so you can test and develop. I also have this which is just an html file with some JS so you can see what's going on under the hood on the client side. https://codepen.io/editor/S...
Steven Bell :pci: :pc2red: · 15w
https://curiocaster.com/rss/feed.xml https://podcastindex.org/podcast/4935828 The picture shows the test tag. I have a socket connection going 24/7 that broadcast a new liveValue every 30 seconds. Just connect to the socket and parse the JSON that's returned. https://cdn.masto.host/podcastindexsoci...
Steven Bell :pci: :pc2red: · 15w
nostr:npub1p7v0a3mgwgqkhyuuwwrdf7kyt8c0gker3asa4lp0l626p0f3ck5sklqql0 nostr:npub1wd7xgn4d4jaytszay6s9q8axda0kwxxsatxfgfrgyeyk3hdpewzsvl8l2x Are either of you planning on implementing liveValue into ...
Mitch Downey :pci: profile picture
yes, I would like to support it.

re: a schema, a small suggestion I have would be, where possible, to follow patterns that align with RSS naming conventions?

channelTitle
itemTitle

Not sure what else this could apply to. Not strictly required. Just an idea.
Mitch Downey :pci: · 15w
this is also something we could add to Podverse Alpha fairly soon. The main blocker for me would just be a working livestream to dev and test against. Is there a 24/7 feed using this in the wild? Maybe too expensive for someone to run, but I imagine the use case could apply for displaying "Now Playi...
Steven Bell :pci: :pc2red: · 15w
I agree on the RSS naming conventions, so would like to come up with a json file structure we all agree on.
Mitch Downey :pci: · 15w
Podverse Alpha update 🛠️ EXPERIMENTAL: USE AT OWN RISK Bitcoin Lightning V4V transactions are live in Podverse alpha! It supports the traditional "node" send approach with metadata for sending...
Mitch Downey :pci: profile picture
do you know if the Podcasting 2.0 node has availability issues? In some of my tests, the lnaddress lookup works, and in others, it seems to fail.

@Behind the SchƎmƎs can you confirm if any of these errors are expected?

Unless these errors are entirely on Podverse's side, it seems there is quite a bit of cleanup and rejuvenation needed for the V4V Bitcoin Lightning ecosystem. We are happy to help however we can.
1
Dave · 15w
I think our node could be having issues. I'm going to check it shortly.
Mitch Downey :pci: profile picture
Podverse Alpha update 🛠️

EXPERIMENTAL: USE AT OWN RISK

Bitcoin Lightning V4V transactions are live in Podverse alpha!

It supports the traditional "node" send approach with metadata for sending messages, and it also supports lnaddress, but does not yet support sending messages with lnaddress yet (it will just send an amount for now).

I tried sending a 1234 sats boost to @Behind the SchƎmƎs and Podcasting 2.0 with mixed results...unsure if these failures are due to node issues, or buggy PV code.




3
Mitch Downey :pci: · 15w
do you know if the Podcasting 2.0 node has availability issues? In some of my tests, the lnaddress lookup works, and in others, it seems to fail. nostr:npub18xhv0n2z3fw6xzz9mxlwq54ysc0z7r0m3c0ulxkl47lyan7uux2qp29nzr can you confirm if any of these errors are expected? Unless these errors are entir...