Thanks to the CUE language, this article will expose a way to draw diagrams as data. It introduces a CUE module holding the definitions for C4 components declarations.
CCCCUE: Generating C4 diagrams with CUE
Reading from the web offline and distraction-free
TL;DR: This article describes the wiring of a tool to turn a webpage into a self-sufficient epub (for reading offline). If you want to try the tool, you can grab a binary version from GitHub
The Why To oversimplify my need, I will quote this from the Readability Project
Reading anything on the Internet has become a full-on nightmare. As media outlets attempt to eke out as much advertising revenue as possible, we’re left trying to put blinders on to mask away all the insanity that surrounds the content we’re trying to read.
POV: A streaming/communication platform for the data mesh
a step by step implementation of a streaming plateform that will interconnect the nodes of a data mesh. The goal is to validate the concept of the platform as a support to the federated computed governance to support the data-products
Streaming the reMarkable 2
This is a simple article that describes the wiring of the tool I made for streaming the content of the remarkable 2 on a computer. From the proc filesystem to the gRPC implementation over HTTP/2 via the certificate generation.
Ontology, graphs and turtles - Part III
This article is about using the graph in-memory from the build-in part II. In this article, I will show how to extract the graph’s information using a template engine. Eventually, we will build a documentation webserver that looks like schema.org.
Ontology, graphs and turtles - Part II
This article is about parsing and extracting the knowledge from a triplestore to create a graph in-memory in Go.
Ontology, graphs and turtles - Part I
This is the first article about the concept of ontology. In this article, we introduce some ideas about semantic. From a set of definitions, we move to the notion of a knowledge graph. Then we show how triples and the turtle language can help setting up a schema and to represent knowledge