Hexagram 41: Sun -

Decrease

Digital Artifact

CRT close-up of Second Reality PC demo - vector tunnels and scrollers in phosphor green and amber, tiny HUD reading 64K, visible scanlines, deep blacks, tech-noir aesthetic

Second Reality — 64K 約束

Future Crew (AD 1993)

64 kilobytes 入面嘅大教堂。損唔係失去;係轉移——下俾令上可以升。Demoscene 編碼者將資產削到骨,所有嘢程序化生長:紋理、網格、音樂、動作。每個交出嘅字節變成理念嘅高度。

Practical Integration

Assembly,1993。Future Crew 整緊 Second Reality——完整 3D 環境、紋理映射隧道、粒子系統、配樂。佢哋有 65,536 字節。就咁多。唔係 65 megabytes。六十四 kilobytes 包埋音樂。一張未壓縮 640×480 影像會炸晒成個預算。 所以佢哋將資產削到零,所有嘢程序化生長。紋理從 200 字節算法生成。網格從數學公式構建。音樂即時合成,無樣本。每個交出嘅預儲字節變成生成引擎嘅餘裕。澤蒸發;山上升。 你撞到限制。儲存、帶寬、注意力預算——有嘢去到盡。本能係優化存在嘅嘢。壓縮多啲、緩存聰明啲。呢個係好。但損問:如果你完全移走資產然後按需生成佢?交換儲存重量換程序化高度。 失敗模式唔係激進減少。係隨機減少。Future Crew 無刪渲染器去放更多紋理。佢哋刪紋理因為渲染器可以合成佢哋。減少下面(預焗資產)去餵上面(生成能力)。唔係失去——轉移。 約束正式化焦點。你交出嘅每個字節必須買返比佢更高嘅嘢。如果無,你唔係實踐損;你只係餓緊個系統。

The Judgment

損有孚,元吉。——有誠嘅減少帶來至高好運。唔係你移走乜,而係透過移走佢你能夠乜。

sǔndecrease
yǒuhave
true
yuánmost
promising
no
jiùblame
(but it) call
zhēnpersistence
worth(while)
yǒu(to) have
yōusomewhere
wǎngto go
how
zhīis this
yòng(to be) applied? practiced? carried out?
èrtwo
guǐ(small
could
yòngpresented
xiǎng(as

The Image

山下有澤:損。君子以懲忿窒欲。——君子克制過度,加強核心。Future Crew 無加更多儲存——佢哋將約束轉化成生成技術。

shānmountain
xiàbelow
yǒuis
(a
sǔndecreasing
jūn(a
young one
accordingly
chéngcorrects
忿fènhard feeling
zhì(and) controls
desires

The Lines (爻辭)

Line 1 已事遄往無咎酌損之

one's (own)
shìaffairs
chuán(are) rushed
wǎngto go
no
jiùblame
zhuó(but) weigh
sǔndecreasing
zhī(of) this

Line 2 利貞征凶弗損益之

(it is) worthwhile
zhēnto persist
zhēng(but) to expedite
xiōng(is) ill-omened
(there is) neither
sǔn(of
(nor
zhīhere

Line 3 三人行則損一人一人行則得其友

sānthree
rénpeople
xíngstart
(and) then
sǔndecrease
(by) one
rénperson
(this) one
rénperson
xíngstarts
(and) then
finds
the
yǒucompanion

Line 4 損其疾使遄有喜無咎

sǔndecreasing
these
afflictions
使shǐ(to) take(ing) control
chuánexpeditiously
yǒu(and) be
glad
(this is) no
jiùwrong

Line 5 或益之十朋之龜弗克違元吉

huòsomebody
increases
zhī(to) (this) one
shí(by) ten
péng(matched) pairs
zhīof
guītortoise
(one) (is) not
able
wéi(of
yuánmost
promising

Line 6 弗損益之無咎貞吉利有攸往得臣無家

(there is) neither
sǔn(of
(nor
zhīhere
(there is) nothing
jiù(is) wrong
zhēnpersistence
(is) promising
worth(while)
yǒu(to) have
yōusomewhere
wǎngto go
(but) (one) accept
chénservants
(but) not
jiāfamily

Historical Context

Oracle Bone Script

☶ 艮山在 ☱ 兌澤上——基礎餵養上升。下面嘅『澤』蒸發去滋養『山』。

Period

周代

Traditional Use

有誠嘅減少:移走唔服務目標嘅嘢;將省返嘅能量向上引導。

Character Analysis

64K intro 類正式化約束;你交換儲存數據換即時生成同壓縮巫術。

Configuration

Lower Trigram

兌(澤)

Upper Trigram

艮(山)

Binary

110001

Energy State

受控減少,有目的嘅簡化。澤在下(聚集、儲存資源)俾路艮山在上(透過克制嘅成就)。

Trigram Symbolism

☶ 艮(上)— 止,成就 ☱ 兌(下)— 悅,聚集 澤嘅物質蒸發去滋養山。

Digital Artifact

CRT close-up of Second Reality PC demo - vector tunnels and scrollers in phosphor green and amber, tiny HUD reading 64K, visible scanlines, deep blacks, tech-noir aesthetic

DOS Memory Management: Freeing Conventional RAM

Microsoft/IBM PC Architecture (1981)

Early PC users faced a brutal constraint: 640KB of conventional memory. That's it. You wanted to run that new game? First you had to unload your mouse driver. TSRs eating up precious RAM. Every kilobyte mattered. The ritual was straightforward: strip down CONFIG.SYS, remove unnecessary drivers, disable EMS managers you didn't need. MEMMAKER would eventually automate this, but the principle remained—sacrifice the unnecessary to run what matters. Not loss for its own sake, but strategic reduction. You couldn't add more memory to that address space; the 8088 architecture simply wouldn't see it. So you learned: decrease below (conventional memory) to enable capability above (actual programs running). The lake evaporating to nourish the mountain. Less TSR bloat meant more space for the application that actually needed to execute.

Practical Integration

You're hitting constraints. The system can't do everything simultaneously. Something has to go. Here's what this probably means: this isn't failure—it's optimization. Every experienced developer knows the moment. You've been adding features, complexity accumulating, and suddenly the elegant solution appears: remove this entire subsystem. Not because it's broken, but because it's unnecessary. The code gets lighter. Performance improves. Maintenance burden drops. The warning isn't 'never reduce.' It's: don't reduce randomly. Don't gut your foundations to add cosmetic features above. The decrease must be sincere—genuinely unnecessary, not just temporarily inconvenient. Like those DOS users: you didn't unload your disk controller to free memory. You unloaded the fancy RAM disk that seemed clever last week but you never actually used. Simplicity with purpose. That's the pattern. And yes, it requires letting go of things you built. That's fine. You built them; you can let them go. What remains works better.

The Judgment

Decrease combined with sincerity brings supreme good fortune. What matters is understanding the time. Simplicity becomes strength. The freed memory enables the program to run.

sǔndecrease
yǒuhave
true
yuánmost
promising
no
jiùblame
(but it) call
zhēnpersistence
worth(while)
yǒu(to) have
yōusomewhere
wǎngto go
how
zhīis this
yòng(to be) applied? practiced? carried out?
èrtwo
guǐ(small
could
yòngpresented
xiǎng(as

The Image

At the foot of the mountain, the lake. Thus the superior man controls his anger and restrains his instincts. Not suppression—direction. Channel the energy, don't just eliminate it.

shānmountain
xiàbelow
yǒuis
(a
sǔndecreasing
jūn(a
young one
accordingly
chéngcorrects
忿fènhard feeling
zhì(and) controls
desires

The Lines (爻辭)

Line 1 已事遄往無咎酌損之

one's (own)
shìaffairs
chuán(are) rushed
wǎngto go
no
jiùblame
zhuó(but) weigh
sǔndecreasing
zhī(of) this

Line 2 利貞征凶弗損益之

(it is) worthwhile
zhēnto persist
zhēng(but) to expedite
xiōng(is) ill-omened
(there is) neither
sǔn(of
(nor
zhīhere

Line 3 三人行則損一人一人行則得其友

sānthree
rénpeople
xíngstart
(and) then
sǔndecrease
(by) one
rénperson
(this) one
rénperson
xíngstarts
(and) then
finds
the
yǒucompanion

Line 4 損其疾使遄有喜無咎

sǔndecreasing
these
afflictions
使shǐ(to) take(ing) control
chuánexpeditiously
yǒu(and) be
glad
(this is) no
jiùwrong

Line 5 或益之十朋之龜弗克違元吉

huòsomebody
increases
zhī(to) (this) one
shí(by) ten
péng(matched) pairs
zhīof
guītortoise
(one) (is) not
able
wéi(of
yuánmost
promising

Line 6 弗損益之無咎貞吉利有攸往得臣無家

(there is) neither
sǔn(of
(nor
zhīhere
(there is) nothing
jiù(is) wrong
zhēnpersistence
(is) promising
worth(while)
yǒu(to) have
yōusomewhere
wǎngto go
(but) (one) accept
chénservants
(but) not
jiāfamily

Historical Context

Oracle Bone Script

Mountain (☶) sits above, Lake (☱) sits below—stillness over joy, restraint over expansion.

Period

Zhou Dynasty

Traditional Use

Wilhelm describes decrease not as loss but as redistribution—the lower gives to the upper, foundations support what rises above them.

Character Analysis

The lake at the mountain's base evaporates, its moisture ascending to enrich the slopes. This isn't destruction—it's transformation through necessary reduction.

Configuration

Lower Trigram

Lake

Upper Trigram

Mountain

Binary

110001

Energy State

Controlled decrease, purposeful simplification. Read bottom to top: yang lines of Lake below (joy, expansion), yin line at top of Lake giving way, yang lines of Mountain above (stillness, restraint).

Trigram Symbolism

☶ Mountain (Upper) - Keeping still, containment ☱ Lake (Lower) - Joyous, gathering The lake's moisture rises to feed the mountain.

References & Citations

  1. DOS memory management - Wikipedia
  2. Conventional memory - Wikipedia
  3. DOS memory management - Vogons Wiki
  4. The 640K memory limit of MS-DOS - OSnews

Fine Art

CRT close-up of Second Reality PC demo - vector tunnels and scrollers in phosphor green and amber, tiny HUD reading 64K, visible scanlines, deep blacks, tech-noir aesthetic

Sesshū Tōyō (雪舟等楊) — Winter Landscape

Sesshū Tōyō (雪舟等楊) (15th century)

雪舟用最少的筆墨畫了冬天的山。白色是紙本身的顏色。

Practical Integration

山很高,樹很少,廟很小。雪舟十五世紀畫這幅《冬景圖》,用的是水墨——黑的、灰的、淡的,沒有其他顏色。雪是什麼顏色?白色。但雪舟沒有畫白色,他讓紙露出來,紙的白就是雪的白。減掉的東西,反而成為最重要的東西。 我想起以前住的唐樓,冬天沒有暖氣,只有一床棉被。晚上很冷,縮在被窩裡,什麼都不想做,只想睡覺。那時候覺得冬天很長,很難熬。現在住的地方有暖氣,反而懷念那種冷——冷讓你知道什麼是真正需要的。 「損」這個卦,山在上,澤在下。澤的水往下流,供養山上的東西。卦辭說:「有孚,元吉,无咎,可貞。利有攸往。曷之用?二簋可用享。」心裡有誠信,大吉,沒有過錯。用什麼來祭祀?兩碗簡單的食物就夠了。減少,但誠心不變。 《象》說:「山下有澤,損。君子以懲忿窒欲。」山下有澤,這是損。君子要控制憤怒,節制欲望。雪舟那幅畫,沒有多餘的筆墨,沒有裝飾,只有必要的線條。冬天把樹葉減掉,把顏色減掉,把溫暖減掉,剩下的是骨架。也許這就是損的意思——減到最少,才知道什麼是真的。

The Judgment

損有孚,元吉。——有誠嘅減少帶來至高好運。唔係你移走乜,而係透過移走佢你能夠乜。

sǔndecrease
yǒuhave
true
yuánmost
promising
no
jiùblame
(but it) call
zhēnpersistence
worth(while)
yǒu(to) have
yōusomewhere
wǎngto go
how
zhīis this
yòng(to be) applied? practiced? carried out?
èrtwo
guǐ(small
could
yòngpresented
xiǎng(as

The Image

山下有澤:損。君子以懲忿窒欲。——君子克制過度,加強核心。Future Crew 無加更多儲存——佢哋將約束轉化成生成技術。

shānmountain
xiàbelow
yǒuis
(a
sǔndecreasing
jūn(a
young one
accordingly
chéngcorrects
忿fènhard feeling
zhì(and) controls
desires

The Lines (爻辭)

Line 1 已事遄往無咎酌損之

one's (own)
shìaffairs
chuán(are) rushed
wǎngto go
no
jiùblame
zhuó(but) weigh
sǔndecreasing
zhī(of) this

Line 2 利貞征凶弗損益之

(it is) worthwhile
zhēnto persist
zhēng(but) to expedite
xiōng(is) ill-omened
(there is) neither
sǔn(of
(nor
zhīhere

Line 3 三人行則損一人一人行則得其友

sānthree
rénpeople
xíngstart
(and) then
sǔndecrease
(by) one
rénperson
(this) one
rénperson
xíngstarts
(and) then
finds
the
yǒucompanion

Line 4 損其疾使遄有喜無咎

sǔndecreasing
these
afflictions
使shǐ(to) take(ing) control
chuánexpeditiously
yǒu(and) be
glad
(this is) no
jiùwrong

Line 5 或益之十朋之龜弗克違元吉

huòsomebody
increases
zhī(to) (this) one
shí(by) ten
péng(matched) pairs
zhīof
guītortoise
(one) (is) not
able
wéi(of
yuánmost
promising

Line 6 弗損益之無咎貞吉利有攸往得臣無家

(there is) neither
sǔn(of
(nor
zhīhere
(there is) nothing
jiù(is) wrong
zhēnpersistence
(is) promising
worth(while)
yǒu(to) have
yōusomewhere
wǎngto go
(but) (one) accept
chénservants
(but) not
jiāfamily

Historical Context

Oracle Bone Script

☶ 艮山在 ☱ 兌澤上——基礎餵養上升。下面嘅『澤』蒸發去滋養『山』。

Period

周代

Traditional Use

有誠嘅減少:移走唔服務目標嘅嘢;將省返嘅能量向上引導。

Character Analysis

64K intro 類正式化約束;你交換儲存數據換即時生成同壓縮巫術。

Configuration

Lower Trigram

兌(澤)

Upper Trigram

艮(山)

Binary

110001

Energy State

受控減少,有目的嘅簡化。澤在下(聚集、儲存資源)俾路艮山在上(透過克制嘅成就)。

Trigram Symbolism

☶ 艮(上)— 止,成就 ☱ 兌(下)— 悅,聚集 澤嘅物質蒸發去滋養山。

References & Citations

  1. Winter Landscape — Sesshū Tōyō (雪舟等楊)-15th century. Sesshū was a Zen monk who traveled to China in the 1460s and brought Song Dynasty ink painting techniques back to Japan. This winter scene uses minimal brushwork and monochrome ink to depict a bare landscape stripped of ornamentation. The reduction of visual elements to essential forms connects to hexagram 41's theme of decrease.

The Judgment

損有孚,元吉。——有誠嘅減少帶來至高好運。唔係你移走乜,而係透過移走佢你能夠乜。

sǔndecrease
yǒuhave
true
yuánmost
promising
no
jiùblame
(but it) call
zhēnpersistence
worth(while)
yǒu(to) have
yōusomewhere
wǎngto go
how
zhīis this
yòng(to be) applied? practiced? carried out?
èrtwo
guǐ(small
could
yòngpresented
xiǎng(as

The Image

山下有澤:損。君子以懲忿窒欲。——君子克制過度,加強核心。Future Crew 無加更多儲存——佢哋將約束轉化成生成技術。

shānmountain
xiàbelow
yǒuis
(a
sǔndecreasing
jūn(a
young one
accordingly
chéngcorrects
忿fènhard feeling
zhì(and) controls
desires

The Lines (爻辭)

Line 1已事遄往無咎酌損之

one's (own)
shìaffairs
chuán(are) rushed
wǎngto go
no
jiùblame
zhuó(but) weigh
sǔndecreasing
zhī(of) this

Line 2利貞征凶弗損益之

(it is) worthwhile
zhēnto persist
zhēng(but) to expedite
xiōng(is) ill-omened
(there is) neither
sǔn(of
(nor
zhīhere

Line 3三人行則損一人一人行則得其友

sānthree
rénpeople
xíngstart
(and) then
sǔndecrease
(by) one
rénperson
(this) one
rénperson
xíngstarts
(and) then
finds
the
yǒucompanion

Line 4損其疾使遄有喜無咎

sǔndecreasing
these
afflictions
使shǐ(to) take(ing) control
chuánexpeditiously
yǒu(and) be
glad
(this is) no
jiùwrong

Line 5或益之十朋之龜弗克違元吉

huòsomebody
increases
zhī(to) (this) one
shí(by) ten
péng(matched) pairs
zhīof
guītortoise
(one) (is) not
able
wéi(of
yuánmost
promising

Line 6弗損益之無咎貞吉利有攸往得臣無家

(there is) neither
sǔn(of
(nor
zhīhere
(there is) nothing
jiù(is) wrong
zhēnpersistence
(is) promising
worth(while)
yǒu(to) have
yōusomewhere
wǎngto go
(but) (one) accept
chénservants
(but) not
jiāfamily

Historical Context

Oracle Bone Script

☶ 艮山在 ☱ 兌澤上——基礎餵養上升。下面嘅『澤』蒸發去滋養『山』。

Period

周代

Traditional Use

有誠嘅減少:移走唔服務目標嘅嘢;將省返嘅能量向上引導。

Character Analysis

64K intro 類正式化約束;你交換儲存數據換即時生成同壓縮巫術。

Configuration

Lower Trigram

兌(澤)

Upper Trigram

艮(山)

Binary

110001

Energy State

受控減少,有目的嘅簡化。澤在下(聚集、儲存資源)俾路艮山在上(透過克制嘅成就)。

Trigram Symbolism

☶ 艮(上)— 止,成就 ☱ 兌(下)— 悅,聚集 澤嘅物質蒸發去滋養山。