From 366df8852f503523cc4f9046d82ba9a99dd51d7f Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 12 Feb 2023 12:13:49 +0530 Subject: new art: lapse --- .../posts/a_reference_counted_afterlife/index.html | 40 ++++++++++++++++------ 1 file changed, 29 insertions(+), 11 deletions(-) (limited to 'docs/posts/a_reference_counted_afterlife') diff --git a/docs/posts/a_reference_counted_afterlife/index.html b/docs/posts/a_reference_counted_afterlife/index.html index 67016a6..a796393 100644 --- a/docs/posts/a_reference_counted_afterlife/index.html +++ b/docs/posts/a_reference_counted_afterlife/index.html @@ -28,7 +28,7 @@ 02/08 — 2022
- 19.57 + 19.58 cm   @@ -42,9 +42,11 @@ A Reference Counted Afterlife
-

I took interest in the Egyptian rendition of the afterlife recently.

+

I took interest in the Egyptian rendition of the afterlife +recently.

Parts of the Soul

-

Ancient Egyptians believed that the soul comprised of several components:

+

Ancient Egyptians believed that the soul comprised of several +components:

  • ren
  • ka
  • @@ -52,18 +54,34 @@
  • ba
  • sheut
-

Egyptians emphasized on preserving the different parts of the soul. Mummification for example, served to preserve the physical part of the soul. The other components have their respective preservation strategies.

-

Of all of these bits, I find ren, which simply means name, to be the most interesting. Ba, the human-headed chicken that represents personality, is a close favourite.

-

Ren is the name given to a person at birth. Egyptians believed that this portion of the soul would continue to live on for as long as it was spoken. If you were someone worthy of continued existence, your name would be inscribed all over the place. If you were the type to snatch away bread from children, your name would be condemned from memory, forgotten.

+

Egyptians emphasized on preserving the different parts of the soul. +Mummification for example, served to preserve the physical part of the +soul. The other components have their respective preservation +strategies.

+

Of all of these bits, I find ren, which simply means +name, to be the most interesting. Ba, the human-headed +chicken that represents personality, is a close favourite.

+

Ren is the name given to a person at birth. Egyptians +believed that this portion of the soul would continue to live on for as +long as it was spoken. If you were someone worthy of continued +existence, your name would be inscribed all over the place. If you were +the type to snatch away bread from children, your name would be +condemned from memory, forgotten.

Garbage-collection

-

The concept of ren seems to be perfectly analogous to reference counted garbage-collection.

+

The concept of ren seems to be perfectly analogous to +reference counted garbage-collection.

    -
  • A name (ren) is assigned to an object (person) on initialization (at birth)
  • +
  • A name (ren) is assigned to an object (person) on +initialization (at birth)
  • Names are used to refer to objects
  • -
  • Objects go out of existence when there are no more references to them
  • +
  • Objects go out of existence when there are no more references to +them
-

The concept of ren seems to model human-memory. The similarity with garbage-collection is now easily explained, because garbage-collection models a program’s memory.

-

Perhaps some cheeky Egyptian has attained immortality by creating a ren-cycle.

+

The concept of ren seems to model human-memory. The +similarity with garbage-collection is now easily explained, because +garbage-collection models a program’s memory.

+

Perhaps some cheeky Egyptian has attained immortality by creating a +ren-cycle.

-- cgit v1.2.3