Many But Finite

Tech and science for curious people.
http://duartes.org/gustavo/blog/ (RSS)
visit blog
Understanding and Visualizing Covid Growth in the US
12 Jun 2020 | original ↗

This post takes a look at Covid data with a particular focus on the number of new daily cases and the growth (or

Covid-19 Data Sources for Programmers
8 Apr 2020 | original ↗

I’ve been doing analysis of Covid cases to try to understand what to expect in terms of lockdown length and dise

iPhones, Armed Robbery, and Hacking
17 Jan 2018 | original ↗

(Some security recommendations are summarized at the end.)

Goto and the folly of dogma
11 Jan 2018 | original ↗

Many programmers are surprised to find out that the goto statement is still widely used in modern,

Grokbit
21 Jun 2016 | original ↗

TLDR: I launched Grokbit, a code search and brow

Home Row Computing on Macs
24 Nov 2014 | original ↗

For a number of years I’ve configured my desktops so that most tasks can be done using only home row keys on the

System Calls Make the World Go Round
7 Nov 2014 | original ↗

I hate to break it to you, but a user application is a helpless brain in a vat: What does an idle CPU do?

29 Oct 2014 | original ↗

In the last post I said the fundamental axiom of OS behavior is that <

When Does Your OS Run?
28 Oct 2014 | original ↗

Here’s a question: in the time it takes you to read this sentence, has your OS been running? Or was it

Closures, Objects, and the Fauna of the Heap
27 Oct 2014 | original ↗

The last post in this series looks at closures, objects, and other creatures roaming beyond the stack. Much of w

Tail Calls, Optimization, and ES6
23 May 2014 | original ↗

In this penultimate post about the stack, we take a quick look at tail calls, compiler optimiza

Recursion: dream within a dream
10 Apr 2014 | original ↗

Recursion is magic, but it suffers from the most awkward introduction in programming books. Th

Epilogues, Canaries, and Buffer Overflows
19 Mar 2014 | original ↗

Last week we looked at how the stack works

Journey to the Stack, Part I
10 Mar 2014 | original ↗

Earlier we’ve explored the

Page Cache, the Affair Between Memory and Files
11 Feb 2009 | original ↗

Previously we looked at how the kernel manages virtual memory

The Thing King
5 Feb 2009 | original ↗

I hope the previous post explained virtual memory adequat

How The Kernel Manages Your Memory
4 Feb 2009 | original ↗

After examining the virtual address layout of a process, we t

Anatomy of a Program in Memory
27 Jan 2009 | original ↗

Memory management is the heart of operating systems; it is crucial for both programming and system administratio

Getting Physical With Memory
16 Jan 2009 | original ↗

When trying to understand complex systems, you can often learn a lot by stripping away abstractions and looking

Cache: a place for concealment and safekeeping
12 Jan 2009 | original ↗

This post shows briefly how CPU caches are organized in modern Intel processors. Cache discussions often lack co

↑ these items are from RSS. Visit the blog itself at http://duartes.org/gustavo/blog/ to find other articles and to appreciate the author's digital home.