- Real-time Sudoku Solver where your input is a camera feed
- High-Performance Matrix Multiplication
- Modal Logic Playground
- Ross Kirsling is @rkirsling - OMG I work with this him @PlayStation
- Logic In Action
- Johan van Benthem, An old discipline with a new twist: the course "Logic in Action"
- Lawrence Krubner, Coral Reef Pattern of incremental improvement
- Lawrence Krubner, Object Oriented Programming is an expensive disaster which must end
- Ted Kaminski, Data, objects, and how we're railroaded into poor design
-
"Fundamentally, the issue I see in the example given is that the poor design results from thinking of Loans as objects. If it’s an object, it has to have identity, and if it has identity, someone has to store it. The improved design comes from thinking of Loans as data, to be passed around between objects. Loans no longer have their own identities, except perhaps internally with each service. Regardless, we get a better design by distinguishing between Loans as data and Loans as objects."
-
- Michael Nygard, Services by Lifecycle
- "Instead of viewing this as a single entity with a bunch of booleans, or a CURRENT_STATE attribute (which implies a state machine that is unknown to consumers) we can view each state as a different thing."
- "make each state into its own service"
- Ben Moseley and Peter Marks, Out of the Tar Pit (Complexity)
- Avery Laird, Piece Tables, Splay Trees, and "Trables"
- Avery Laird, Text Editor: Data Structures (piece tables)
- Piece tables in depth: Charles Crowley, UNM, 1998, Data Structures for Text Sequences
- Atom's new concurrency-friendly buffer implementation
- Adam Palay, From Unit Testing to Formal Proofs
- Jay Kreps (2014), Why local state is a fundamental primitive in stream processing
- an answer to the question, "What is state and why do you need it?"
Hydration refers to the client-side process during which Vue takes over the static HTML sent by the server and turns it into dynamic DOM that can react to client-side data changes. --from Vue.js Server-Side Rendering Guide: Client-side Hydration
- Bartosz Szczeciński, Understanding ReactJS — data hydration / initialization
- Gleb Bahmutov, "Hydrate at Build Time", Generate the initial HTML markup from web app at build time to avoid blank screen
- See also "Hydrate your Apps", Remove the empty page flicker on web application startup
- Jean-Jacques Dubray, State Machines and Computing
- Leslie Lamport, Computation and State Machines
- Bert G. Wachsmuth, Relations and Functions
- from Interactive Real Analysis, "an online, interactive textbook for Real Analysis or Advanced Calculus in one real variable."
- Morning Cup of Coding from HumanReadableMag
- JavaScript Algorithms and Data Structures
- How to turn any GitHub repo into a CDN
babylon.jsframework for building 3D games and experiences with HTML5, WebGL, WebVR and Web Audio- The Power of
Prolog - Tip React.js: props vs. state
- Enlightening post about ReasonML and ReactReason
- SessionStack's series, "How JavaScript Works"