Earlier quoted context omitted.
> Webmachine is an application layer that adds HTTP semantic awareness on top of the excellent bit-pushing and HTTP syntax-management provided by mochiweb, and provides a simple and clean way to connect that to your application's behavior. Great buzzwords, I have no idea what this project actually does.
It's less buzzwords and more that you're required to understand HTTP and probably be a programmer to understand what's being said. For you and other non-programmers: https://tools.ietf.org/id/draft-ietf-httpbis-semantics-03.ht... (particularly https://tools.ietf.org/id/draft-ietf-httpbis-semantics-03.ht... ) Also knowing that mochiweb is a library for doing HTTP servers would help. Once you've learned these two, the…
> Once you've learned these two, the sentence immediately becomes clear
> it can sound like mumbo-jumbo, but I'm sure it makes sense for them, since they are professionals
Did you just link a person to a two-kilometer long page about HTTP, assumed they're not a programmer and almost accused them of not being professional enough, because they haven't heard of some Erlang library?
> application layer that adds HTTP semantic awareness on top of the excellent bit-pushing and HTTP syntax-management
I'm a web developer and my reaction was exactly the same. What the heck does this thing actually do?