/reading-list

Reading list with a focus on React, Redux, JavaScript, Video, and Audio

It's a reading list

Index

Wisdom

  • Things I Learnt The Hard Way (in 30 Years of Software Development)

    https://blog.juliobiason.net/thoughts/things-i-learnt-the-hard-way/

  • Lisping at JPL

    http://flownet.com/gat/jpl-lisp.html

    "The situation is particularly ironic because the argument that has been advanced for discarding Lisp in favor of C++ (and now for Java) is that JPL should use "industry best practice." The problem with this argument is twofold: first, we're confusing best practice with standard practice. The two are not the same. And second, we're assuming that best (or even standard) practice is an invariant with respect to the task, that the best way to write a word processor is also the best way to write a spacecacraft control system. It isn't."

  • Reading Postmortems

    https://danluu.com/postmortem-lessons/

    "If you care about building robust systems, the error checking code is the main code!"

  • Complexity Has to Live Somewhere

    https://ferd.ca/complexity-has-to-live-somewhere.html

    "Complexity has to live somewhere. If you embrace it, give it the place it deserves, design your system and organisation knowing it exists, and focus on adapting, it might just become a strength."

Index

Performance

Index

JavaScript

Index

React

Index

Redux

Index

Video

  • A Digital Media Primer for Geeks Episode 1

    https://www.xiph.org/video/vid1.shtml

    This first video from Xiph.Org presents the technical foundations of modern digital media via a half-hour firehose of information. One community member called it "a Uni lecture I never got but really wanted."

    The program offers a brief history of digital media, a quick summary of the sampling theorem, and myriad details of low level audio and video characterization and formatting. It's intended for budding geeks looking to get into video coding, as well as the technically curious who want to know more about the media they wrangle for work or play.

  • A Digital Media Primer for Geeks Episode 2

    https://www.xiph.org/video/vid2.shtml

    Continuing the "firehose" tradition of maximum information density, Xiph.Org's second video on digital media explores multiple facets of digital audio signals and how they really behave in the real world.

    Demonstrations of sampling, quantization, bit-depth, and dither explore digital audio behavior on real audio equipment using both modern digital analysis and vintage analog bench equipment... just in case we can't trust those newfangled digital gizmos. You can also download the source code for each demo and try it all for yourself!

Index

UX

Index

HTTP

Index