Recent Articles
Inai: REST in the Small
The Calculus You Actually Need for Deep Learning
Speculative: SciML for Physical Modeling Synthesis
The await-on-need Pattern
I'm LisP. I'm inevitable.
Talk: the Nuts and Bolts of Webassembly
I gave a talk at the “Mixed Nuts @ Pramati” meetup on 2019-08-24 10am-12pm on WebAssembly. This post contains notes from the talk - sort of almost-transcript.
Simul-posted at https://labs.imaginea.com/talk-the-nuts-and-bolts-of-webassembly/
Read More ...Abstraction is the root of all evil
A prized principle of design is the hiding of unimportant details from the users of a product that enables them to work with it without getting overwhelmed by its possibly complex inner workings. This act of deciding that something is unimportant and hiding it behind a simpler facade is what abstraction is about. In this sense, abstraction, when it works, is considered A Good Thing™.
Read More ...Prolog Is Magic
Good Ideas in Programming
Collecting a bag of what I think are good ideas in the history of programming, which lead to better thinking about system design, implementation and evolution.
Read More ...Note: This post will continously be edited to include ideas as they come to my mind as worthy of being included here. Also, the ideas are in no particular order and this is just a brain dump.