From f5ac2a02ce888b986dd84f1d32bf6c21a31cace8 Mon Sep 17 00:00:00 2001 From: Aly Date: Tue, 5 Jan 2021 21:30:59 -0800 Subject: [PATCH] Up to 2021-01-05 --- aly.md | 2 ++ journal/2020-12-31.md | 14 ++++++++++++++ journal/2021-01-01.md | 11 +++++++++++ journal/2021-01-03.md | 8 ++++++++ journal/2021-01-05.md | 5 +++++ 5 files changed, 40 insertions(+) create mode 100644 journal/2020-12-31.md create mode 100644 journal/2021-01-01.md create mode 100644 journal/2021-01-03.md create mode 100644 journal/2021-01-05.md diff --git a/aly.md b/aly.md index e37a96b..dda8493 100644 --- a/aly.md +++ b/aly.md @@ -2,6 +2,8 @@ - A [[person]]. - My [[self]]. +- [[Matrix]] `@aly:scuttlebug.space` +- [[Mastodon]]/[[MissKey]] `@aly@soc.scuttlebug.space` - [[pull]] [[s5bug]] [//begin]: # "Autogenerated link references for markdown compatibility" diff --git a/journal/2020-12-31.md b/journal/2020-12-31.md new file mode 100644 index 0000000..dc5346e --- /dev/null +++ b/journal/2020-12-31.md @@ -0,0 +1,14 @@ +# 2020-12-31 + +- Checked up on the status of a [[decompilation]] project for + [[Mario Kart Wii]]. + - A disassembly does exist, but it has not been updated in over 2 years. + - Hoping that once the [[Super Mario Galaxy]] decompilation has been finished + to a certain degree, MKWii will be the next target. +- Worked on my Unscii to BMFont converter. Fruitless endeavor, the font is much + too big to be a reasonable size as a BMFont, and I wouldn't even be able to + get it to work with Webpack. + +[//begin]: # "Autogenerated link references for markdown compatibility" +[decompilation]: ../decompilation "Decompilation" +[//end]: # "Autogenerated link references" diff --git a/journal/2021-01-01.md b/journal/2021-01-01.md new file mode 100644 index 0000000..005f4f5 --- /dev/null +++ b/journal/2021-01-01.md @@ -0,0 +1,11 @@ +# 2021-01-01 + +- Tried to create a small 3D game using [[OpenGL]] and [[Zig]]. + - [[Zig]] doesn't have the libraries to do anything substantial in 3d, so + I gave up and am using C++. +- [Rant about graphics programming](https://twitter.com/s5bug/status/1345179895341596672). +- Tried [[Godot]]. A little odd for me, but it'll do what I want thankfully. + +[//begin]: # "Autogenerated link references for markdown compatibility" +[Zig]: ../zig "Zig" +[//end]: # "Autogenerated link references" diff --git a/journal/2021-01-03.md b/journal/2021-01-03.md new file mode 100644 index 0000000..0972a7c --- /dev/null +++ b/journal/2021-01-03.md @@ -0,0 +1,8 @@ +# 2021-01-03 + +- Conceptualized an [[OpenGL]] loader in [[Zig]]. +- Looked into solving non-euclidean Rubik's Cubes via [[MagicTile]]. + +[//begin]: # "Autogenerated link references for markdown compatibility" +[Zig]: ../zig "Zig" +[//end]: # "Autogenerated link references" diff --git a/journal/2021-01-05.md b/journal/2021-01-05.md new file mode 100644 index 0000000..11aedad --- /dev/null +++ b/journal/2021-01-05.md @@ -0,0 +1,5 @@ +# 2021-01-05 + +- Set up a [[Matrix]] instance. +- Set up a [[MissKey]] instance. +- I feel like a master of [[Nginx]] and [[Let'sEncrypt]] :)