Coding the Lifestack Project

Published June 8, 2020 · 1 min read · #website

Opening Thoughts

Slept late last night - cracking my head over the issues below. Not a terribly productive day, but I had been somewhat looking forward to continuing on the project. Ended up reading a light book on military history before bed, delaying bedtime that little bit more…

Cracked Heads and Eye Bags

Ran into several issues while doing this.

  1. d3.js library was initially not working with some demo code. Resolution: setting the right version of d3. As it turns out, there were major changes in how data is imported between version 4 and version 5.
  2. Unsure of how to navigate the hugo structure and host data files statically. Resolution: host the static dataset on github. Call it in the raw format in javascript. Saves the cost having to host it on netlify too (every bit counts!).

Code blocks:

Literature:


See also

The lifestack project

TLDR; I propose a web project that combines several of my interests areas. It touches on: Visualisations of complexity; a mapping of my life, a One of the projects I intended to host on this website was a visual representation of my intellectual (?) progress. This is in line with my first post, which spoke of the need to better understand my learning journey that has brought me here today.

Read more

A Template of my Own

TLDR; Nothing substantive, just notes on the website updates Update on Website Another week - another revision. Welcome to version two of site - rebuilt from scratch with a generoues does of customised appropriated snippets of code. This guide in particular was helpful in laying out the groundwork from Hugo. Still fairly minimalist, but I have much better control and understanding of where the various elements are situated.

Read more

Raison D'etre

TLDR; A digital identity is critical in this day and age, but it is often too easy to lose control of it. Instead, we should take control of our own digital narrative by designing and customising a personal website. I explain how I did so. Conception If what I do is common - I tend to read the latest few posts and first post when visiting a new blog.

Read more