From 5784beafbcdf67d2d389a1f0bbcdb873555ae28d Mon Sep 17 00:00:00 2001 From: zxq5 Date: Thu, 19 Jun 2025 02:58:30 +0100 Subject: [PATCH] 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 --- resources/dsa/test.dsa | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/resources/dsa/test.dsa b/resources/dsa/test.dsa index bb23145..405f8aa 100644 --- a/resources/dsa/test.dsa +++ b/resources/dsa/test.dsa @@ -2,8 +2,7 @@ include print "../resources/dsa/print.dsa" include fib "../resources/dsa/fib.dsa" dw stack: 0x10000 -db string: "Hello world! This is about to be dependency hell..." -db string2: "And extremely jank. Ridiculously, unfathomably jank." +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" init: ldw stack, bpr @@ -25,11 +24,4 @@ start: push pcx jmp fib::fib_n - - lwi string2, rg1 - push rg1 - push pcx - - jmp print::print - hlt \ No newline at end of file