mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
replace gibberish with einstein field equation RHS
This commit is contained in:
parent
55699c6a3c
commit
78650e00da
@ -1,23 +1,27 @@
|
||||
# A Code of Conduct
|
||||
|
||||
**An Erisian Code of Conduct, version 1.1**
|
||||
## KEEP IT DANK
|
||||
|
||||
* Hail Eris. All hail Discordia.
|
||||
* Do what thou wilt shall be the whole of the law.
|
||||
* Do what thou wilt shall be the whole of the Law.
|
||||
* Snitches get stitches.
|
||||
* If someone is bothering you, a good thing to do might be rewriting their
|
||||
contributions in a way that leaves the code incontrovertibly improved.
|
||||
The best revenge is getting good hacks on.
|
||||
* If someone is bothering you, a good thing to do might be rewriting their contributions in a way that leaves the code incontrovertibly improved. The best revenge is getting good hacks on.
|
||||
* What the eye sees and the mind covets, let the hand boldly seize!
|
||||
* Nam Sibyllam quidem Cumis ego ipse oculis meis vidi in ampulla pendere, et
|
||||
cum illi pueri dicerent: Σίβνλλα τί ϴέλεις; respondebat illa: άπο ϴανεΐν ϴέλω.
|
||||
* Nam Sibyllam quidem Cumis ego ipse oculis meis vidi in ampulla pendere, et cum illi pueri dicerent: *Σίβνλλα τί ϴέλεις*; respondebat illa: *άπο ϴανεΐν ϴέλω*.
|
||||
* Code talks, bullshit walks.
|
||||
|
||||
**THIS DOCUMENT MUST BE COPIED IN TRIPLICATE**
|
||||
## THIS DOCUMENT MUST BE COPIED IN TRIPLICATE
|
||||
|
||||
* One copy shall be posted in a place visible to all workers.
|
||||
* One copy shall be locked in a safe of at least TRTL30x6/European Grade 5
|
||||
strength, or a strongroom at the EN 1143-1 level.
|
||||
No one may see this copy.
|
||||
* One copy shall be locked in a safe of at least TRTL30x6/European Grade 5 strength, or a strongroom at the EN 1143-1 level. No one may see this copy.
|
||||
* One copy shall be sent to that place of which we must not speak.
|
||||
|
||||
**THE HOLDER OF THIS DOCUMENT IS A LICENSED POPE**
|
||||
## THE BEARER OF THIS DOCUMENT IS A LICENSED POPE, SO TREAT THEM RIGHT
|
||||
|
||||
* All statements are true in some sense, false in some sense, meaningless in some sense.
|
||||
* There are no rules anywhere.
|
||||
* The Goddess Prevails.
|
||||
|
||||
## WHEN ALL ELSE FAILS
|
||||
|
||||
* Hack the Planet.
|
||||
|
@ -26,10 +26,10 @@ mathplane(struct notcurses* nc){
|
||||
ncplane_set_fg(n, 0xd4af37); // metallic gold
|
||||
ncplane_set_bg(n, 0x0);
|
||||
if(n){
|
||||
ncplane_printf_aligned(n, 0, NCALIGN_RIGHT, "∮E⋅da=Q,n→∞,∑f(i)=∏g(i)⎧⎡⎛┌─────┐⎞⎤⎫");
|
||||
ncplane_printf_aligned(n, 1, NCALIGN_RIGHT, "⎪⎢⎜│a²+b³ ⎟⎥⎪");
|
||||
ncplane_printf_aligned(n, 2, NCALIGN_RIGHT, "∀x∈ℝ:⌈x⌉=−⌊−x⌋,α∧¬β=¬(¬α∨β)⎪⎢⎜│───── ⎟⎥⎪");
|
||||
ncplane_printf_aligned(n, 3, NCALIGN_RIGHT, "⎪⎢⎜⎷ c₈ ⎟⎥⎪");
|
||||
ncplane_printf_aligned(n, 0, NCALIGN_RIGHT, "∮E⋅da=Q,n→∞,∑f(i)=∏g(i)⎧⎡⎛ ⎞⎤⎫");
|
||||
ncplane_printf_aligned(n, 1, NCALIGN_RIGHT, "⎪⎢⎜ 8πG ⎟⎥⎪");
|
||||
ncplane_printf_aligned(n, 2, NCALIGN_RIGHT, "∀x∈ℝ:⌈x⌉=−⌊−x⌋,α∧¬β=¬(¬α∨β)⎪⎢⎜ ───Tμν⎟⎥⎪");
|
||||
ncplane_printf_aligned(n, 3, NCALIGN_RIGHT, "⎪⎢⎜ c⁴ ⎟⎥⎪");
|
||||
ncplane_printf_aligned(n, 4, NCALIGN_RIGHT, "ℕ⊆ℕ₀⊂ℤ⊂ℚ⊂ℝ⊂ℂ(z̄=ℜ(z)−ℑ(z)⋅𝑖)⎨⎢⎜ ⎟⎥⎬");
|
||||
ncplane_printf_aligned(n, 5, NCALIGN_RIGHT, "⎪⎢⎜ ∞ ⎟⎥⎪");
|
||||
ncplane_printf_aligned(n, 6, NCALIGN_RIGHT, "⊥<a≠b≡c≤d≪⊤⇒(⟦A⟧⇔⟪B⟫)⎪⎢⎜ ⎲ ⎟⎥⎪");
|
||||
|
Loading…
x
Reference in New Issue
Block a user