869 private links
it's about how to write high performance for modern cpu architecture.
websocket explained in detail
Intuitive explanation on CORS with a lot of examples. The article is not short but the reading was fun.
There are these three types of CORS requests, embedding, reading and writing. Each are treated differently. CORS embedding controls cross-site resources to be embedded. CORS writing controls form. CORS reading controls the ability for a script to read the response from a cross-site request.
The article also explained how preflight request works, and CORS in local context, etc. Overall very nice to read.
Convert functions to point free form.
An online ide to play with webassembly. Supports both C and Rust languages.
<blockquote>More challenging projects every programmer should try.</blockquote>
very good for playing around with different languages
<blockquote>An open-source guide to help you write better command-line programs, taking traditional UNIX principles and updating them for the modern day.</blockquote>
<blockquote>Lenses, Folds, and Traversals - Join us on freenode #haskell-lens - ekmett/lens</blockquote>
A list of references to the papers/post that paves the road for lenses.
<blockquote>Learn libraries and techniques to use Haskell for a variety of real world
tasks, like connecting to databases, building web servers, and testing.</blockquote>
<blockquote>Executables have been fascinating to me ever since I discovered, as a kid,
that they were just files. If you renamed a .exe to something else, you
could open it in notepad! An...</blockquote>
Good explanation of ELF format. (with a Rust parser as demo!)
<blockquote>EuAndreh's website</blockquote>
<blockquote>A free, fast and beautiful API request builder</blockquote>