I feel like named pipes are the great unrealized feature of Unix. Somehow people never really got educated about them, so they don't even think to reach for them. This is "elegant weapon from a more civilized age" territory.
Reposted from Marc-André Moreau
Local web apps could work so much better if HTTP over named pipes were a commonly supported thing. Instead of relying on integrated Windows authentication, you could just... spin up a web server on a named pipe and connect a browser to it, allowing only specific local users without explicit auth

Comments