pull down to refresh
You mean if you use a static deposit address instead of being online and creating a new address + presigned unilateral exit transaction for every deposit?
I guess in that case you need to trust that you will be able to claim your deposit.
I also don't know how unilateral exit works for lightning deposits.
Spark has unilateral exit, unlike custodians
This is great, thank you.
I think you would be interested in Terror Management Theory if you aren't already familiar with it. I'm currently reading The Denial of Death by Ernest Becker. TMT is based on it.
The theory argues that religion is one of many possible, necessary lies to live in a terrifying world as spiritual and physical beings: spiritual because we seek meaning, a reason for our existence, and physical because we must die. Religion is a collective solution to the problem that "we all want to be something more than a shitting and fucking creature that dies."[1]
Culture and art are other ways to achieve similar heroism: the courage to live and accept death, rather than repress it or live in constant terror of it.
Btw, as an artist, you might like what Becker has to say about you:
The key to the creative type is that he is separated out of the common pool of shared meanings. There is something in his life experience that makes him take in the world as a problem; as a result he has to make personal sense out of it. This holds true for all creative people to a greater or lesser extent, but it is especially obvious with the artist. Existence becomes a problem that needs an ideal answer; but when you no longer accept the collective solution to the problem of existence, then you must fashion your own. The work of art is, then, the ideal answer of the creative type to the problem of existence as he takes it in—not only the existence of the external world, but especially his own: who he is as a painfully separate person with nothing shared to lean on. He has to answer to the burden of his extreme individuation, his so painful isolation. He wants to know how to earn immortality as a result of his own unique gifts. His creative work is at the same time the expression of his heroism and the justification of it. It is his "private religion"—as Rank put it. Its uniqueness gives him personal immortality; it is his own "beyond" and not that of others.
There's also a funny point in the book where it reduces everything down to some kind of religion:
Regarding your question about what you should tell your children: my answer is similar to what @Undisciplined said. I think you should tell them what you believe in and give them the space to find what they believe in. You could try to tell them what you told us here. It doesn't have to be all at once; it could happen slowly over many years.
Not my words, but from a review of the book. I liked them very much. So much, in fact, I added them as a quote on my website. ↩
Why is your book sold for fiat when you don't want people to buy it with fiat?
Is your book listed on amazon without your permission?
Oh, hey, what a surprising reply! This post is from May 16, 2025. How did you stumble across it? Did you arrive here from the post on my blog? 👀
Thanks for the advice, and for sharing your experience! Always nice to hear one isn't alone.
At this point in my life, I was pretty much burning out, but I didn't acknowledge it yet. It didn't feel right to claim that. I had paradoxical feelings about it: "I'm not doing much because I'm burned out. But how can I be burned out if I'm not doing much?" I also kept thinking about how I really needed a break, but how I also really needed to get this done as soon as possible. I was aware of diminishing returns wrt productivity, but I lost all imagination about what else to do except work.
Well, anyway, I'm glad it's over, and for the experience.
would be such a power move to also rename himself to @pastpaul
You might be interested in the egg theory
Sorry for the outdated @hn spam
Need to reset its database when I’m home
@k00b @sox, FYI, SN is now checking user agents. Is this intended, or is it a bug? I couldn’t find the code that enforces this.
$ curl -X POST 'https://stacker.news/api/graphql' -H 'Content-Type: application/json' -d '{"query": "query items { items(limit: 1) { items { id } } }"}'
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
</body>
</html>$ curl -X POST 'https://stacker.news/api/graphql' -H 'Content-Type: application/json' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) Chrome/120.0' -d '{"query": "query items { items(limit: 1) { items { id } } }"}'
{"data":{"items":{"items":[{"id":"1452733"}]}}}
Mhh, yeah, a sad state of affairs