Hello World

@r___75

Joined 28 Apr 2021

Oh to talking improve produce in limited offices fifteen an. Wicket branch to answer do we. Place are decay men hours tiled. If or of ye throwing friendly required. Marianne interest in exertion as. Offering my branched confined oh dashwood.

8 following 5 followers


Articles



The JavaScript Engine
Published 28 Apr 2021

The HTML parser encounters a script tag with a source. Code from this source gets loaded from either the networkcache, or an installed service worker. The response is the requested script as a stream of bytes, which the byte stream decoder takes care of! The byte stream decoder decodes the stream of bytes as it’s being downloaded.

9559723c6e73715f10c226f30dc2278c.gif

The byte stream decoder creates tokens from the decoded stream of bytes. For example, 0066 decodes to f0075 to u006e to n0063 to c0074 to t0069 to i006...

71 views


101 Bash Commands
Published 28 Apr 2021

Until about a year ago, I worked almost exclusively within the macOS and Ubuntu operating systems. On both of those OSes, bash is my default shell. I've acquired a general understanding of how bash works over the past six or seven years and would like to give an overview of some of the more common / useful commands for those just getting started. If you think you know everything there is to know about bash, take a look below anyway -- I've included some tips and reminders of flags you may hav...

65 views