Long trek home

304 points · 13 comments · view on lemmy.world

13 Comments

whaleross@lemmy.world · 54 pts · 2y (3 replies)

Some time ago I had a fever dream confusing reality thing and when I woke up I had reason with myself that "no, I can't run a program in my brain". I couldn't decide if it was a disappointment or a relief.

pmjv@lemmy.sdf.org · 18 pts · 2y

that is kind of the premise of the techno-mage's story 🤔 !unix_surrealism@lemmy.sdf.org

renedescartes@literature.cafe · 5 pts · 2y

How do we know that the thoughts which occur in dreaming are false rather than those others which we experience when awake, since the former are often not less vivid and distinct than the latter?

CCF_100@sh.itjust.works · 1 pts · 2y

Wait 'til you learn what tracing is

caoimhinr@lemmy.world · 42 pts · 2y

Should've at least added some output to the loop, now the brain can just optimize and jump straight to the end.

ryannathans@aussie.zone · 18 pts · 2y (3 replies)

Is this openbsd

pmjv@lemmy.sdf.org · 16 pts · 2y (2 replies)

it's the techno-mage of the open clan and his student

scrion@lemmy.world · 4 pts · 2y (1 reply)

Is anyone in this reality content to be alive? Happy even?

pmjv@lemmy.sdf.org · 1 pts · 2y

sure, the CEO-president of the GovCorp.

troyunrau@lemmy.ca · 4 pts · 2y

Your a wizard Harry

LeFrog@discuss.tchncs.de · 4 pts · 2y (2 replies)

I have no idea what any of this means. Plz hlp

_lilith@lemmy.world · 32 pts · 2y (1 reply)

The actual joke is that they were trying to play dumb/fun nerd computer games. The cool fish basically just told them to count to 1000 instead

for that little bit of program there x is set to 1 and x++ is just another way to say "add one to this number". The loop runs until x is 1000 thus all the x values when they are "running" the program manually

LeFrog@discuss.tchncs.de · 3 pts · 2y

Thx, got it :D