Create post. Clean up footer.
parent
0853c7d20d
commit
41396d5b40
|
@ -85,6 +85,15 @@ said that.</p>
|
|||
<h2>Related Posts</h2>
|
||||
<ul class="related-posts">
|
||||
|
||||
<li>
|
||||
<h3>
|
||||
<a href="/~rogbeer/2018/10/04/jekyll/">
|
||||
Setting this up with Jekyll
|
||||
<small><time datetime="2018-10-04T00:00:00+00:00">04 Oct 2018</time></small>
|
||||
</a>
|
||||
</h3>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h3>
|
||||
<a href="/~rogbeer/2018/03/19/night/">
|
||||
|
@ -111,10 +120,9 @@ said that.</p>
|
|||
|
||||
<footer class="footer">
|
||||
<small>
|
||||
© <a href="https://phtan.github.io/">Tony Chen</a>, <time datetime="2018-10-02T07:31:12+00:00">2018</time>. All rights reserved.
|
||||
© <a href="https://phtan.github.io/">Tony Chen</a>, <time datetime="2018-10-04T04:48:57+00:00">2018</time>. All rights reserved.
|
||||
Built on <a href="https://jekyllrb.com/">Jekyll</a>, using the theme
|
||||
<a href="http://getpoole.com/">Poole</a>, with generous help from
|
||||
<a href="http://tilde.town/~resir014/">~resir014</a>.
|
||||
<a href="http://getpoole.com/">Poole</a>.
|
||||
Hosted on <a href="http://tilde.town/">tilde.town</a>
|
||||
</small>
|
||||
</footer>
|
||||
|
|
|
@ -57,6 +57,15 @@
|
|||
<h2>Related Posts</h2>
|
||||
<ul class="related-posts">
|
||||
|
||||
<li>
|
||||
<h3>
|
||||
<a href="/~rogbeer/2018/10/04/jekyll/">
|
||||
Setting this up with Jekyll
|
||||
<small><time datetime="2018-10-04T00:00:00+00:00">04 Oct 2018</time></small>
|
||||
</a>
|
||||
</h3>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h3>
|
||||
<a href="/~rogbeer/2018/03/19/night/">
|
||||
|
@ -83,10 +92,9 @@
|
|||
|
||||
<footer class="footer">
|
||||
<small>
|
||||
© <a href="https://phtan.github.io/">Tony Chen</a>, <time datetime="2018-10-02T07:31:12+00:00">2018</time>. All rights reserved.
|
||||
© <a href="https://phtan.github.io/">Tony Chen</a>, <time datetime="2018-10-04T04:48:57+00:00">2018</time>. All rights reserved.
|
||||
Built on <a href="https://jekyllrb.com/">Jekyll</a>, using the theme
|
||||
<a href="http://getpoole.com/">Poole</a>, with generous help from
|
||||
<a href="http://tilde.town/~resir014/">~resir014</a>.
|
||||
<a href="http://getpoole.com/">Poole</a>.
|
||||
Hosted on <a href="http://tilde.town/">tilde.town</a>
|
||||
</small>
|
||||
</footer>
|
||||
|
|
|
@ -72,6 +72,15 @@ god. A business-partner. So on and so forth.</p>
|
|||
<h2>Related Posts</h2>
|
||||
<ul class="related-posts">
|
||||
|
||||
<li>
|
||||
<h3>
|
||||
<a href="/~rogbeer/2018/10/04/jekyll/">
|
||||
Setting this up with Jekyll
|
||||
<small><time datetime="2018-10-04T00:00:00+00:00">04 Oct 2018</time></small>
|
||||
</a>
|
||||
</h3>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h3>
|
||||
<a href="/~rogbeer/2018/03/15/sunny/">
|
||||
|
@ -98,10 +107,9 @@ god. A business-partner. So on and so forth.</p>
|
|||
|
||||
<footer class="footer">
|
||||
<small>
|
||||
© <a href="https://phtan.github.io/">Tony Chen</a>, <time datetime="2018-10-02T07:31:12+00:00">2018</time>. All rights reserved.
|
||||
© <a href="https://phtan.github.io/">Tony Chen</a>, <time datetime="2018-10-04T04:48:57+00:00">2018</time>. All rights reserved.
|
||||
Built on <a href="https://jekyllrb.com/">Jekyll</a>, using the theme
|
||||
<a href="http://getpoole.com/">Poole</a>, with generous help from
|
||||
<a href="http://tilde.town/~resir014/">~resir014</a>.
|
||||
<a href="http://getpoole.com/">Poole</a>.
|
||||
Hosted on <a href="http://tilde.town/">tilde.town</a>
|
||||
</small>
|
||||
</footer>
|
||||
|
|
|
@ -0,0 +1,116 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link href="http://gmpg.org/xfn/11" rel="profile">
|
||||
|
||||
<!-- Enable responsiveness on mobile devices-->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>
|
||||
|
||||
Setting this up with Jekyll · Mr. Rogbeer is from Mauritius but not ~rogbeer
|
||||
|
||||
</title>
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="/~rogbeer/styles.css">
|
||||
|
||||
<!-- Icons -->
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/~rogbeer/public/apple-touch-icon-precomposed.png">
|
||||
<link rel="shortcut icon" href="/~rogbeer/public/favicon.ico">
|
||||
|
||||
<!-- RSS -->
|
||||
<link rel="alternate" type="application/atom+xml" title="Mr. Rogbeer is from Mauritius but not ~rogbeer" href="/~rogbeer/atom.xml">
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
<div class="container content">
|
||||
<header class="masthead">
|
||||
<h3 class="masthead-title">
|
||||
<a href="/~rogbeer/" title="Home">Mr. Rogbeer is from Mauritius but not ~rogbeer</a>
|
||||
<small>What are you doing with your sack of flesh? That's the question</small>
|
||||
</h3>
|
||||
|
||||
<br />
|
||||
|
||||
|
||||
<small><a href="/~rogbeer/swap">What would people give, for a cassette tape?
|
||||
</a>
|
||||
</small>
|
||||
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<article class="post">
|
||||
<h1 class="post-title">Setting this up with Jekyll</h1>
|
||||
<time datetime="2018-10-04T00:00:00+00:00" class="post-date">04 Oct 2018</time>
|
||||
<p>I thought I would post about the resources that I have had the privilege to
|
||||
refer to, in trying out the static-site generator Jekyll and one of the themes
|
||||
for it, Poole.</p>
|
||||
|
||||
<h3 id="resources">Resources</h3>
|
||||
|
||||
<p>In no particular order,</p>
|
||||
|
||||
<ol>
|
||||
<li>Lande, J. (2014). ‘How I Created a Beautiful and Minimal Blog Using Jekyll, Github Pages, and poole’. URL: <a href="http://joshualande.com/jekyll-github-pages-poole">http://joshualande.com/jekyll-github-pages-poole</a>. Accessed URL on 4th Oct 2018.</li>
|
||||
<li>Resi. (2017). ‘Jekyll and tilde.town’. In <em>tilde.town</em> (Issue 2), pp. 5 to 9. URL: <a href="https://github.com/tildetown/zine/blob/master/issue_2/zine.pdf">https://github.com/tildetown/zine/blob/master/issue_2/zine.pdf</a>. Accessed URL on 4th OCt 2018.</li>
|
||||
<li>Parker. (2014). ‘Clearing Up Confusion Around baseurl – Again’. URL: <a href="https://byparker.com/blog/2014/clearing-up-confusion-around-baseurl/">https://byparker.com/blog/2014/clearing-up-confusion-around-baseurl/</a>. Accessed URL on 4th Oct 2018.</li>
|
||||
</ol>
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
<aside class="related">
|
||||
<h2>Related Posts</h2>
|
||||
<ul class="related-posts">
|
||||
|
||||
<li>
|
||||
<h3>
|
||||
<a href="/~rogbeer/2018/03/19/night/">
|
||||
A new way? nineteenth of March 2018: Night
|
||||
<small><time datetime="2018-03-19T00:00:00+00:00">19 Mar 2018</time></small>
|
||||
</a>
|
||||
</h3>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h3>
|
||||
<a href="/~rogbeer/2018/03/15/sunny/">
|
||||
fifteenth of March 2018: Sunny
|
||||
<small><time datetime="2018-03-15T00:00:00+00:00">15 Mar 2018</time></small>
|
||||
</a>
|
||||
</h3>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h3>
|
||||
<a href="/~rogbeer/2016/11/10/rainy/">
|
||||
10th November 2016: Rainy
|
||||
<small><time datetime="2016-11-10T00:00:00+00:00">10 Nov 2016</time></small>
|
||||
</a>
|
||||
</h3>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</aside>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
<footer class="footer">
|
||||
<small>
|
||||
© <a href="https://phtan.github.io/">Tony Chen</a>, <time datetime="2018-10-04T04:48:57+00:00">2018</time>. All rights reserved.
|
||||
Built on <a href="https://jekyllrb.com/">Jekyll</a>, using the theme
|
||||
<a href="http://getpoole.com/">Poole</a>.
|
||||
Hosted on <a href="http://tilde.town/">tilde.town</a>
|
||||
</small>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
5
404.html
5
404.html
|
@ -54,10 +54,9 @@
|
|||
|
||||
<footer class="footer">
|
||||
<small>
|
||||
© <a href="https://phtan.github.io/">Tony Chen</a>, <time datetime="2018-10-02T07:31:12+00:00">2018</time>. All rights reserved.
|
||||
© <a href="https://phtan.github.io/">Tony Chen</a>, <time datetime="2018-10-04T04:48:57+00:00">2018</time>. All rights reserved.
|
||||
Built on <a href="https://jekyllrb.com/">Jekyll</a>, using the theme
|
||||
<a href="http://getpoole.com/">Poole</a>, with generous help from
|
||||
<a href="http://tilde.town/~resir014/">~resir014</a>.
|
||||
<a href="http://getpoole.com/">Poole</a>.
|
||||
Hosted on <a href="http://tilde.town/">tilde.town</a>
|
||||
</small>
|
||||
</footer>
|
||||
|
|
23
atom.xml
23
atom.xml
|
@ -4,7 +4,7 @@
|
|||
<title>Mr. Rogbeer is from Mauritius but not ~rogbeer</title>
|
||||
<link href="http://tilde.town/~rogbeer/atom.xml" rel="self"/>
|
||||
<link href="http://tilde.town/~rogbeer/"/>
|
||||
<updated>2018-10-02T07:31:12+00:00</updated>
|
||||
<updated>2018-10-04T04:48:57+00:00</updated>
|
||||
<id>http://tilde.town</id>
|
||||
<author>
|
||||
<name>Tony Chen</name>
|
||||
|
@ -12,6 +12,27 @@
|
|||
</author>
|
||||
|
||||
|
||||
<entry>
|
||||
<title>Setting this up with Jekyll</title>
|
||||
<link href="http://tilde.town/~rogbeer/2018/10/04/jekyll/"/>
|
||||
<updated>2018-10-04T00:00:00+00:00</updated>
|
||||
<id>http://tilde.town/2018/10/04/jekyll</id>
|
||||
<content type="html"><p>I thought I would post about the resources that I have had the privilege to
|
||||
refer to, in trying out the static-site generator Jekyll and one of the themes
|
||||
for it, Poole.</p>
|
||||
|
||||
<h3 id="resources">Resources</h3>
|
||||
|
||||
<p>In no particular order,</p>
|
||||
|
||||
<ol>
|
||||
<li>Lande, J. (2014). ‘How I Created a Beautiful and Minimal Blog Using Jekyll, Github Pages, and poole’. URL: <a href="http://joshualande.com/jekyll-github-pages-poole">http://joshualande.com/jekyll-github-pages-poole</a>. Accessed URL on 4th Oct 2018.</li>
|
||||
<li>Resi. (2017). ‘Jekyll and tilde.town’. In <em>tilde.town</em> (Issue 2), pp. 5 to 9. URL: <a href="https://github.com/tildetown/zine/blob/master/issue_2/zine.pdf">https://github.com/tildetown/zine/blob/master/issue_2/zine.pdf</a>. Accessed URL on 4th OCt 2018.</li>
|
||||
<li>Parker. (2014). ‘Clearing Up Confusion Around baseurl – Again’. URL: <a href="https://byparker.com/blog/2014/clearing-up-confusion-around-baseurl/">https://byparker.com/blog/2014/clearing-up-confusion-around-baseurl/</a>. Accessed URL on 4th Oct 2018.</li>
|
||||
</ol>
|
||||
</content>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<title>A new way? nineteenth of March 2018: Night</title>
|
||||
<link href="http://tilde.town/~rogbeer/2018/03/19/night/"/>
|
||||
|
|
40
index.html
40
index.html
|
@ -49,29 +49,26 @@
|
|||
|
||||
<article class="post">
|
||||
<h1 class="post-title">
|
||||
<a href="/~rogbeer/2018/03/19/night/">
|
||||
A new way? nineteenth of March 2018: Night
|
||||
<a href="/~rogbeer/2018/10/04/jekyll/">
|
||||
Setting this up with Jekyll
|
||||
</a>
|
||||
</h1>
|
||||
|
||||
<time datetime="2018-03-19T00:00:00+00:00" class="post-date">19 Mar 2018</time>
|
||||
<time datetime="2018-10-04T00:00:00+00:00" class="post-date">04 Oct 2018</time>
|
||||
|
||||
<p>When did it become an assumption that I have to have a password on the
|
||||
Internet or even my desktop-computer? I was inspired to think if
|
||||
something has gone wrong, in the design of Internet-and-computer
|
||||
technologies, when I realised that an engineering problem - how to
|
||||
display certain information on a web-site - could possibly be solved by
|
||||
letting users run commands on the server (as opposed as viewing data on
|
||||
a client) Passwords, levels of privilege, ‘admininistrator-rights’ -
|
||||
don’t all these scream ‘I don’t trust you. I don’t trust others’ Now is
|
||||
that what I want in my life, I ask. Do I want to indirectly say ‘I don’t
|
||||
trust others’ every time I use a technology. Or do I want to spend time
|
||||
building (trust in) relationships that arguably are made and broken by
|
||||
(mutual) trust. Does using technology necessarily mean that I have to
|
||||
give up on trust and/or trust-building. Is it possible we could find a
|
||||
new way to use technology so that we find the satisfaction (and
|
||||
intimacy) that comes from a rewarding relationship with a something. A
|
||||
god. A business-partner. So on and so forth.</p>
|
||||
<p>I thought I would post about the resources that I have had the privilege to
|
||||
refer to, in trying out the static-site generator Jekyll and one of the themes
|
||||
for it, Poole.</p>
|
||||
|
||||
<h3 id="resources">Resources</h3>
|
||||
|
||||
<p>In no particular order,</p>
|
||||
|
||||
<ol>
|
||||
<li>Lande, J. (2014). ‘How I Created a Beautiful and Minimal Blog Using Jekyll, Github Pages, and poole’. URL: <a href="http://joshualande.com/jekyll-github-pages-poole">http://joshualande.com/jekyll-github-pages-poole</a>. Accessed URL on 4th Oct 2018.</li>
|
||||
<li>Resi. (2017). ‘Jekyll and tilde.town’. In <em>tilde.town</em> (Issue 2), pp. 5 to 9. URL: <a href="https://github.com/tildetown/zine/blob/master/issue_2/zine.pdf">https://github.com/tildetown/zine/blob/master/issue_2/zine.pdf</a>. Accessed URL on 4th OCt 2018.</li>
|
||||
<li>Parker. (2014). ‘Clearing Up Confusion Around baseurl – Again’. URL: <a href="https://byparker.com/blog/2014/clearing-up-confusion-around-baseurl/">https://byparker.com/blog/2014/clearing-up-confusion-around-baseurl/</a>. Accessed URL on 4th Oct 2018.</li>
|
||||
</ol>
|
||||
|
||||
</article>
|
||||
|
||||
|
@ -90,10 +87,9 @@ god. A business-partner. So on and so forth.</p>
|
|||
|
||||
<footer class="footer">
|
||||
<small>
|
||||
© <a href="https://phtan.github.io/">Tony Chen</a>, <time datetime="2018-10-02T07:31:12+00:00">2018</time>. All rights reserved.
|
||||
© <a href="https://phtan.github.io/">Tony Chen</a>, <time datetime="2018-10-04T04:48:57+00:00">2018</time>. All rights reserved.
|
||||
Built on <a href="https://jekyllrb.com/">Jekyll</a>, using the theme
|
||||
<a href="http://getpoole.com/">Poole</a>, with generous help from
|
||||
<a href="http://tilde.town/~resir014/">~resir014</a>.
|
||||
<a href="http://getpoole.com/">Poole</a>.
|
||||
Hosted on <a href="http://tilde.town/">tilde.town</a>
|
||||
</small>
|
||||
</footer>
|
||||
|
|
|
@ -49,14 +49,29 @@
|
|||
|
||||
<article class="post">
|
||||
<h1 class="post-title">
|
||||
<a href="/~rogbeer/2018/03/15/sunny/">
|
||||
fifteenth of March 2018: Sunny
|
||||
<a href="/~rogbeer/2018/03/19/night/">
|
||||
A new way? nineteenth of March 2018: Night
|
||||
</a>
|
||||
</h1>
|
||||
|
||||
<time datetime="2018-03-15T00:00:00+00:00" class="post-date">15 Mar 2018</time>
|
||||
<time datetime="2018-03-19T00:00:00+00:00" class="post-date">19 Mar 2018</time>
|
||||
|
||||
|
||||
<p>When did it become an assumption that I have to have a password on the
|
||||
Internet or even my desktop-computer? I was inspired to think if
|
||||
something has gone wrong, in the design of Internet-and-computer
|
||||
technologies, when I realised that an engineering problem - how to
|
||||
display certain information on a web-site - could possibly be solved by
|
||||
letting users run commands on the server (as opposed as viewing data on
|
||||
a client) Passwords, levels of privilege, ‘admininistrator-rights’ -
|
||||
don’t all these scream ‘I don’t trust you. I don’t trust others’ Now is
|
||||
that what I want in my life, I ask. Do I want to indirectly say ‘I don’t
|
||||
trust others’ every time I use a technology. Or do I want to spend time
|
||||
building (trust in) relationships that arguably are made and broken by
|
||||
(mutual) trust. Does using technology necessarily mean that I have to
|
||||
give up on trust and/or trust-building. Is it possible we could find a
|
||||
new way to use technology so that we find the satisfaction (and
|
||||
intimacy) that comes from a rewarding relationship with a something. A
|
||||
god. A business-partner. So on and so forth.</p>
|
||||
|
||||
</article>
|
||||
|
||||
|
@ -75,10 +90,9 @@
|
|||
|
||||
<footer class="footer">
|
||||
<small>
|
||||
© <a href="https://phtan.github.io/">Tony Chen</a>, <time datetime="2018-10-02T07:31:12+00:00">2018</time>. All rights reserved.
|
||||
© <a href="https://phtan.github.io/">Tony Chen</a>, <time datetime="2018-10-04T04:48:57+00:00">2018</time>. All rights reserved.
|
||||
Built on <a href="https://jekyllrb.com/">Jekyll</a>, using the theme
|
||||
<a href="http://getpoole.com/">Poole</a>, with generous help from
|
||||
<a href="http://tilde.town/~resir014/">~resir014</a>.
|
||||
<a href="http://getpoole.com/">Poole</a>.
|
||||
Hosted on <a href="http://tilde.town/">tilde.town</a>
|
||||
</small>
|
||||
</footer>
|
||||
|
|
|
@ -49,42 +49,14 @@
|
|||
|
||||
<article class="post">
|
||||
<h1 class="post-title">
|
||||
<a href="/~rogbeer/2016/11/10/rainy/">
|
||||
10th November 2016: Rainy
|
||||
<a href="/~rogbeer/2018/03/15/sunny/">
|
||||
fifteenth of March 2018: Sunny
|
||||
</a>
|
||||
</h1>
|
||||
|
||||
<time datetime="2016-11-10T00:00:00+00:00" class="post-date">10 Nov 2016</time>
|
||||
<time datetime="2018-03-15T00:00:00+00:00" class="post-date">15 Mar 2018</time>
|
||||
|
||||
<p>I’m suffering. They are suffering.</p>
|
||||
|
||||
<p>How to put an end to suffering? For myself.</p>
|
||||
|
||||
<p>Others can try out my methods if they want.</p>
|
||||
|
||||
<p>And of course they have to find out their own way.</p>
|
||||
|
||||
<p>Kodo Suzuki Roshi said that adults have to become like children, and children have to become like adults,
|
||||
for children to grow. Apparently, he said that.</p>
|
||||
|
||||
<p>If I were a foster parent of all these lovable children in the world, my impending death is something
|
||||
I have to deal with. Preparations have to be made for other people to help all these children grow,
|
||||
so that my death will not stop their growth.</p>
|
||||
|
||||
<p>Yes, as Jobs said, death means having to tell your children what you thought you would
|
||||
have the rest of your life so tell.</p>
|
||||
|
||||
<p>THere is a temple called Antaiji in Japan. The people there practice zazen that is good for nothing.</p>
|
||||
|
||||
<p>There is a person who is helping people to find a suitable livelihood. She also practises Zen. Her
|
||||
book is a work-in-progress. It is predicted to be published in Fall 2017. Her name is Maia Duerr.</p>
|
||||
|
||||
<p>There are people who teach Zen in Singapore. Their names are Vivienne and Boey Wah Keong.</p>
|
||||
|
||||
<p>They will do what I amy not have the time to do. At least, they can do what I may run out of time to do.</p>
|
||||
|
||||
<p>Zazen is good for nothing. It is the way to liberate-save suffering people-human. Suzuki Roshi
|
||||
said that.</p>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
@ -92,7 +64,7 @@ said that.</p>
|
|||
|
||||
<div class="pagination">
|
||||
|
||||
<span class="pagination-item older">Older</span>
|
||||
<a class="pagination-item older" href="/~rogbeer/page4">Older</a>
|
||||
|
||||
|
||||
<a class="pagination-item newer" href="/~rogbeer/page2">Newer</a>
|
||||
|
@ -103,10 +75,9 @@ said that.</p>
|
|||
|
||||
<footer class="footer">
|
||||
<small>
|
||||
© <a href="https://phtan.github.io/">Tony Chen</a>, <time datetime="2018-10-02T07:31:12+00:00">2018</time>. All rights reserved.
|
||||
© <a href="https://phtan.github.io/">Tony Chen</a>, <time datetime="2018-10-04T04:48:57+00:00">2018</time>. All rights reserved.
|
||||
Built on <a href="https://jekyllrb.com/">Jekyll</a>, using the theme
|
||||
<a href="http://getpoole.com/">Poole</a>, with generous help from
|
||||
<a href="http://tilde.town/~resir014/">~resir014</a>.
|
||||
<a href="http://getpoole.com/">Poole</a>.
|
||||
Hosted on <a href="http://tilde.town/">tilde.town</a>
|
||||
</small>
|
||||
</footer>
|
||||
|
|
|
@ -0,0 +1,115 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link href="http://gmpg.org/xfn/11" rel="profile">
|
||||
|
||||
<!-- Enable responsiveness on mobile devices-->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>
|
||||
|
||||
Mr. Rogbeer is from Mauritius but not ~rogbeer · What are you doing with your sack of flesh? That's the question
|
||||
|
||||
</title>
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="/~rogbeer/styles.css">
|
||||
|
||||
<!-- Icons -->
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/~rogbeer/public/apple-touch-icon-precomposed.png">
|
||||
<link rel="shortcut icon" href="/~rogbeer/public/favicon.ico">
|
||||
|
||||
<!-- RSS -->
|
||||
<link rel="alternate" type="application/atom+xml" title="Mr. Rogbeer is from Mauritius but not ~rogbeer" href="/~rogbeer/atom.xml">
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
<div class="container content">
|
||||
<header class="masthead">
|
||||
<h3 class="masthead-title">
|
||||
<a href="/~rogbeer/" title="Home">Mr. Rogbeer is from Mauritius but not ~rogbeer</a>
|
||||
<small>What are you doing with your sack of flesh? That's the question</small>
|
||||
</h3>
|
||||
|
||||
<br />
|
||||
|
||||
|
||||
<small><a href="/~rogbeer/swap">What would people give, for a cassette tape?
|
||||
</a>
|
||||
</small>
|
||||
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<div class="posts">
|
||||
|
||||
<article class="post">
|
||||
<h1 class="post-title">
|
||||
<a href="/~rogbeer/2016/11/10/rainy/">
|
||||
10th November 2016: Rainy
|
||||
</a>
|
||||
</h1>
|
||||
|
||||
<time datetime="2016-11-10T00:00:00+00:00" class="post-date">10 Nov 2016</time>
|
||||
|
||||
<p>I’m suffering. They are suffering.</p>
|
||||
|
||||
<p>How to put an end to suffering? For myself.</p>
|
||||
|
||||
<p>Others can try out my methods if they want.</p>
|
||||
|
||||
<p>And of course they have to find out their own way.</p>
|
||||
|
||||
<p>Kodo Suzuki Roshi said that adults have to become like children, and children have to become like adults,
|
||||
for children to grow. Apparently, he said that.</p>
|
||||
|
||||
<p>If I were a foster parent of all these lovable children in the world, my impending death is something
|
||||
I have to deal with. Preparations have to be made for other people to help all these children grow,
|
||||
so that my death will not stop their growth.</p>
|
||||
|
||||
<p>Yes, as Jobs said, death means having to tell your children what you thought you would
|
||||
have the rest of your life so tell.</p>
|
||||
|
||||
<p>THere is a temple called Antaiji in Japan. The people there practice zazen that is good for nothing.</p>
|
||||
|
||||
<p>There is a person who is helping people to find a suitable livelihood. She also practises Zen. Her
|
||||
book is a work-in-progress. It is predicted to be published in Fall 2017. Her name is Maia Duerr.</p>
|
||||
|
||||
<p>There are people who teach Zen in Singapore. Their names are Vivienne and Boey Wah Keong.</p>
|
||||
|
||||
<p>They will do what I amy not have the time to do. At least, they can do what I may run out of time to do.</p>
|
||||
|
||||
<p>Zazen is good for nothing. It is the way to liberate-save suffering people-human. Suzuki Roshi
|
||||
said that.</p>
|
||||
|
||||
</article>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="pagination">
|
||||
|
||||
<span class="pagination-item older">Older</span>
|
||||
|
||||
|
||||
<a class="pagination-item newer" href="/~rogbeer/page3">Newer</a>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<footer class="footer">
|
||||
<small>
|
||||
© <a href="https://phtan.github.io/">Tony Chen</a>, <time datetime="2018-10-04T04:48:57+00:00">2018</time>. All rights reserved.
|
||||
Built on <a href="https://jekyllrb.com/">Jekyll</a>, using the theme
|
||||
<a href="http://getpoole.com/">Poole</a>.
|
||||
Hosted on <a href="http://tilde.town/">tilde.town</a>
|
||||
</small>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -99,10 +99,9 @@ is viewable at
|
|||
|
||||
<footer class="footer">
|
||||
<small>
|
||||
© <a href="https://phtan.github.io/">Tony Chen</a>, <time datetime="2018-10-02T07:31:12+00:00">2018</time>. All rights reserved.
|
||||
© <a href="https://phtan.github.io/">Tony Chen</a>, <time datetime="2018-10-04T04:48:57+00:00">2018</time>. All rights reserved.
|
||||
Built on <a href="https://jekyllrb.com/">Jekyll</a>, using the theme
|
||||
<a href="http://getpoole.com/">Poole</a>, with generous help from
|
||||
<a href="http://tilde.town/~resir014/">~resir014</a>.
|
||||
<a href="http://getpoole.com/">Poole</a>.
|
||||
Hosted on <a href="http://tilde.town/">tilde.town</a>
|
||||
</small>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in New Issue