Avatar
James A Lewis
9a4acdeb978565e27490dca65c83e9f65745eaec1d9a0405a52d198c1489913b
Husband, father, #Catholic #Christian, Amateur Philosopher, Bitcoiner, freedom lover, word nerd #dadstr

Sounds like a feature that could be added workout too much trouble.

Meetups should be used to build up WoT. If you add IRL contacts to a special list used specifically for WoT, you would necessarily exclude the crazies and the bots.

Today, I review Arrow's Edge Coaching. They are a Christian coaching practice of nine coaches whose target audience are influential Christians. I show how the ingredients are there with a little adjustment for some powerful and compelling phraseology.

https://v.nostr.build/5G2nY.mp4

Hmmm... these don't contain my suggestions

```

...

// check if the file contains too many header levels

// (stripos($markdown,'###') !== false) ? throw new InvalidArgumentException('This markdown file contains too many header levels. Please correct down to 2 levels and retry.') : $markdown;

// break the file into metadata and sections

// $markdownFormatted = explode("^##\s", $markdown);

$markdownFormatted = preg_split("^##\s", $markdown); // split on all lines beginning with `##` followed by a space, indicating heading level #2

// check if the file contains too few header levels

(count($markdownFormatted) === 1) ? throw new InvalidArgumentException('This markdown file contain no headers or only one level of headers. Please add a second level and retry.') : $markdownFormatted;

$this->set_short_title(trim($this->bookArguments[1], ".md"));

// $bookTitle = array_shift($markdownFormatted);

$bookCover = explode(PHP_EOL, $markdownFormatted[0], 2);

if(count($bookCover) > 1) {

$bookTitle = $bookCover[0];

$markdownFormatted[0] = $bookCover[1];

} else {

$bookTitle = $bookCover[0];

$bookCover = "";

array_shift($markdownFormatted);

}

$this->set_title(trim(trim($bookTitle, "# ")));

...

```

I found that it didn't like colons in the title, and like you said, `**Abstract**...` needed to be a heading level 2. I also found that the `## Abstract ...` needs to be broken up, not just made into a heading (saw the `\n\n` in your event published). Otherwise, the article event fails to create (that was the last key to making it work).

Some checks might be needed to provide the user feedback on what might have caused a book to fail to publish.

That's actually pretty cool! I get ngit notifications in Amethyst. I mean, it's obvious why, but it's still a novelty to have a more unified notifications system.

Yes, indeed. In a way, it is not the mind as a whole but the emotions that guide "their reality." I am not free from my own emotions influencing my perception of reality, I freely admit, but the emotions are not to be trusted but verified, much like many other things.

Our model of the world needs constant scrutiny. It is only in this way that we may approach Truth, and for that matter, Goodness and Beauty also.

It's religious discrimination. They're forcing their woke religion on everyone else. If you don't affirm their defacto religious claim of self-identity as being supreme over and above all other rights, they are religiously compelled to shun and excommunicate.

Their religion is fundamentally contra-traditional self-identification relative realism. It is downstream of feminism, the view that women and men are not fundamentally distinct. It's the result of the mindset that "you can be anything you want if you believe in it enough."

Just learned the word "beard" is also a verb to mean "to confront and oppose with boldness, resolution, and often effrontery; defy."

I couldn't help myself but to write a few lines.

His jaw set as iron,

and with unwavering gaze,

Man steps into the frey,

minding not the smokey haze.

His call has come to act.

He heeds the solemn summon.

To greatness does he give

his life, quotidianum.

His spirit unbroken,

to beard the hardships and strife,

confront adversary,

and fulfill the call of life.

Test! Test! Test! Test! Test!

It'll never be enough

https://youtu.be/GzhKG23pl-0?si=od6ly2YxpSacVooN

NVM. It literally just needed 'ext-fileinfo' to be enabled 🤷‍♂️ I just didn't read the next line 😂

What gives?

I go to version 7.4.9, and it says I need ^8.2, but I go to 8.2.20 and it says I need ^7.2

Some of the dependencies need different versions of PHP?!?

'''...require php ^7.2 -> your php version (8.2.20) does not satisfy...'''

wat

#wat #askNostr

Millennials when they realize the boomers are bankrupting the nation, but before they discover bitcoin

In fact, I believe it is the 11-bit/word BIP32 (2048 words, alphabetical index)

24 words = 264-bits = 256-bit seed + 8-bit checksum