Compare commits

...

2 Commits

Author SHA1 Message Date
8c06f6948a adjusts article width and position 2025-05-22 17:04:18 -06:00
fb9945279b fixes Nathan's find and replace madness 2025-05-22 16:48:35 -06:00
3 changed files with 6 additions and 6 deletions

View File

@ -83,7 +83,7 @@ I used to do this in a more mystical way before. You can just measure a person's
The other way of teaching, which is “slapping the person in the face”? I think that's a lot of arrogance, because I'm going to tell you what you have instantly, all the products, all the solutions. But I didn't give you a path to walk. Your body will improve in three months, you will improve. But then what will you do afterward? You'll come back, and I'll see you again. And it was precisely this that I wanted to escape from. The other way of teaching, which is “slapping the person in the face”? I think that's a lot of arrogance, because I'm going to tell you what you have instantly, all the products, all the solutions. But I didn't give you a path to walk. Your body will improve in three months, you will improve. But then what will you do afterward? You'll come back, and I'll see you again. And it was precisely this that I wanted to escape from.
If I hadn't escaped from this, today I would have a fuller schedule. I would charge more for my consultation. I'd just be measuring pulses, just doing that. I would earn more money. I wouldn't be making free videos, then answering two hundred questions per video. But if I really believe it, I'm thirty-nine years old. If I really believe that I'm going to die, I'm going to be born again, one of the things I wanted to do was leave knowledge good enough because people talk about the Final Judgment in the Bible. Ayurveda says that there is a moment of disembodiment, a millisecond that you will experience your life. And you will say to yourself. And that's what the Ayahuasca folks call DMT, divine pinterview, that kind of thing. Ayurveda explains this in a very cool way. If I hadn't escaped from this, today I would have a fuller schedule. I would charge more for my consultation. I'd just be measuring pulses, just doing that. I would earn more money. I wouldn't be making free videos, then answering two hundred questions per video. But if I really believe it, I'm thirty-nine years old. If I really believe that I'm going to die, I'm going to be born again, one of the things I wanted to do was leave knowledge good enough because people talk about the Final Judgment in the Bible. Ayurveda says that there is a moment of disembodiment, a millisecond that you will experience your life. And you will say to yourself. And that's what the Ayahuasca folks call DMT, divine particle, that kind of thing. Ayurveda explains this in a very cool way.
A few years ago, I got into the idea that I couldn't die because I hadn't recorded my diagnostic course yet. So I think you get the desire to communicate in a way... that's what happened in my life. I want to be well with myself. That's it. And I also became a person who had to learn the division between right and wrong in the sense of going beyond just being nice. So I can't just be the nice guy on the Live. I also have to be harsh sometimes. I also have to scold sometimes. And it's part of this path that I've adopted. I used to get angry when people called me master. Because all my masters disappointed me. Today, if you want to call me Master, call me, but I'm an Ayurveda teacher. I'm here to pass on what I've studied, as incomplete as it may be. A few years ago, I got into the idea that I couldn't die because I hadn't recorded my diagnostic course yet. So I think you get the desire to communicate in a way... that's what happened in my life. I want to be well with myself. That's it. And I also became a person who had to learn the division between right and wrong in the sense of going beyond just being nice. So I can't just be the nice guy on the Live. I also have to be harsh sometimes. I also have to scold sometimes. And it's part of this path that I've adopted. I used to get angry when people called me master. Because all my masters disappointed me. Today, if you want to call me Master, call me, but I'm an Ayurveda teacher. I'm here to pass on what I've studied, as incomplete as it may be.

View File

@ -161,7 +161,7 @@ So we had these submissions---the RDF people had gone, so we had these two sets
We couldn't agree on any one of the models. Finally, Tantek and I sat down, and Tantek was like, "Hey, look, we can just publish all of these. Let's just go ahead and do it. That way we don't have to argue about which one's right and which one's wrong. Let's just get them out, and they'll be official W3C standards, and they're out there." We couldn't agree on any one of the models. Finally, Tantek and I sat down, and Tantek was like, "Hey, look, we can just publish all of these. Let's just go ahead and do it. That way we don't have to argue about which one's right and which one's wrong. Let's just get them out, and they'll be official W3C standards, and they're out there."
James Snell had taken the earlier versions of ActivityStreams and made a new one that was JSON-based---ActivityStreams 2.0. He had built most of it already, so we were in an editorial stage by then. It's the data structures defining what is a note, what is an interview, what is an image. What does it mean to like something, to follow someone? He set up that architecture of the data structures. ActivityPump was the protocol for getting those data structures moved around. James Snell had taken the earlier versions of ActivityStreams and made a new one that was JSON-based---ActivityStreams 2.0. He had built most of it already, so we were in an editorial stage by then. It's the data structures defining what is a note, what is an article, what is an image. What does it mean to like something, to follow someone? He set up that architecture of the data structures. ActivityPump was the protocol for getting those data structures moved around.
But Erin, who submitted this proposal, was not interested in taking it any further. We had two people who had joined the group from an open-source project called MediaGoblin. It was kind of a distributed social network with a focus on images and video and things like that. They wanted to support OStatus, and I had been like, "Hey, you should come be part of this W3C thing. We're doing the next protocol after OStatus, so come help build that." But Erin, who submitted this proposal, was not interested in taking it any further. We had two people who had joined the group from an open-source project called MediaGoblin. It was kind of a distributed social network with a focus on images and video and things like that. They wanted to support OStatus, and I had been like, "Hey, you should come be part of this W3C thing. We're doing the next protocol after OStatus, so come help build that."

View File

@ -1,11 +1,11 @@
{{ define "main" }} {{ define "main" }}
<interview class="single-interview"> <article class="single-interview">
<header class="mb-4 wompum-container wompum-container--wide-gap aspect-2/1 md:aspect-3/1">{{ partial "interview-wompum.html" . }}</header> <header class="mb-4 wompum-container wompum-container--wide-gap aspect-2/1 md:aspect-3/1">{{ partial "interview-wompum.html" . }}</header>
<div class="flex md:flex-row flex-col gap-4 mt-4"> <div class="flex md:flex-row flex-col gap-4 mt-4">
<aside class="md:sticky md:top-24 md:h-screen lg:w-1/3 p-4 font-iosevka"> <aside class="md:sticky md:top-24 md:h-screen p-4 font-iosevka">
{{ $headshot := resources.GetMatch (printf "**/%s" (strings.TrimPrefix "/" .Params.headshot)) }} {{ $headshot := resources.GetMatch (printf "**/%s" (strings.TrimPrefix "/" .Params.headshot)) }}
{{ if and .Params.headshot $headshot }} {{ if and .Params.headshot $headshot }}
<div class="narrator__container -mt-24" data-text="{{ .Params.narrator }}"> <div class="narrator__container -mt-24" data-text="{{ .Params.narrator }}">
@ -19,7 +19,7 @@
{{ end }} {{ end }}
<div class="md:block hidden">{{ partial "interview-metadata.html" . }}</div> <div class="md:block hidden">{{ partial "interview-metadata.html" . }}</div>
</aside> </aside>
<div class="prose-xl dark:prose-invert lg:w-2/3 p-4 mx-auto md:mx-0"> <div class="prose-xl max-w-prose dark:prose-invert p-4 mx-auto">
<p class="font-bold text-4xl interview-title interview-title--single">{{ partial "interview-title" . }}</p> <p class="font-bold text-4xl interview-title interview-title--single">{{ partial "interview-title" . }}</p>
<p class="text-2xl">{{ .Params.summary }}</p> <p class="text-2xl">{{ .Params.summary }}</p>
<div class="wompum-container wompum-container--no-gap h-1"> <div class="wompum-container wompum-container--no-gap h-1">
@ -30,7 +30,7 @@
</div> </div>
<aside class="md:hidden block p-8 mt-8 border-t border-gray-200">{{ partial "interview-metadata.html" . }}</aside> <aside class="md:hidden block p-8 mt-8 border-t border-gray-200">{{ partial "interview-metadata.html" . }}</aside>
</div> </div>
</interview> </article>
<aside class="max-w-screen-xl mx-auto"> <aside class="max-w-screen-xl mx-auto">
{{ partial "related-interviews" (dict "page" . "topics" .Params.topics "limit" 3) }} {{ partial "related-interviews" (dict "page" . "topics" .Params.topics "limit" 3) }}
</aside> </aside>