|
|
|
|
|
by sph
1298 days ago
|
|
There is a lot of glue code written because we are only transporting data through HTTP, that is the problem. A concept that has been buzzing around my head a lot lately is, what if we could model objects/actors? So that I do not only go to google.com to display some HTML, but we have a standardised RPC language I can tell it to "search this query" and it returns a structured object? The same RPC I can use to talk to my Hue lamp and tell it "turn red." In fact, our current HTML model can nicely map to a "render a thing to HTML" method call. We spend too much time building complex systems by either scraping HTML, or gluing together incompatible APIs from vendors. I want the Internet to be like the Erlang virtual machine. Each server is an independent actor that holds state, can send and receive messages, but they are not very trusted. |
|
you sound quite a bit like Alan Kay there (and that's not a bad thing IMO).