aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2024-04-29 21:05:33 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2024-04-29 21:05:33 +0530
commitbc0d1d75ab8e33357a0b8fd97e51f4325da85950 (patch)
treeee987ff09aa760303933c35508c2116ed9bda2e1
parent68d3b4342d21484c18e6c62547d736653302c41a (diff)
commitmain
-rw-r--r--content/_index.md25
-rw-r--r--content/blog/2024/_index.md8
-rw-r--r--content/blog/2024/ai.md5
-rw-r--r--content/blog/2024/linux.md37
-rw-r--r--content/blog/2024/pseudoleaving-whatsapp-groups.md26
-rw-r--r--content/contact.md15
-rw-r--r--hugo.toml2
-rw-r--r--layouts/blog/rss.xml34
-rw-r--r--static/images/rice_screenshot-27042024.webpbin0 -> 27070 bytes
-rw-r--r--static/images/rice_screenshot.pngbin0 -> 132544 bytes
-rw-r--r--static/images/vidhukant.webpbin21102 -> 12280 bytes
-rw-r--r--static/images/vidhukant_jan2024.webpbin0 -> 12280 bytes
12 files changed, 126 insertions, 26 deletions
diff --git a/content/_index.md b/content/_index.md
index 5d8a0a1..b7266ab 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -5,22 +5,17 @@ title: Hackerman's Den
navTitle: Welcome To Hackerman's Den
---
-Yahallo! I'm Vidhu Kant.
-I'm the premium version of your local dumbass because somehow I have gained the knowledge of altering the beeps and boops
-of a computer and my soul now belongs to Linus Torvalds.
-I sometimes make videos, though I haven't settled down on a theme yet (sadly).
-You can find me on [Odysee](https://sns.mikunonaka.net/odysee) and [YouTube](https://sns.mikunonaka.net/youtube).
+You modified some beeps and boops on your computer, that modified some beeps and boops on my computer
+then it modified some more beeps and boops on your computer and now you're reading this. Isn't that pretty?
-## About Me
+## Who am I?
-I'm interested in cyber security and shit because it sounds cool;
-I also like functional programming because it sounds cool;
-also I love reading manga because it sounds cool.
+Random dude mesmerised by technology and anime, set out to become "that cool guy on the internet"
+Coincidentially I'm a CS student but I'm mostly self taught
-> *"I may or may not have a carrot in place of a brain."*
-> --- Vidhu Kant, 2023
+And just in case I go by "Vidhu Kant Sharma" but also by "VidhuKant" (stylized)
-I love reading (mostly fiction) and learning new languages. I plan to one day be fluent in like, 5 languages;
-Let's see if I can do that! (spoiler alert: I'm gonna forget about this.)
-I hope I can one day be as cool as Bocchi from "Bocchi the Rock" and be able to play the guitar.
-But right now, I'm just as introverted as Bocchi from "Bocchi the Rock" without the cute anime girl and the guitar part.
+## What now?
+
+Take a seat. Explore my [shenanigans](/blog/)! Tell me about [yours](/contact/)!
+My git server is at <https://git.vidhukant.com>
diff --git a/content/blog/2024/_index.md b/content/blog/2024/_index.md
new file mode 100644
index 0000000..fd8a368
--- /dev/null
+++ b/content/blog/2024/_index.md
@@ -0,0 +1,8 @@
+---
+title: 2024
+heading: All Posts From 2024
+headerImg: "/images/gray-area/anime-header.webp"
+headerAlt: "sexy anime header (just for aesthetics; I don’t own this but can use this.. I think)"
+---
+
+All blog posts from 2024
diff --git a/content/blog/2024/ai.md b/content/blog/2024/ai.md
new file mode 100644
index 0000000..a864743
--- /dev/null
+++ b/content/blog/2024/ai.md
@@ -0,0 +1,5 @@
+---
+title: "AI is such a buzz word"
+date: 2024-mm-dd
+draft: true
+---
diff --git a/content/blog/2024/linux.md b/content/blog/2024/linux.md
new file mode 100644
index 0000000..673532a
--- /dev/null
+++ b/content/blog/2024/linux.md
@@ -0,0 +1,37 @@
+---
+title: "Linux means freedom of choice... And so does not using it!"
+date: 2024-04-27
+---
+
+I count myself as a Linux enthusiast; I cannot function without telling people that I use Arch btw (/s)
+
+## But why?
+
+There're a bunch of reasons for me to use linux, it's more secure, more private, lightweight...
+BUT that's not the main reason. I started caring about stuff like this *after* I became familiar with the "Linux Ecosystem".
+The dealbreaker for me was... Freedom of choice!
+
+## Customizability
+
+Customizability means A LOT to me. If something is mine it needs to scream its mine.
+Call me a narcissist but I brand everything I own with my own tastes!
+Since I spend a lot of time on my laptop, I want it to look exactly how I want it to look like
+(doesn't matter if others find it ugly) and I want it to support my workflow, not the other way around.
+
+![My ArchLinux Setup](/images/rice_screenshot-27042024.webp)
+
+Now, linux gives me this freedom of choice to use whatever window manager I want to use,
+whatever status bar I want to use, etc. This kind of thing would be hard to impossible on other
+proprietary operating systems! Now me using ArchLinux, with the XMonad window manager, and the
+Dvorak keyboard layout doesn't mean these are the best choices.
+It's what I want to use, it wasn't offered to me, and I had the complete
+freedom to just stick with KDE or something. (btw I love KDE)
+
+Now I try to encourage people into using Linux. It's not ideal for most people but if someone is
+curious and/or tech savvy enough I always try to get them to use Linux. Obviously, most people
+don't stick with it, but that's fine. Linux gives you the freedom of choice, and using an easy to
+use distro, or not using Linux at all is also a choice!
+
+But what icks me the most is, people refusing to even learn about Linux then hating on it. Same might
+apply to a bunch of other things but not wanting to use Linux is more than fine by me.. But I think if someone
+rejects something without even trying it, it's not a choice anymore. It's just stupidity and stubbornness.
diff --git a/content/blog/2024/pseudoleaving-whatsapp-groups.md b/content/blog/2024/pseudoleaving-whatsapp-groups.md
new file mode 100644
index 0000000..bc88b2d
--- /dev/null
+++ b/content/blog/2024/pseudoleaving-whatsapp-groups.md
@@ -0,0 +1,26 @@
+---
+title: "LPT: Pseudoleaving annoying WhatsApp groups"
+date: 2024-02-28
+---
+
+Group chats are cringe. Especially if you've been involuntarily added to them.
+I have way too many from college which usually get junk messages but I can't really leave them.
+
+Well, it's a valid option to just archive it; but then you have that annoying "Archived" section. It kills the vibe!
+
+## The solution
+
+So I'm gonna teach you guys a pro gamer move, which I call, *pseudoleaving*.
+
+### Step 1
+
+Mute the group chat.
+
+### Step 2
+
+Lock the group chat.
+
+### Profit
+
+It's as simple as that!
+Unless you often use the chat lock option, you now have the illusion that you've left the group!
diff --git a/content/contact.md b/content/contact.md
index 151785f..3aed6df 100644
--- a/content/contact.md
+++ b/content/contact.md
@@ -1,5 +1,5 @@
---
-title: Contact Vidhu Kant Sharma
+title: Contact
navPath: "contact"
headerImg: "/images/gray-area/anime-header.webp"
headerAlt: "sexy anime header (just for aesthetics; I don't own this but can use this.. I think)"
@@ -13,20 +13,15 @@ If you just want to respond to my blog or have any questions feel free to contac
I might take a day or two to reply, and won't respond to any E-Mails that
I think might risk my personal information.
-## Public E-Mail Addresses
-
-- For everything else --- [vidhukant@vidhukant.com](mailto:vidhukant@vidhukant.com)
-- For anything related to my YouTube/Odysee channel --- [mikunonaka@mikunonaka.net](mailto:mikunonaka@mikunonaka.net)
+## Public E-Mail Address:
+[vidhukant@vidhukant.com](mailto:vidhukant@vidhukant.com)
## Find me on other services
-*I don't use any social media. Any account immitating me is either a fake account
-or it's an old/inactive account of mine that I don't intend to publicize.
-Apart from the services that I own, the links listed below are the only links that are officially mine.*
-
- GitHub --- [MikunoNaka](https://github.com/MikunoNaka)
+- Twitter (Future X) --- [\_vidhukant](https://twitter.com/_vidhukant)
- MyAnimeList --- [0ZeroTsu](https://myanimelist.net/profile/0ZeroTsu)
-- YouTube --- [MikunoNaka](https://youtube.com/@mikunonakazt)
+- YouTube --- [Vidhu Kant Sharma](https://youtube.com/@mikunonakazt)
- Odysee --- [MikunoNaka](https://odysee.com/@MikunoNaka)
diff --git a/hugo.toml b/hugo.toml
index 8d27d44..f344e60 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -1,7 +1,7 @@
baseURL = 'https://vidhukant.com/'
languageCode = 'en-in'
title = "Vidhu Kant Sharma's Website"
-copyright = "<p>vidhukant.com Copyright &copy; 2023 Vidhu Kant Sharma &lt;<a href=\"mailto:vidhukant@vidhukant.com\">vidhukant@vidhukant.com</a>&gt; </p> <p> The text and image content on this website is under <a href='https://creativecommons.org/licenses/by-nc-sa/4.0/'>CC BY-NC-SA 4.0</a> unless stated otherwise.</p>"
+copyright = "<p>vidhukant.com Copyright &copy; 2022-2024 Vidhu Kant Sharma &lt;<a href=\"mailto:vidhukant@vidhukant.com\">vidhukant@vidhukant.com</a>&gt; </p> <p> The text and image content on this website is licensed under <a href='https://creativecommons.org/licenses/by-nc-sa/4.0/'>CC BY-NC-SA 4.0</a> unless stated otherwise.</p>"
theme = "zt-hugo"
disableKinds = ["taxonomy", "term"]
enableRobotsTXT = true
diff --git a/layouts/blog/rss.xml b/layouts/blog/rss.xml
new file mode 100644
index 0000000..6d2da77
--- /dev/null
+++ b/layouts/blog/rss.xml
@@ -0,0 +1,34 @@
+{{- $pages := .Pages -}}
+{{- printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }}
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Hackerman's Blog</title>
+ <link>{{ .Permalink }}</link>
+ <description>Recent posts on the Hackerman's Blog</description>
+ <generator>Hugo -- gohugo.io</generator>
+ {{ with .Site.LanguageCode }}
+ <language>{{.}}</language>
+ {{end}}
+ {{ with .Site.Author.email }}
+ <managingEditor>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor>{{end}}
+ {{ with .Site.Author.email }}
+ <webMaster>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</webMaster>{{end}}{{ with .Site.Copyright }}
+ <copyright>{{.}}</copyright>{{end}}{{ if not .Date.IsZero }}
+ <lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>{{ end }}
+ {{- with .OutputFormats.Get "RSS" -}}
+ {{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}
+ {{- end -}}
+ {{ range .Sections }}
+ {{ range .RegularPages }}
+ <item>
+ <title>{{ .Title }}</title>
+ <link>{{ .Permalink }}</link>
+ <pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
+ {{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}}
+ <guid>{{ .Permalink }}</guid>
+ <description>{{ .Content | html }}</description>
+ </item>
+ {{ end }}
+ {{ end }}
+ </channel>
+</rss>
diff --git a/static/images/rice_screenshot-27042024.webp b/static/images/rice_screenshot-27042024.webp
new file mode 100644
index 0000000..b34108a
--- /dev/null
+++ b/static/images/rice_screenshot-27042024.webp
Binary files differ
diff --git a/static/images/rice_screenshot.png b/static/images/rice_screenshot.png
new file mode 100644
index 0000000..020a1c3
--- /dev/null
+++ b/static/images/rice_screenshot.png
Binary files differ
diff --git a/static/images/vidhukant.webp b/static/images/vidhukant.webp
index 6c210ab..b160fdd 100644
--- a/static/images/vidhukant.webp
+++ b/static/images/vidhukant.webp
Binary files differ
diff --git a/static/images/vidhukant_jan2024.webp b/static/images/vidhukant_jan2024.webp
new file mode 100644
index 0000000..b160fdd
--- /dev/null
+++ b/static/images/vidhukant_jan2024.webp
Binary files differ