Climbing Mount Effect

Two counterintuitive results

Code memory safety and efficiency by example

Issue #73

8/17/2021

A Byte of Coding Issue #73
Yo
Here's issue #2 of the week!

Climbing Mount Effect

Published: 3 July 2021
Tags: design philosophy


Let's just get this out of the way from the start; the header on this site is insanely cool. With that done, in this article Steven Wittens discusses the advantages of using a declarative style of programming. Steven highlights the quickly growing complexity of an imperative system using a typical website example and how repetitive, but simple design for handling effects can be more advantageous than a more common approach using unique steps.

Read Full Article

Two counterintuitive results

Published: 8 August 2021
Tags: math


When learnng about probability, I loved that sometimes your intuitive guess for what was the answer, was actually completely wrong. It was humbling. In this concise article, that uses "lecture notes from several of Tim Roughgarden’s courses at Stanford" as its basis, Arthur O'Dwyer highlights an interesting physics example with a counter intuitive answer, and a probability problem that results in complete success or (occasionally) complete failure.

Read Full Article

Code memory safety and efficiency by example

Published: 13 August 2021
Tags: c, cpp


Memory leaks lead to a death by a thousand cuts for a program. The topic also always brings me back my first C++ course in college (shudder). But it's about time we stop letting amazing hardware make up for our poor programming! In this extensive article, Marty Kalin gives an overview of memory for executing C programs, nested heap allocation, memory leakage and heap fragmentation, and static area storage.

Read Full Article
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: 1533

Opens: 639

Clicks: 469

Link Clicks Clicks % Unique Clicks Unique Clicks %
Climbing Mount Effect 235 50.21% 195 52.28
Two counterintuitive results 130 27.78% 107 28.69
Code memory safety and efficiency by example 103 22.01% 71 19.03

Previous

Back to Issues

Next