Programming

Digital Twin (my playground)

I am embarking on a side project that involves memory and multimodal understanding for an assistant so I wanted to…

2 months ago

ReactGraph Part 5 – A user’s feed via “pull” and “push” graph queries

Investigation into bringing together graph and reactive computing. This fifth post in the series showcases slightly more complex LINQ-to-graph and…

8 years ago

ReactGraph Part 4 – First (Re)Active Queries

Investigation into bringing together graph and reactive computing. This fourth post in the series showcases LINQ-to-graph and Rx types queries…

8 years ago

ReactGraph Part 3 – The Data Model

Investigation into bringing together graph and reactive computing. This is the third post in the series and deals with the…

8 years ago

ReactGraph Part 2: Remote evaluation of continuous queries

Investigation into bringing together graph and reactive computing. This is the second post in the series and deals with the…

8 years ago

ReactGraph – Part 1: Graphs and Reactive Computing – Historical Context

Over the last few weeks, as a spare time side project, I’ve been experimenting with a concept that has been…

8 years ago

Playing with move semantics in C++ – Part 2

(Playing with move semantics in C++ - Part 1) In this second part, we take a look at what happens…

9 years ago

Playing with move semantics in C++ – Part 1

(Kjell Schubert contributed to these posts with ideas, discussion, feedback, and corrections). I did a lot of C++ programming back…

9 years ago

Let’s teach kids how to code

What a great initiative from the leaders of our field: “code.org is a non-profit foundation dedicated to growing computer programming…

11 years ago

Using a Lambda to Dynamically Create an IComparer

Just recording the following for those lost coding souls like me who are trying to find a solution on the…

11 years ago