====================================================================
Published: 25 January 2022 Tags: hardware, history, javascript, microcode
Ken Shirriff goes into depth about the history and operation of the IBM 360/50 mainframe, then describes the process of simulating it in JavaScript.
Published: 25 January 2022 Tags: sqlserver
Brent Ozar illuminates the intricacies of using DESC in indices for SQL Server, including how they impact sorting on single and multiple columns.
Published: 23 January 2022 Tags: carp
Veit Heller guides us through the thought process of implementing setf by first explaining what it is, then going through the implementation itself.