2022/09,江端さんの技術メモ

Go言語でエージェントシミュレータを作るのに必要なパーツを作っています。

エージェントをオブジェクト風に作って、配列にいれて、終了したら、エージェントを消滅する。

package main

import (
	"fmt"
	"math/rand"
)

type person struct {
	number          int     // 番号
	mental_strength float64 // 勧誘に屈しない強さ
}

var p_array []*person // personの配列

func person_create(num int) *person {
	p := new(person)
	p.number = num
	p.mental_strength = rand.Float64() // 勧誘を断わる強さ
	p_array = append(p_array, p)       // 配列に放り込む
	return p
}

func (p *person) person_destroy() {

	for index, v := range p_array {
		if v == p {
			fmt.Println("hit")
			p_array = append(p_array[:index], p_array[index+1:]...)
			break
		}

	}

	p = nil //これでいいのかな?
}

func main() {
	_ = person_create(0)
	p1 := person_create(1)
	p2 := person_create(2)
	_ = person_create(3)

	for index, v := range p_array {
		fmt.Println(index, ":", v, v.number, v.mental_strength)
	}

	p2.person_destroy()

	for index, v := range p_array {
		fmt.Println(index, ":", v, v.number, v.mental_strength)
	}

	p1.person_destroy()

	for index, v := range p_array {
		fmt.Println(index, ":", v, v.number, v.mental_strength)
	}

}

■出力結果

PS C:\Users\ebata\cult> go run main.go
0 : &{0 0.6046602879796196} 0 0.6046602879796196
1 : &{1 0.9405090880450124} 1 0.9405090880450124
2 : &{2 0.6645600532184904} 2 0.6645600532184904
3 : &{3 0.4377141871869802} 3 0.4377141871869802
hit
0 : &{0 0.6046602879796196} 0 0.6046602879796196
1 : &{1 0.9405090880450124} 1 0.9405090880450124
2 : &{3 0.4377141871869802} 3 0.4377141871869802
hit
0 : &{0 0.6046602879796196} 0 0.6046602879796196
1 : &{3 0.4377141871869802} 3 0.4377141871869802

未分類

エージェントのログトラッキングによって過負荷が発生→一時的に機能を削減

ジャンピングを確認 →

2022/09,江端さんの忘備録

最近、体重が増えています。

Recently, my weight is increasing.

私、体重管理には、自信があったので、ちょっと困惑しています。

I have been confident in "the precision weight control", so I am a bit puzzled.

視力検査とは、「目」で見るのではありません。「心」で計算するものです。

思い当たることがあるとすれば、「筋トレ」でしょうか。

If I had to guess, I would say "muscle training".

上記の経て、「江端マッチョ化計画」・・・もとい、「江端介護向け身体改造計画」を進めております。

今は、懸垂20回、腹筋20回、背筋50回を、負担を感じない程度に、ダラダラと、不真面目に、一日2セットやっています。

Right now, I'm doing 20 pull-ups, 20 sit-ups, and 50 back-ups, lazily and unseriously, two sets a day, as long as I don't feel overburdened.

体がマッチョ化している訳でないですが、贅肉の下で筋肉が製造されているに違いない、と思っています。

My body is not macho-style at all, but I believe that muscle has been manufactured under the fat.

筋肉は脂肪よりも20%ほど重いそうです。

I heard that muscle is 20% heavier than fat.

この「隠れ筋肉」が理由でないとすると、私の体重管理方式が破綻していることとなり、由々しき問題です。

If this "hidden muscle" is not the reason, then my weight management system is out of order, which is a venerable problem.

-----

まあ、そう考えないと食事がまずくなるので、そう思い込んでいます。

I believe it, because the meal will be bad if I don't think so.

2022/09,江端さんの忘備録

ですから、現職の大臣や国会議員が、選挙で「統一教会の組織票」を使っていたことなど、『スイーツに一瞬とまったハエ』程度の、本当に、本当に、本当に、ささいな話 ―― なのかもしれません

『近親者のみで、ひっそりと行う国葬』

Therefore, a existing minister or members of the Diet used the "Unification Church's organizational votes" in an election, may be a really, really and really small matter, like "A fly on the cake for a moment".

―― と書いていたのですが、どうやら、多くの人にとっても、これは「ささいな話」ではなかったようです。

-- but apparently, this was no "trifle" for many people either.

最近、世論調査を見ると、自分の考えが世間とズレが生じているな、と感じることが多いのですが(まあ、昔からそうかな)、この件に関しては、私は「外していなかった」という感じです。

Lately, when I look at polls, I often feel that my opinion is becoming misaligned with the public (well, I guess it always has been), but in this case, I feel that I was not off the hook.

ちょっとだけ、安心しています。

I am a little bit relieved.

-----

元総理大臣の国葬については、『国葬はどうあるべきか』を論じるのが正しく、故人に対する好感や嫌悪で判断すべきではありません。

Regarding the former prime minister's state funeral, it is right to discuss 'what a state funeral should be like,' and should not be judged based on liking or disliking the deceased.

国葬とは、国家行事であり、故人に対する弔意を示すものであり、我が国の有り様を国内外に示す重要なイベントであるからです。

A state funeral is a national event, an expression of condolence for the deceased, and an important event that shows the state of our country to people in Japan and abroad.

―― と、それは、十分に分かっているんですが、

I know it well though,

以前も記載した通り、

As I wrote the following,

『統一教会に関連する団体の集会での前首相のスピーチを見て、さーっと気持ちが白けてきてしまいました』

However, after watching the video-clip of the former prime minister's speech on an organization related to "Unification Church", it came to spoil me.

と、いうように、今の私は、『弔意の気持ちが、1mmも残存していない』という状況です。

Now I have no condolence.

政府の言う国葬経費は、私の試算と1ケタ違いますが、予算というのは、見せ方(対象、日数、範囲)でどのようにも金額を変えることができますので、私は、この件について論じないことに決めました。

―― 安倍元首相「国葬」経費 約2億5000万円支出を閣議決定。 これ本当? めちゃくちゃ安くない?と思いました。

The government's estimate of state funeral expenses differs from my estimate by one digit, but I have decided not to discuss this matter because the budget can be changed in any amount depending on how it is presented (subject, number of days, scope).

-----

今の私は、「賛成」とか「反対」とかを越えたもっと酷い気持ち ――

Now I have a more brutal feeling that goes beyond "for" or "against".

『あの人は、最初から"いなかったこと"にしよう』

"Let's pretend he was never there from the first"

という虚無感に至っています。

I am feeling such the emptiness.

本当に、『あのスピーチのビデオクリップさえ見なければなぁ』と思います。

I really wish I hadn't seen that video clip of the speech.

(ちなみに、毎日にように出てくる、与党議員の宗教団体でのパーティの映像でも、同じ気持になっています。タイムマシンがあったら、『絶対に、あの政党には投票するな』と自分に告げに行きます)

(Incidentally, I feel the same way about the images that appear daily of the ruling party members at the religious parties. If I had a time machine, I would go tell myself, 'Never, ever vote for that party.)

-----

ともあれ、今の私は、今回の国葬について、ロジカルな話ができそうにありません。

Anyway, I am not going to be able to talk logistically about this state funeral now.

それ故、今回の葬儀につきましては、『首相のお好きにされたらいい』と思っています。

Therefore, regarding this funeral, I think 'the Prime Minister will do it as he wants'.

本葬儀に関しては、首相がほぼ独断で決定されたようですが、それでも我が国の行政府のトップの決断です。

Although the decision regarding this funeral seems to have been made almost single-handedly by the Prime Minister, it is still the decision of the head of our country's executive branch.

私は、その判断に一定の理解を示して良いと思います。

I think I can show a certain understanding of his decision.

というか ―― 正直なところ、もはや、私にとってどーでもいい人が、どのように取り扱われようが、私は心底から『どーでもいい』のです。

I mean -- to be honest, I no longer really 'care' how people who don't matter to me are treated with any way.

江端さんの忘備録

先日、たまたまYoutubeで、アニメ「氷菓」をレビューしました。

Yesterday, I happened to watch an animation "Kyouka" by Youtube.

アニメそのものとしても、大変素晴しい作品なのですが、それ以上に、この作品の凄いところは、単なる青春映像ではなく、人生そのものを映している、という点にあります。

This animation is no complaints. This original work of art is wonderful. Moreover the deeply important point is that this work shows not only bloom of youth but also life itself.

-----

"とある運動部に補欠がいた。補欠はレギュラーになろうと極めて激しく努力したが、レギュラーにはなれなかった。そのクラブには、その補欠よりずっと有能な人材が揃っていたから。"

There was a substitute player in certain sports club. The substitute was very vigorous effort to become a regular, but he did not regular. Because qualified members were enough in that club.

"その中でも、天性の才の持ち主がいた。もちろん、補欠の技量とは天と地の開きがあった。

A girl-genius was among them. Of course her ability was far from the substitute.

"彼女はある大会で非常に優れた活躍をし、MVPにも選ばれた。インタビュアーが彼女に聞いた。「大活躍でしたね。秘訣は何ですか?」彼女はこう答えた。

She played very well in a tournament and she was selected as the MVP too.

When an interviewer asked her why she won, she answered,

"「ただ、運が良かっただけです」"

"Just good luck"

"この答えは、その補欠にはあまりに辛辣に響いたと思うけど。どう?"

I think the answer was too acrimonious for the substitute. How do you think?"

"誰でも自分を自覚するべきだ。でないと。……見ている側が馬鹿馬鹿しい"

Anyone should be aware of themselves. If not, we feel that we all are fool clown.

(氷菓 第10話 「万人の死角」)

(Hyouka episode 10 ""Blind spot for all of people")

-----

私が今の職場に入社して、先ず、最初に覚えた絶望。

The first desperation after joining my company was

それが、

―― 努力は才能を越えない

"Ability counts for more than effort."

努力で越えられる程度の能力は、しょせんは「才能」の名に値しないものなのです。

The ability that was overcome by effort is not suitable for the name "ability".

私の父は、よく私に「努力は天才に勝つ」と教えてくれましたが、残念ながら、父は、人生において「天才」に巡り合う機会がなかったのでしょう。

However my father often told me that "effort pays in long run", I am afraid that he had no chance to meet a real genius.

「天才」の前に対峙した時の、その圧倒的に、神々しいまでの能力というものを、―― 多分、父は知らない。

Maybe he didn't know that overwhelming and awe-inspiring ability a genius owned.

-----

絶望という泥の中で這いずり回って生きることは、本当に苦しいことなのです。

Living by crawling in the mud of despair would therefore really painful.

だから、高みを目指すことから降りる人や、降りていく人を、私だけは、非難したくないのです。

So, I do not want to blame anyone go down or get out of the aim of heights.

2022/09,江端さんの忘備録

一昨日、たまたま、Amazonプライムで「十二単衣を着た悪魔」という映画を、なにげなく視聴していたのですが、『これは、久々のヒットだ』と思いました。

The day before yesterday, I happened to be casually watching a movie called "The Devil Wears Twelve Clothes" on Amazon Prime, and I thought, 'This is a hit for a long time'.

早速、原作を求めて、コミック、アニメと探したのですが、見つかりません。

I immediately searched for the original story, comic and anime, but could not find it.

もしかしたら、と思いつつ、書籍の方を探してみたら ―― 当たりました。

I looked for the book to see if it might be possible, and I hit it.

で、そのまま図書館に予約を出したら、即日でやってきて、何年かぶりに「一日での一気読み」をやってしまいました。

After the reservation to the city library, the book came to me in the same day, and for the first time in years, I did a "read in one day".

-----

私は、源氏物語の登場人物の、ほぼ全員を把握しています。

I know almost all of the characters in The Tale of Genji.

これは、私が源氏物語の研究に精通しているからではありません。

This is not because I am an expert in the study of the Tale of Genji.

ティーンエイジャの頃に、大和和紀さんのコミック「あさきゆめみし」を読み込んだだけです。

I just read Kazuki Yamato's comic "Asaki Yumemishi" when I was a teenager.

「あさきゆめみし」のお陰で、私の源氏物語の『通り一遍の知識』は、万全といっても過言ではありません。

Thanks to "Asaki Yumemishi," my "cursory knowledge" of The Tale of Genji is complete.

-----

それにしても、このコンテンツ、「時空間モノ」ということ以上に、『弘徽殿女御を、こう描くかぁ・・・』と、久々に目から鱗の落ちる思いです。

This content is a good "time-space thing" however, it is also a "how to depict Lady Koukiden in this way..." It has been a long time since I have seen the light

基本的に、私、心情的に「アンチ光源氏」なのですが、

Basically, I am emotionally "anti-Hikaru Genji, and

―― 努力は才能を越えない

"Ability counts for more than effort."

を、再度思い知らされるコンテンツでした。

The phrase reminder me it again.

"誰でも自分を自覚するべきだ。でないと。……見ている側が馬鹿馬鹿しい"

 

 

2022/09,江端さんの忘備録

本日、お約束していた「オリジナル原稿」をリリースしました。

Today, I released the "original manuscript" that we had promised.

―― 『とある宗教団体』を直撃する内容

もし、申し込みして頂いたのにもかかわらず、メールが届いていない人がいらっしゃったら、

If you have signed up but have not received an email, please contact me again,

■「迷惑メール」等のフォルダに転送されていないかご確認された上で、

- after checking to make sure that the mail has not been forwarded to a folder such as "junk mail"

再度、こちらにご連絡下さい。

using this mail address.

-----

当初、『PDFファイルを公開すればいいかなぁ』と思っていました。

Initially, I thought, 'Why don't I just publish a PDF file?

けど、『それも芸がないなぁ』と思い、Webページを作成したのですが ―― 酷い目に合いました(丸一日持っていかれました)。

However, I didn't think that it is not cool, so I tried to make my original web page. But it was "terrible"(I spent the whole day)

■ホームページを丸ごとダウンロードできる便利ツールHTTrack(WinHTTrack) を使って、EE Times Japanのスタイル のサンプルを作ってみた件

ホームページを丸ごとダウンロードできる便利ツールHTTrack(WinHTTrack) を使って、EE Times Japan風のスタイルサンプルを作ってみた件

-I made a sample of EE Times Japan's style using HTTTrack (WinHTTrack), a convenient tool that allows you to download an entire homepage.

■さくらのレンタルサーバでの「ベーシック認証」は、自力でやらず、サーバーコントロールパネルを使うこと

- Do not try "Basic Authentication" on Sakura rental servers by yourself, but use the server control panel.

さくらのレンタルサーバでの「ベーシック認証」は、自力でやらず、サーバーコントロールパネルを使うこと

-----

まあ、私が、丸一日費しても、このページを作った真意は、ただ一つです。

Well, the true reason who I created the pages even if I spent the whole day, was

あなたに、

I wanted to tell you,

―― 統一教会の運営は、(自分の全財産を自分の意思で差し出せるような)狂信的な信者を”作り出せる”か否かにかかっている

The management of the Unification Church depends on whether or not it can "create" fanatical believers (even if who are willing to give up their entire wealth).

を、伝えたかったから、です。

2022/09,未分類,江端さんの技術メモ

ホームページを丸ごとダウンロードできる便利ツールHTTrack(WinHTTrack)の使い方

EE Times Japan風のスタイルサンプル


<!-- globalStylesheet -->

<link rel="stylesheet" href="https://www.itmedia.co.jp/css/ee/base.css?201908291653" type="text/css" media="all">
<link rel="stylesheet" href="https://www.itmedia.co.jp/css/ee/ad.css?202106291147" type="text/css" media="all">
<link rel="stylesheet" href="https://www.itmedia.co.jp/css/ee/article.css?202208011700" type="text/css" media="all">

<!-- /globalStylesheet -->

<div class="lpanIn">


<script type="text/javascript">
var str = document.title.replace(/\<\!\-\-EDIT START\-\-\>/g,'').replace(/\<\!\-\-EDIT END\-\-\>/g,'').replace(' - EE Times Japan','');
str = cutString(str,50);
document.write(str);
</script>

</div>
</div>
</div>
</div>
</div>

</div>


<div id="masterContents"><div id="globalContents">
<div id="masterMain">

<!---->


<div id="tmplNews" class="tmplArticle"><div id="tmplNewsIn" class="tmplArticleIn">

	


<!--EDIT START-->
<!--EDIT END-->



<div id="cmsTitle"><div class="inner">
<h1 class="title"><span class="title__maintext">老後を生き残る「戦略としての信仰」は存在するのか</span><i class="title__delimiter">:</i><i class="title__subtitle">「お金に愛されないエンジニア」のための新行動論(6)</i><span class="title__pagenumber">(4/12 ページ)</span></h1>
</div></div>
<div id="tmplMark"></div>


<div id="cmsAbstract"><div class="inner"><h2></h2></div></div>


<!---->

<div id="cmsByline"></div>
<div id="cmsByline"></div>


<div id="cmsByline"><div class="inner" id="byline"><b>[</b><b>]</b></div></div>
<div id="cmsByline"><div class="inner" id="byline"><b>[</b>江端智一,<b>EE Times Japan]</b></div></div>



<!-- cmsHoleBodyWrapStart -->
<div id="cmsBody"><div class="inner">

<script>
(function(){
	var d = document;
	var date = d.getElementById('cmsDate');
	var type = d.getElementById('cmsType');
	var abstract = d.getElementById('cmsAbstract');
	var byline = d.getElementById('cmsByline');
	// 位置を移動
	byline.parentNode.insertBefore(date,byline);
	// 要素を削除
	type.parentNode.removeChild(type);
	abstract.parentNode.removeChild(abstract);
})();
</script>



<link rel="stylesheet" href="https://www.itmedia.co.jp/css/socialbutton.css?202001221022">
<script>
var msbBtnLoadScript = [];
</script>
<script src="https://eetimes.itmedia.co.jp/js/socialbutton.js?202111161930"></script>
<div id="masterSocialbuttonTop" class="masterSocialbutton"><div class="msbOut" id="msbTopOut"></div></div>




<!-- BCP Text -->


<div id="cmsMark"><!-- null for itmedia-->
</div>
<!-- cmsBodyCtrlTop -->
<div class="ctrl">
<span id="prev"><a href="news047_3.html">前のページへ</a></span>
<span id="numb"><a href="news047.html">1</a>|<a href="news047_2.html">2</a>|<a href="news047_3.html">3</a>|<strong>4</strong>|<a href="news047_5.html">5</a>|<a href="news047_6.html">6</a>|<a href="news047_7.html">7</a>|<a href="news047_8.html">8</a>|<a href="news047_9.html">9</a>|<a href="news047_10.html">10</a>|<a href="news047_11.html">11</a>|<a href="news047_12.html">12</a></span>
<span id="next"><a href="news047_5.html">次のページへ</a></span>
</div>

<!-- cmsBodyMainStart -->
<!-- cxenseparse_start -->
<div class="subscription">
<a name="point2"></a>
<h4>私(江端)がカルト宗教(江端教)の教祖になった件</h4>
<p> さて、キリスト教系のカルト宗教団体の多くは、キリスト教の根幹とも言える、この"原罪"ストーリーに、壮大なラクガキ・・・もとい、上書きを施します。これらのカルト宗教に見られる「上書き」パターンには以下のようなものがあります(というか、私が知る限り、『これしかない』という感じです)。</p>
<p> カルト宗教団体や、その教祖のイメージをしやすくするために、『<strong>私(江端)がカルト宗教(江端教)の教祖になった件</strong>』、という架空の話で説明を行います。</p>
<p> まず、教祖である私は、原作である失楽園での、「アダムとイブによるリンゴ食」のストーリーを、ヘビ(ルシファー)とイブの性交(SEX)と、さらに、イブとアダムとの性交(SEX)という、「ヘビとアダムとイヴの3P(Three persons SEX)」が実施された、という「上書き」を施します。これによって、精神的または肉体的な純潔が犯された(堕落した)という概念を挿入しました。</p>
<p> 次に、私は、『イエス・キリストの救済は、万能ではなかった』、という「上書き」を加えます ―― といっても、イエス・キリストの働きを全面的に否定するのではなく、精神的または肉体的な純潔という2つの純潔のうち、<strong>「精神面」だけは解決してくれた</strong>、というストーリーに改ざんします。</p>
<p> イエス・キリストを全面否定すると、信者が集まりにくくなると考えたので、ここは、イエス・キリストを活用する方向でストーリーを作りました。</p>
<p> しかし、<strong>肉体的な純潔は、まだ回復されていない</strong>、という課題を残しつつ、ついに、ここに私(江端)が登場するのです。</p>
<!--CAP-->
<div id="col600c"><a name="mm220831_money02_w570.jpg"></a><img src="https://image.itmedia.co.jp/ee/articles/2208/31/mm220831_money02_w570.jpg" width="570" height="981"></div>
<!--CAPEND-->
<p> <strong>“メシア the final” こそが、この私江端智一、偉大なる江端、『<span class="cmsFontsize1">エバ・カンターレ</span>』です。</strong></p>
<p> 以上をまとめますと ―― イエス・キリスト製ワクチンは、”魂(スピリッツ)の原罪”には効果はあったが、<strong>肉体(フィジカル)の原罪には、その効力が及んでいない</strong>、という、<strong>壮大なシナリオ変更をぶっこむ</strong>のです。この肉体版”原罪”のワクチンとなるのが、この私、エバ・カンターレなのです。</p>
<p> 私(江端)は、『<strong>イエス・キリストは完全な”原罪”ウイルス向けワクチンを提供していない</strong>』と、キリスト教に対する強烈なディスリスペクトをかました上で、<strong>自分(江端)こそが最終救済者(メシア the final)であると言い切ります</strong>。もちろん、これは、世界中のキリスト教徒全てにケンカを売る行為です<sup>*)</sup>。</p>
<p><span class="cmsFontsize-1">*)ただ、世界中のカルトの教祖のほぼ全てが、「自分こそが”メシアthe final”」と主張しているので、逆に、「ありふれている」と言えるかもしれませんが。</span></p>
<!--CAP-->
<div id="col600c"><a name="mm220831_money02a_w570.jpg"></a><img src="https://image.itmedia.co.jp/ee/articles/2208/31/mm220831_money02a_w570.jpg" width="570" height="428"></div>
<!--CAPEND-->
<p> 江端教の目的が、肉体向け”原罪”に対抗するワクチン接種行為と考えるわけです。</p>
<p> しかし、肉体向け"原罪"の消滅は、mRNAのようなワクチン接種では実現できません。そこで、私は、AI技術の一つである、遺伝的アルゴリズム<sup>*)</sup>のアプローチ、すなわち、人為的なエリート製造戦略で、この問題の解決を試みます。</p>
<p><span class="cmsFontsize-1">*関連記事:「<A HREF="https://eetimes.itmedia.co.jp/ee/articles/1701/31/news031.html" target="_blank">抹殺する人工知能 ~ 生存競争と自然淘汰で、最適解にたどりつく</A>」</span></p>
<p> つまり、<strong>肉体向け”原罪”をうまいこと消滅できる組み合わせのカップルを作る</strong>のです。『そんなこと、どうやってできるのか』などとは、考えてはなりません。</p>
<p> 私はたった一人で、誰にも相談せずに、この組み合わせをコンピュータと直感でデザインするのです。しかし、1組、2組程度をちんたらやっていたら、人類の救済などできません。</p>
<p> ですので、カップルを、数千から数万単位で同時に量産するのです。その上、私は、男女の顔写真と全身写真”だけ”で、<A HREF="https://eetimes.itmedia.co.jp/ee/articles/1804/27/news093_2.html" target="_blank">ニューラルネットワーク</A>と、<A HREF="https://eetimes.itmedia.co.jp/ee/articles/1711/30/news019_2.html" target="_blank">最適化アルゴリズム</A>を使ってマッチングさせます。</p>
<p> 私はコンピュータを使った組み合わせ問題のエキスパートでもありますので、この問題の困難性を完璧に理解しています。恐らく、完璧な量子コンピュータが開発されたとしても、この組み合わせを完成させるのには、宇宙の年齢を、宇宙の年齢分繰り返しても、全然足りないくらいの時間が必要です<sup>*)</sup>。</p>
<p><span class="cmsFontsize-1">*)「NP困難問題」でググってみてください。</span></p>
<p> しかし、忘れてなりません。私は、最終救済者、”メシア the final”なのです。<strong>私のコンピュータの中には、神が常駐しており、私には、計算中のコンピュータから、常に神の声が聞こえてくるのです</strong>。</p>
<p> このように、この私は、肉体版”原罪”を消滅させうる超高度な医学的(遺伝子学)組み合わせを、写真だけを使って、膨大(という言葉では語れないくらいの膨大)な数でデザインします。</p>
<p> この程度のこと、”メシア the final”である私にとっては、ピース・オブ・ケーキ(朝飯前)です。</p>
<p> 人類は、最終救済のためであれば、自由恋愛やら、出会いの場やら、合コンやら、結婚相談所やら、そのような些事(さじ)に関わっている暇はありません。</p>
<p> 神の声を聞くことのできる唯一のメシアである私は、堕落した近代の<strong>自由恋愛結婚観を完全否定</strong>して、現実世界において、豪快かつ壮大な数の遺伝的アルゴリズムを地上で実現しなければならないという使命があるのです ―― つまり、一斉集団結婚です<sup>*)</sup>。</p>
<p><span class="cmsFontsize-1">*)純潔を守るという名目の、「村の中のみで閉じた結婚制度」、あるいは、「一夫多妻」「一妻多夫」などのような形態でも同じ効果を得られます。</span></p>
<p> すなわち、江端教においては、肉体版"原罪"を消滅させうる手段として、一斉集団結婚は、絶対に避けて通ることができない一大イベントなのです。</p>
<div id="notice"><a href="news047_5.html">「江端原理」通称”エバタ・プリンシプル”を説明する</a></div>
</div><!-- subscription end -->

<!-- cxenseparse_end -->

<!-- cmsBodyMainEnd -->

<!-- cmsBodyRelated -->
<div class="ctrl">
<span id="prev"><a href="news047_3.html">前のページへ</a></span>
<span id="numb"><a href="news047.html">1</a>|<a href="news047_2.html">2</a>|<a href="news047_3.html">3</a>|<strong>4</strong>|<a href="news047_5.html">5</a>|<a href="news047_6.html">6</a>|<a href="news047_7.html">7</a>|<a href="news047_8.html">8</a>|<a href="news047_9.html">9</a>|<a href="news047_10.html">10</a>|<a href="news047_11.html">11</a>|<a href="news047_12.html">12</a></span>
<span id="next"><a href="news047_5.html">次のページへ</a></span>
</div>

2022/09,江端さんの忘備録

先日、リモート会議で、研究ユニットのメンバから「犯罪学」に関する発表を聞きました。

I recently heard a presentation on "criminology" from a member of our research unit at a remote conference.

ちょうど良い機会なので、質疑の時間に、

I thought it was just the right opportunity to ask a question during the question period.

―― 私、結構な頻度で、『職務質問』されるんですけど、良い対策方法ってありますか?

"I am being "questioned on duty" quite often. Is there any good countermeasure?"

と質問してみました。

不思議なのですが、ネットワークの向こう側であっても、『メンバーがどん引き』しているのを感じることができました。

It's strange, but even on the other side of the network, I could feel the 'members' was put off by what I said.


英国入国

私の入会を許諾してくれる「珍走族」の方、いらっしゃいましたら、ご連絡下さい。

大抵の人にとって、「職務質問」という言葉は、単なる概念として一生を終えると思います。

女子中学生の拉致を計画しているテロリストが、少しづつ近付いてきている 

―― 江端の禁酒って、改宗?

写真なんかとったら、直ぐに取り抑えられそうでしたし、正直、立ち止まることすら躊躇されました。

海外出張に行くあなたは、「たった一人の軍隊」である