Thread
Stories related to "What Is HTTP/3 - Lowdown on the Fast New UDP-Based Protocol" across the full archive.
Python has lacked a batteries-included HTTP library that would have both async and sync clients. Httpx (httpcore), which has offered this, is unfortunately pretty much unmaintained and suffering from huge perf issues (<a href="https://github.com/encode/httpx/issues/3215...
[the "categorical theory of patches" paper](http://arxiv.org/abs/1311.3903)
[/r/compsci discussion](https://www.reddit.com/r/compsci/comments/3pdd5g/pijul_combines_speed_of_git_usability_of_darcs/)
Sapient uses libsodium to encrypt or sign HTTP message bodies. It works either client-side or server-side, on requests or responses.
Features:
* Symmetric-key
* Encryption (XChaCha20-Poly1305)
* Authentication (HMAC-SHA512-256)
* Public-key
* Sealing (X25519 + BLAKE2b + XChaCha20-Pol...
This is an explanation of a whitepaper for a new cryptocurrency called Algorand from [The Morning Paper](https://blog.acolyer.org/):
> Algorand can confirm transactions on the order of one minute — whereas Bitcoin takes on the order of one hour — has negligible probability of forking, and achieve...
Abstract: "Tree automata and transducers are used in a wide range of applications in software engineering. While these formalisms are of immense practical use, they can only model finite alphabets. To overcome this problem we augment tree automata and transducers with symbolic alphabets represented ...
Additional details from author [here](http://lists.llvm.org/pipermail/cfe-dev/2015-May/043155.html).
[NuSTER](https://github.com/jiangwenyuan/nuster) is a high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy.
NuSTER can be used as an HTTP proxy cache server like Varnish or Nginx to cache dynamic and static HTTP response, and also can be used as a RESTful NoSQ...
Presented at the [MICRO-36 conference](https://www.microarch.org/micro36/) in 2003.
This is a talk I presented at this years PyCon SE.
Slides are available here: https://slides.com/hultner/pycon-se-2019
More details and example code at:
https://github.com/Hultner/Test-faster-fix-more
Please give me any feedback you may have!