• 2 Posts
  • 17 Comments
Joined 6 months ago
cake
Cake day: December 14th, 2024

help-circle




  • Sorry for the necro on this - but I like to read past threads and see if I pick up new information.

    It turns out I can’t see an apple in my mind, not exactly. There is a very brief moment where an apple manifests for like a single frame, but the image is gone the next tick.

    I believe this classifies as aphantasia. Interestingly, the “concept” of the apple remains. I can “feel” the entirety of what the apple is, just not see it.

    At the same time, when I recall strings of text or numbers it is always a image of when I saw it. I also have an internal monolog that others don’t. Brains am weird man




  • Maybe I do mean something else. Web browsers currently implement a JavaScript engine and handle the running and memory of that code on the users machine.

    Something like Typescript is a great example of an improvement, but Typescript is essentially JavaScript with rules.

    Blazor allows JavaScript like interactions, allows the developer to write in C# but gets rendered serverside.

    So essentially, I’m looking for a web engine that provides JavaScript like interaction in some other well defined language like Rust, C#, etc.










  • Calling assembler code spaghetti isn’t really that fair. I mean granted, everything ends up as “syscall” this and that, but it’s still more like one long spaghetti noodle with some meatballs and sauce.

    Old C code, written for like microelectronics suffers from it, sure.

    But for that gud spaghetti you gotta getti the BASIC and Cobol programs. Thems is good spaghetti.

    (And we’re going to ignore python right)