Notes on things I learn — kept so I don't forget
-
2026-08-02
Bringing stuffaboutcode.com back to life
This blog stopped in 2018. Not deliberately — I just drifted away from it.
-
2026-07-22
RAG vs GraphRAG — Two Retrievers, One Question
Ask for “a highly rated action movie about travelling to other planets” and two systems can hand you two very different answers. One reads the plot of every film and returns whatever sounds closest...
-
2026-07-03
A Real Neo4j Instance for Every Learner
Reading about a graph database is not the same as using one. You can follow every explanation of a clause perfectly and still freeze the first time you face an empty query editor. When you start a ...
-
2026-04-21
Can I use Aura Agents to create an MCP enabled teacher?
If you have used an agent to code you will know they are great at providing solutions to problems. Unfortunately they are not as good at teaching you to do it yourself.
-
2025-12-03
Constructing Knowledge Graphs With Neo4j GraphRAG for Python
A knowledge graph is an organized representation of real-world entities and their relationships. Knowledge graphs provide a structured way to represent entities, their attributes, and their relatio...
-
2018-06-17
Pi Camera stop motion animation
In preparation for a Raspberry Pi event I decided to create a simple GUI for creating stop motion animations using the Pi camera module to use for a demo.
-
2018-06-09
Get the weather using Python
I recently spent a hour or so hacking a lucky cat so that it would only wave when it was sunny.