# How to fix the web

3 min read, 449 words brendaneichpost

Let computer annotate the types for parameters and return values. They are good at this kind of thing mostly

  • preamble of C, python virtual machine compiled from C into asm.js
  • 3 MB of asm code compiled, has entire C virtual machine, has compiler, runtime, garbage collector
  • Run virtual machines in browser repl.it (opens new window)
  • Cross-compiling
  • GIMP: huge pile of C code - for windows
    • wants to talk to win32 api closed-source
    • wine opensourced implementaion of win32 api
    • which wants to talk to X-windows, we create a shim for it
  • opensourced implementation of mac windowing system is called cacao propiotary is coco

# How Computer actually work?

  • Virtual Memory
    • We want process like vim to corrupt the kernels memory and crash the entire system
  • Memeory Rings
    • Ring 0 - access to hardware, kernel space, managed by OS ususlly
    • Ring 3 - no direct access to hardware - application space
  • Function Calls
    • Push registers
  • System Call
    • that has to touch the hardware. read/write file.
    • Happening everytime we read from a socket, or do pretty much anything on computer

web = Interconnected documents

Kernel = Programming Languague + Rendering primitive

Subscribe to our Newsletter

If you like my work and think it was helpful kindly support my work


Buy Me A Coffee

  1. https://thehistoryoftheweb.com/the-origin-of-the-img-tag/ (opens new window) â†Šī¸Ž