Ode to a Streaming ByteString

HTTP/2 in infrastructure: Ambry network stack refactoring

Understanding Network Access in Windows AppContainers

Issue #79

8/26/2021

A Byte of Coding Issue #79
Hi
I realized that I accidentially wrote the wrong title for the first article in the issue yesterday. My bad, it was meant to be "JavaScript vs JavaScript. Fight!". If you haven't had a chance to follow the newsletter on twitter, I reccommend it. Why? Because I'll be posting interesting articles that might not make it into the newsletter. Also I'm trying to start discussions with authors about the subject matter of their articles, albeit currently it's still very one-sided. I'll keep smashing the good ol' head against the wall though until a brick comes loose. And now... you get an issue! And you get an issue! And look under all of your chairs--that's right, you all got issues!

Ode to a Streaming ByteString

Published: 24 July 2021
Tags: haskell


grep is the unexpected poster child for functional programming. Why? Because it "It hides the details of resource manipulation", "It consumes its input lazily", and "It cleans up its resources". In this deep dive, Patrick Thomson uses grep as a model program upon which to base a Haskell lazy I/O streaming implementation.

Read Full Article

HTTP/2 in infrastructure: Ambry network stack refactoring

Published: 24 August 2021
Tags: http2


You run into a different level of problems when you're dealing with petabytes of data. Some of these problems will only be apparent when you actually exceed critical mass. Ze Mao's structured article reads like a report on how the Ambry team recently handled a large scale refactoring of a giant system that became bottlenecked by the frontend.

Read Full Article

Understanding Network Access in Windows AppContainers

Published: 19 August 2021
Tags: security


Often times the firewall might be the only thing between you and the big bad web. It's especially essential in Windows, the OS for which the most malicious code exists (by far). James Forshaw's spanning article dives explores the ins and outs of the Windows firewall, starting with a primer on its architecture, continuing onto rules, spelunking into configurations, and concluding with AppContainer network restrictions.

Read Full Article
Twitter
Website
Thanks for your Support! 

Thanks to supporters like Євген Грицай, Scott Munro, zturak, pek, Emil Hannesbo, and Joe Hill this newsletter is provided to you for (ad) free. If you'd like to also show your support and help out, you can donate on the Patreon page. It's not necessary, but it lets me know that I'm doing a good job and that you're finding value in the content.
Donate Here






This email was sent to <<Email Address>>
why did I get this?    unsubscribe from this list    update subscription preferences
A Byte of Coding · 750 Fowler St NW · Atlanta, GA 30332-1914 · USA

Stats (updated daily)

Sent: 1521

Opens: 612

Clicks: 157

Link Clicks Clicks % Unique Clicks Unique Clicks %
Ode to a Streaming ByteString 47 34.06% 41 35.96
HTTP/2 in infrastructure: Ambry network stack refactoring 51 36.96% 43 37.72
Understanding Network Access in Windows AppContainers 40 28.99% 30 26.32

Previous

Back to Issues

Next