From d2b6096c59b036c7af622ab7429a1731ebfe2923 Mon Sep 17 00:00:00 2001 From: limepotato Date: Wed, 10 Jul 2024 02:41:52 -0600 Subject: [PATCH] add cool stuff blog post --- src/content/blog/cool-stuff.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/content/blog/cool-stuff.md diff --git a/src/content/blog/cool-stuff.md b/src/content/blog/cool-stuff.md new file mode 100644 index 0000000..0f52586 --- /dev/null +++ b/src/content/blog/cool-stuff.md @@ -0,0 +1,18 @@ +--- +title: 'Cool Stuff!' +description: 'Cool/Interesting things I found on the internet.' +pubDate: 'July 10 2024' +--- + +### Be sure to check back for more! +#### I'll keep this updated as I find/rememeber things. + +- [Valence RS](https://github.com/valence-rs/valence/tree/main/examples): A Minecraft server implemented from scratch in Rust. +- [Awesome SelfHosted](https://awesome-selfhosted.net/): A great repository of various things you can self-host now. +- [Stuff in Space](https://sky.rogue.space/):This awesome site renders all the things we have put in orbit, in 3D! +- [Pwnagotchi](https://pwnagotchi.ai/intro/): Cute "AI" that aids in cracking WPA Keys. +- [Rust 3DS](https://github.com/rust3ds): Rustlang for the 3DS. +- [Godot Kotlin/JVM](https://godot-kotl.in/en/stable/): Adds Kotlin/JVM scripting support for Godot. +- [Awesome](https://github.com/sindresorhus/awesome): Awesome lists about all kinds of interesting topics. +- [Sci-Hub](https://github.com/sindresorhus/awesome): Free and Unrestricted access to all scientific knowledge, as it should be. +- [Dotsies](https://dotsies.org/): A font that uses dots instead of letters. \ No newline at end of file