This is a thread for random discussions that gets posted everyday at 5am central.
Tell us what you're doing today, ask questions, or vent about your life. Whatever you want, let it rip!
Beginning to work on actually implementing yield. I would guess it'll take me about a week. It's been a crazy week here so I haven't had a bunch of time to code and I'm beginning to get depressed as a result lol.
I basically need to:
  1. record every sat we earn with a timestamp, which we currently do for everything but the job board right now
  2. yield algo by either modifying the existing trust scores to have a more aggressive decay, or compute another trust score specifically for yield that's bound to within days to weeks rather than months
  3. notifications for users having earned yield
  4. display the data in 1 on the satistics page for the job poster
After this I really need to get back to basics because things like notifications continue to be slow and there's a bunch of stuff in the backlog that deserves attention.
reply
Good luck is all I can say. Building web apps is a rather endless job. You have a good user base though!
reply
🤞 it’s the endless job I want
reply
I'm looking for a Docker container of Bitcoin core that can run in regtest mode. Has anyone had any luck with this image: https://hub.docker.com/r/ruimarinho/bitcoin-core/
reply
I haven't used that image. I use Polar for regtest lightning nodes, but it supports all these docker images https://github.com/jamaljsr/polar/tree/master/docker
reply
Thanks, I'll give these a look
reply