My list of magic numbers for your turkey day enjoyment

Modern storage is plenty fast. It is the APIs that are bad.

Karen on Python mocks: threading.Timer

Issue #38

11/26/2020

A Byte of Coding Issue #38
Happy Thanksgiving!
Eat turkey if that's your thing. Think about the things you're thankful for if being grateful isn't normally your thing. I think that's a much undervalued thing to do. One of the best pieces of advice I got was to think about everything I'm grateful for whenever I feel down. Works like a charm. Right now I'm very thankful for getting back running water, electricity, and wifi in my home :) what about you? The fact that here's the issue?

My list of magic numbers for your turkey day enjoyment

Published: 26 November 2020
Tags: numbers


If you play with technology long enough, you start seeing patterns in numbers. 256, 1024, 0x15, or 420. Well in this article, Rachel lists out a plethora of magical numbers you might run into when dabbling with computers and the web. Along the way she points out some useful information from all across the number spectrum.

Read Full Article

Modern storage is plenty fast. It is the APIs that are bad.

Published: 25 November 2020
Tags: optimization, memory


Hardware has been developing at such an accelerated rate performance wise, that many of modern optimization problems are mostly a result of software not catching up. One such example is I/O processes. In this informative article, Glauber Costa uses his expertise to dispel some common misconceptions about the time cost of interacting with I/O, and highlighting the real culprit; poorly written APIs.

Read Full Article

Karen on Python mocks: threading.Timer

Published: 26 November 2020
Tags: javsacript


Refactoring is a big part of any kind of programming, because any project you'll work on will have some sort of technical debt. We all sometimes take shortcuts. Well Pablo Aguiar has taken a great meme, good ol' Karen, and put her to work rewriting unit tests for lazy Python devs that used time.sleep on asynchronous functions.

Read Full Article
Thanks for your Support! 

Thanks to the supporters like Євген Грицай, Scott Munro, zturak, and pek, this newsletter is provided to you for 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: 880

Opens: 412

Clicks: 272

Link Clicks Clicks % Unique Clicks Unique Clicks %
My list of magic numbers for your turkey day enjoyment 106 38.97% 89 40.83
Modern storage is plenty fast. It is the APIs that are bad. 120 44.12% 94 43.12
Karen on Python mocks: threading.Timer 46 16.91% 35 16.06

Previous

Back to Issues

Next