From 2469174e35bebfb554af894a8fe40e7393bc338e Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 8 Sep 2025 01:33:14 +0100 Subject: [PATCH] fix: undo teh deletion of teh old intro --- src/slides/skynet/0_Intro.md | 99 ++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 src/slides/skynet/0_Intro.md diff --git a/src/slides/skynet/0_Intro.md b/src/slides/skynet/0_Intro.md new file mode 100644 index 0000000..4907d88 --- /dev/null +++ b/src/slides/skynet/0_Intro.md @@ -0,0 +1,99 @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +title = "Skynet: Intro" +date = 2023-09-23 +slides = true ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + +# Skynet: Introduction + +------------------------------------------------------------------------- + +Skynet is the UL Computer Society's computer cluster. + +------------------------------------------------------------------------- + +Has a long history: <>. + +------------------------------------------------------------------------- + +Older than the Society. (1992 vs 1994) + +------------------------------------------------------------------------- + +But alas good things always come to an end. + + +------------------------------------------------------------------------- + +Due to //A Series of Unfortunate Events// we lost internet in Jan 2023 + +------------------------------------------------------------------------- + +Turns out Wordpress got Wordpress'd and we had a //smol// spam problem. + +------------------------------------------------------------------------- + +ITD also wanted us to have all servers patched and up to date. + +------------------------------------------------------------------------- + +# Skynet 3.0 + +------------------------------------------------------------------------- + +Gave us a chance to do a full rebuild. + +------------------------------------------------------------------------- + +Servers were delved Indiana Jones style. + +------------------------------------------------------------------------- + +![Delving into Ruins](0_intro_img1.png) + +------------------------------------------------------------------------- + +Backups were made. + +------------------------------------------------------------------------- + +Returned Summer 2023. + +------------------------------------------------------------------------- + +Powered by NixOS. + +------------------------------------------------------------------------- + +Fully open source: <> + +------------------------------------------------------------------------- + +Skynet now can compile and update itself. + +------------------------------------------------------------------------- + +Be not Afraid + +------------------------------------------------------------------------- + +Automation FTW! + +------------------------------------------------------------------------- + +How hosts: + +------------------------------------------------------------------------- + +* Email +* Gitlab + CI/CD runners +* Game Servers + * Minecraft +* ULFM +* Websites + * <> + * User sites (<>) + +------------------------------------------------------------------------- + +Always iterating, always improving. \ No newline at end of file