From 5238b064336e25081eff8d9d623064203bc6baaa Mon Sep 17 00:00:00 2001 From: varun7654 Date: Sat, 28 Dec 2024 01:10:22 -0800 Subject: [PATCH] enable blog snippets --- .idea/jsLibraryMappings.xml | 6 +++++ .idea/varun7654.github.io.iml | 23 ++++++++++---------- _config.yml | 2 ++ _posts/2022-12-01-My-Programming-Projects.md | 8 +++++-- _posts/2023-01-21-The-Automation-Timesink.md | 2 ++ _posts/2024-2-28-Proxying-Minecraft.md | 2 ++ 6 files changed, 30 insertions(+), 13 deletions(-) create mode 100644 .idea/jsLibraryMappings.xml diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml new file mode 100644 index 0000000..7ac8997 --- /dev/null +++ b/.idea/jsLibraryMappings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/varun7654.github.io.iml b/.idea/varun7654.github.io.iml index f269337..e1fa798 100644 --- a/.idea/varun7654.github.io.iml +++ b/.idea/varun7654.github.io.iml @@ -26,16 +26,16 @@ - - + + - + - + @@ -43,14 +43,14 @@ - + - + @@ -66,16 +66,17 @@ - - + + - + - + - + + \ No newline at end of file diff --git a/_config.yml b/_config.yml index c705625..9c9898c 100644 --- a/_config.yml +++ b/_config.yml @@ -15,6 +15,8 @@ instagram_username: DaCubeKing youtube_username: DaCubeKing #googleplus_username: +username +show_excerpts: true + theme: "minima" #rss: rss diff --git a/_posts/2022-12-01-My-Programming-Projects.md b/_posts/2022-12-01-My-Programming-Projects.md index cf1f5fc..e98f2f7 100644 --- a/_posts/2022-12-01-My-Programming-Projects.md +++ b/_posts/2022-12-01-My-Programming-Projects.md @@ -2,7 +2,11 @@ layout: post title: My Programming Projects --- -# My Programming Projects + +As a 20 year old, I've been programming for over a decade (yes half my life!). +It started with little projects and games [I made on Scratch](https://scratch.mit.edu/users/vxa1527/), but has slowly evolved into larger and more complex projects, +some of which are listed below: + - [WeCode](https://github.com/varun7654/ai-coding-tutor): A website utilizing LLMs to help you learn to code @@ -23,7 +27,7 @@ title: My Programming Projects #### **Some Minecraft Mods/Plugins:** - Client Side Noteblocks. [Modrinth](https://modrinth.com/mod/clientsidenoteblocks), [Curseforge](https://www.curseforge.com/minecraft/mc-mods/client-side-noteblocks) - A Minecraft mod to reduce audio latency when playing noteblocks in Minecraft. Works by processing inputs on the client instead of waiting for the server to play the sound. - - 300k+ downloads + - 350k+ downloads - To Do List. [Spigot](https://www.spigotmc.org/resources/to-do-list.94596/) - Simple Plugin for Spigot that holds a To Do List on your Minecraft server. - Quick Report [Hypixel](https://hypixel.net/threads/forge-1-8-9-quickreport-a-mod-for-quickly-reporting-cheaters-on-hypixel.3428305/) diff --git a/_posts/2023-01-21-The-Automation-Timesink.md b/_posts/2023-01-21-The-Automation-Timesink.md index 620d7db..3bb007c 100644 --- a/_posts/2023-01-21-The-Automation-Timesink.md +++ b/_posts/2023-01-21-The-Automation-Timesink.md @@ -1,6 +1,8 @@ --- layout: post title: The Automation Timesink +excerpt: When I first saw this comic, I don't think there was anything that related to me more as a programmer. My reality is almost exactly like the reality portion of the XKCD. I start writing code; it doesn't work. I debug; I realize could do this in a better way AND fix this bug if I rewrote this. Put all that in a `while (true)` loop and you've got me. + --- ![xkcd1319](https://imgs.xkcd.com/comics/automation.png) diff --git a/_posts/2024-2-28-Proxying-Minecraft.md b/_posts/2024-2-28-Proxying-Minecraft.md index c3c8715..b2c52b4 100644 --- a/_posts/2024-2-28-Proxying-Minecraft.md +++ b/_posts/2024-2-28-Proxying-Minecraft.md @@ -1,6 +1,8 @@ --- layout: post title: Using Cloudflare Tunnels to Proxy Minecraft Server Traffic (For Free!) +excerpt: For a while now I've been hosting my own Minecraft server at home. + Compared to using another free service (for instance, Hypixel or Aternos) my server (even running on one of my old laptops) has much better performance. --- # Why