An idiot admires complexity, a genius admires simplicity, a physicist tries to make it simple, for an idiot anything the more complicated it is the more he will admire it, if you make something so clusterfucked he can't understand it he's gonna think you're a god cause you made it so complicated nobody can understand it. That's how they write journals in Academics, they try to make it so complicated people think you're a genius

This commit is contained in:
2025-06-19 02:58:30 +01:00
parent ccc4421bb1
commit 5784beafbc
+1 -9
View File
@@ -2,8 +2,7 @@ include print "../resources/dsa/print.dsa"
include fib "../resources/dsa/fib.dsa" include fib "../resources/dsa/fib.dsa"
dw stack: 0x10000 dw stack: 0x10000
db string: "Hello world! This is about to be dependency hell..." db string: "An idiot admires complexity, a genius admires simplicity, a physicist tries to make it simple, for an idiot anything the more complicated it is the more he will admire it, if you make something so clusterfucked he can't understand it he's gonna think you're a god cause you made it so complicated nobody can understand it. That's how they write journals in Academics, they try to make it so complicated people think you're a genius"
db string2: "And extremely jank. Ridiculously, unfathomably jank."
init: init:
ldw stack, bpr ldw stack, bpr
@@ -25,11 +24,4 @@ start:
push pcx push pcx
jmp fib::fib_n jmp fib::fib_n
lwi string2, rg1
push rg1
push pcx
jmp print::print
hlt hlt