Damus

Recent Notes

Dave profile picture
I'm going to start closing channels on the Podcast Index lightning node starting today. The $240/month is no longer self sustaining and we lose about $200 on the node every month. It won't stop anyone from boosting in a podcast. We just always kept the channels free as a service so now if you open your own channel to somewhere you might have to pay for it.

Our node's database is so humongous that all the normal tools (bos, rtl, etc) just error out. I'll be doing it from command line (lnd).
1
Eric P · 3d
I'm happy to open channels to whoever needs them. I know a bunch of the community feels the same. nostr:npub18jfe64ym82jq9zhchxl33c7hl43rwg43zmm0573k4wtne23r8hdqcwzfeh also does regular ring of fires to get people channeled up.
Dave profile picture
A "weight" is just a form of heuristic. Regression is literally built in to the LLM at a fundamental level. Re-weighting a model will always regress other weights. One slider gets pushed up and another goes down. It's impossible to get 100% unit test coverage in such a system. It's a beta test that never ends.
Dave profile picture
#podping The gossip-listener is now called podping-gossipwatcher.

You guys would be proud of me. I used docker across the board for all this stuff. :-)
1
Eric P · 1w
Very proud of you! The next level of container insanity is to run it in Kubernetes.
Dave · 1w
All 5 podping.cloud hosts are now running gossip-writers. Gossip watchers should now be seeing all podpings come through in parity with Hive.
Dave · 1w
4/5 enabled.
Dave · 1w
3/5 enabled.
Dave profile picture
#podping Gossip monitor now factored out into it's own repo:

https://github.com/Podcastindex-org/podping-monitor

Live at: https://ppmonitor.podcastindex.org/

Anyone can run a monitor:

docker run -d --name podping-monitor \
--restart unless-stopped \
--log-opt max-size=10m \
--log-opt max-file=3 \
-v $(pwd)/data:/data/gossip \
-e IROH_NODE_KEY_FILE=/data/gossip/node.key \
-e KNOWN_PEERS_FILE=/data/gossip/known_peers.txt \
-p 80:8090 \
podcastindexorg/podping-monitor:latest

Set your ~/data permissions correctly.