mirror of
https://github.com/supleed2/supleed2-old-projects-blog.git
synced 2024-12-22 06:05:48 +00:00
Add readme, add more to welcome post
Also remove whitespace from config and add placeholder for licence
This commit is contained in:
parent
ee346990a7
commit
0372942336
3
LICENSE.md
Normal file
3
LICENSE.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Licence
|
||||
|
||||
Use this as a reference: <https://gitlab.com/Nowaker/nowaker-blog/blob/master/LICENSE.md>
|
1
README.md
Normal file
1
README.md
Normal file
|
@ -0,0 +1 @@
|
|||
# Repository for [projects.8bitsqu.id/](https://projects.8bitsqu.id/)
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue