From 03729423369a39b0096cf1aae04b9896b170b6d6 Mon Sep 17 00:00:00 2001 From: Aadi Desai <21363892+supleed2@users.noreply.github.com> Date: Thu, 13 Apr 2023 17:23:45 +0100 Subject: [PATCH] Add readme, add more to welcome post Also remove whitespace from config and add placeholder for licence --- LICENSE.md | 3 +++ README.md | 1 + config.yml | 4 ++-- content/posts/000_welcome.md | 10 +++++++--- 4 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 LICENSE.md create mode 100644 README.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..bc26017 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,3 @@ +# Licence + +Use this as a reference: diff --git a/README.md b/README.md new file mode 100644 index 0000000..d39863b --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Repository for [projects.8bitsqu.id/](https://projects.8bitsqu.id/) diff --git a/config.yml b/config.yml index 2c99d1e..67eb138 100644 --- a/config.yml +++ b/config.yml @@ -1,4 +1,4 @@ -# command: hugo server -D --bind=0.0.0.0 --baseURL=http://192.168.0.12:1313 +# command: hugo server -D --bind=0.0.0.0 --baseURL=http://192.168.0.12:1313 baseURL: https://projects.8bitsqu.id/ languageCode: en-gb title: Aadi | Projects @@ -32,7 +32,7 @@ params: Content: | - I'm Aadi, a software developer and home-lab hacker from London. - Thanks for visiting my site. - - + - - Here you'll find writeups on my projects and sometimes other things I find interesting - Get started here: [Welcome](/welcome) - Or find me elsewhere: diff --git a/content/posts/000_welcome.md b/content/posts/000_welcome.md index 4dd1d86..ca72bad 100644 --- a/content/posts/000_welcome.md +++ b/content/posts/000_welcome.md @@ -134,6 +134,10 @@ Below are links to writeups or relevant resources I've found helpful. - Old enterprise-grade NVidia GPUs? - Splitting GPU power across VMs, more info in [this video](https://www.youtube.com/watch?v=jTXPMcBqoi8) - Parsec as local gaming server? - - QOI Encoder - - Based on this [Video](https://www.youtube.com/watch?v=EFUYNoFRHQI) - - Existing Example in [Rust](https://docs.rs/qoi/latest/qoi/) and [Ci](https://github.com/pfusik/qoi-ci) +- QOI Encoder + - Based on this [Video](https://www.youtube.com/watch?v=EFUYNoFRHQI) + - Existing Example in [Rust](https://docs.rs/qoi/latest/qoi/) and [Ci](https://github.com/pfusik/qoi-ci) +- ICAS Automated Verification +- UDlink +- Writing up what I learned in my time at Nordic Semiconductor + - Based on notes taken during the placement, with internal information taken out