Skip to content

Commit

Permalink
enable blog snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
varun7654 committed Dec 28, 2024
1 parent f6f1b69 commit 5238b06
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 13 deletions.
6 changes: 6 additions & 0 deletions .idea/jsLibraryMappings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 12 additions & 11 deletions .idea/varun7654.github.io.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ instagram_username: DaCubeKing
youtube_username: DaCubeKing
#googleplus_username: +username

show_excerpts: true

theme: "minima"

#rss: rss
Expand Down
8 changes: 6 additions & 2 deletions _posts/2022-12-01-My-Programming-Projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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/)
Expand Down
2 changes: 2 additions & 0 deletions _posts/2023-01-21-The-Automation-Timesink.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 2 additions & 0 deletions _posts/2024-2-28-Proxying-Minecraft.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5238b06

Please sign in to comment.