website/rss.xml
2023-09-28 08:54:08 +00:00

367 lines
17 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Neo Void</title>
<description>Updates from Neo Void.</description>
<language>en-us</language>
<link>https://neovoid.is-cool.dev/mysite/rss.xml</link>
<atom:link href="https://neovoid.is-cool.dev/mysite/rss.xml" rel="self" type="application/rss+xml"/>
<image>
<title>Neo Void</title>
<url>https://neovoid.is-cool.dev/mysite/img/pitr.png</url>
<link>https://neovoid.is-cool.dev/mysite/rss.xml</link>
</image>
<!-- LB -->
<item>
<title>🦖 Dino Game of Chrome</title>
<guid>https://nvpie.exozy.me/mysite/blogs/index.html#dino-game-of-chrome</guid>
<pubDate>Sat, 08 Jul 2023 08:47:01 +0000</pubDate>
<description><![CDATA[
<p><strong>Chrome Dino</strong> is the legendary <a href="https://www.blog.google/products/chrome/chrome-dino/" target="_blank" rel="noopener noreferrer">Easter Egg</a> in Chromium based browsers when you lose the internet connection.</p>
<p>Its a nice simple game to pass the time and alleviate boredom.</p>
<br>
<strong>Finally I found its source code <a href="https://github.com/congerh/dino" target="_blank" rel="noopener noreferrer">here</a> and added this game in my <a href="../index.html#fun" target="_blank" rel="noopener noreferrer">FUN</a> category.</strong>
<p>I modified css little bit to blend its background color with site's color. </p>
<p>If you want to play this game even online you always access it <small>(in any chromium based browser)</small> with this url <a href="chrome://dino" target="_blank" rel="noopener noreferrer">chrome://dino</a></p>
<h2> What are the keybinds?</h2>
<code>
<p>Space - Jump</p>
<p>Alt - Pause</p>
<p>F11 - Full Screen</p>
</code>
<br>
<p>Have fun playing dino!</p>
]]></description>
</item>
<item>
<title>🗃 Better Looking Indexof Page</title>
<guid>https://nvpie.exozy.me/mysite/blogs/better-looking-indexof-page.html</guid>
<pubDate>Sun, 25 Jun 2023 10:05:37 +0000</pubDate>
<description><![CDATA[
<p>Remember that boring old looking "index of" page?</p>
<br>
<img loading="lazy" src="https://nvpie.exozy.me/mysite/chitra/img/blog/indexof.webp" alt="apache directory listing page"/>
<br>
<p>Needless to mention blinding white screen?</p>
<p>Ever wonder if you can change <u>the way it look</u>? </p>
<p>It turns out you can change it!</p>
</br>
<p>After Suddenly stumbling upon this <a href="https://css-tricks.com/styling-a-server-generated-file-directory/">mindblowing article</a> I decided to make one of mine.</p>
</br>
<p>I copied every line of code from that article and edited css to my liking to give it my flavour.</p>
<p>Well it was nice looking and all well except the styling didnt continue when navigating to folders.</p>
<p>And asset base needed just to render it was too much.</p>
</br>
<p>Now you should consider exploring the comments section of that article. It contains various alternative to same approach.<p>
</br>
<p>One of those guy name "Lorenzo" created this <a href="https://github.com/lorenzos/Minixed">"Minixed"</a>. It uses simple "index.php" file alone.</p>
<p>I adopted it to create my own <u>Notes Server</u> --> <a href="https://envs.net/~neovoid/notes/">https://envs.net/~neovoid/notes/</a></p>
</br>
<img loading="lazy" src="https://nvpie.exozy.me/mysite/chitra/img/blog/notesserver.webp" width="400px" alt="My Notes/Files server"/>
<br>
<p>This looks Elegant and Beautiful isnt it?</p>
<p>With Minixed I can have many folders and all sorts of files I want.</p>
<h3>Why this neccessary?</h3>
<ul>
<li> It serve as a purpose of having file server.</li>
<li> It looks good.</li>
</ul>
<p>This is amazing to know, you can do all sorts of things with just <code>php</code> alone.</p>
<p>And Every day I go little bit closer to find it out.</p>
<hr>
<p>Note: If you are wondering <u>how to enable Directory listing</u> in your webserver refer to <a href="https://www.lostsaloon.com/technology/how-to-enable-and-disable-web-directory-listing-on-your-web-server/">this guide</a>.</p>
]]></description>
</item>
<item>
<title>📜 My blogs now powered by lb</title>
<guid>https://nvpie.exozy.me/mysite/blogs/index.html#my-blogs-now-powered-by-lb</guid>
<pubDate>Tue, 18 Apr 2023 15:26:56 +0000</pubDate>
<description><![CDATA[
<p>I wanted to add it sooner but better late than never ig.</p>
<p>before this I checked out ssg5 for brief moment but it didnt work out well.</p>
<p>finally, I'll be free from pain of manually edit all blogs from scratch.</p>
<p>If you dont know this site is manually handcrafted without any ssg and its lot of pain edit it</p>
<p>but this enables me to learn things too</p>
<p>Before this my blog writing workflow was like this:</p>
<ul>
<li> writing the main blog file</li>
<li> adding its brief view in blogindex file</li>
<li> editing rss file</li>
</ul>
<p>Now you get it why I took so long to add new blogs?</p>
<p>Now my new workflow with lb will be like this</p>
<ul>
<li> opening terminal: `lb n`</li>
<li> writing main content with vim</li>
<li> and publishing with `lb p`</li>
</ul>
<p>Thats it!</p>
<p>No need to manually edit all header tags and giving same elements over and over. The script will do the work for me all I need to do is focus on writing the main thing.</p>
<p>and the best part is that I have freedom to write my blog with html so unlimited possibility of design and customizing the blog</p>
<p>There is also some work needed to be done with script like makeing deleting entries work.</p>
<p>but I gotta work with what I got.</p>
<p>for now</p>
<hr>
<p>Here is the shout out to luke smith's script:</p>
<a href="https://github.com/lukesmithxyz/lb">lb by luke smith</a>
]]></description>
</item>
<item>
<title>😌 I am back</title>
<pubDate>Sat, 11 Feb 2023 22:54:00 +0530</pubDate>
<guid>https://neovoid.is-cool.dev/mysite/blogs/#i-am-back/</guid>
<description><![CDATA[
<p> I am a mess. I dont know where I wasted all my time these months.</p>
<p>Was I offline these months? No actually I messed git config of this repo. And It suddenly worked now so I guess I am able to push things now. xD</p>
<blockquote>There are some changes in my life.
Life changing decisions has made.
Some new inspirations came.
and got some ways to organizing my life.
.....................
</blockquote>
<p> Also new good habits </p>
]]></description>
</item>
<item>
<title>🔗 Collection of links I have collected so far</title>
<pubDate>Tue, 2 Aug 2022 11:38:19 +0530</pubDate>
<guid>https://neovoid.is-cool.dev/mysite/blogs/#collection-of-links</guid>
<description><![CDATA[
<p>collection of links</p>
<a href="https://neovoid.is-cool.dev/mysite/blogs/links.html">Explore Links...</a>
]]></description>
</item>
<item>
<title>💮 Rework on Layout and "some" new goodies</title>
<pubDate>Sat, 18 Jun 2022 22:45:28 +0530</pubDate>
<guid>https://neovoid.is-cool.dev/mysite/blogs/#rework-on-layout/</guid>
<description> <![CDATA[
<h2>Updates: Ok here is the list of "few changes" I made to this site.</h2>
<h3>Front Page</h3>
<p>
New Font: VictorMono must be the first font with cursive included.
New Colors: Green was good, but cyan makes things better.
Webrings: Yeah, this website is now part of those webrings.
Quotes: Cleaned out some flunky quotes with nicer one from books and all.
Typing Animation: I tried my best but still its not perfect.
New Counter Script: Continued from previous counts; this look preety neat tho.
Background Music: Can you hear it. Ask you browser maybe.
</p>
<h3>Links Page</h3>
<p>
Ordering changes: Idk I am just messing around seeing whats look perfect.
Wait, wut 黎?: Dont worry they dont bite. or do they?
Owls now untappable: Only worthy (non spammer) human can decipher my mail address.
Yeah I am no FAGMAN user: I am pure pineapple but dont eat me tho.
</p>
<h3>Blog Page</h3>
<p>
Yes, iFramed it again: I dont like changing pages for differect Navs.
Header was headache: After lots of hardship and struggle finally make it look neat.
Fixed fonts are terrible: search field looks little smaller ik ik. Its a next time fix. Probably!
finally fixed this section: No need to change pages and it will save you a music too.
</p>
<h3>Photos Page</h3>
<p>
ALBUMS: Here i used the script from bugswriter site. It will change Images (from my collected pictures from internet) in every reload of the page.
Portfolio:Idk why I still kept that name. New wallpapers are cool tho.
What should i say next?: This section is representation of how images could be showed in webpage with just simple css and html (plus a little bit of javascript). You can make album, Responsive slideshow or cover the whole page.
</p>
<h3>Rices Page</h3>
<p>
What a waste if used linux and didnt showedoff your desktop: Here I will be putting the Rices when I'll do. I am not a redditer I told you sometime. If you want upload em there I dont mind. Dont care creds. but self shaming is not good for health.
Thats All: This list was also experiment not sure if I do it again.
<p>
]]></description>
</item>
<item>
<title>🖥️ Finally Updated System After Long Time and some other updates.</title>
<pubDate>Tue, 10 May 2022 18:24:10 +0530</pubDate>
<guid>https://neovoid.is-cool.dev/mysite/blogs/#kernel-update/</guid>
<description><![CDATA[
<h3> Updated Artix after long time</h3>
<p>I was running 5.16.x kernel for long time. One friend suggested --> 'Its <a href="https://9to5linux.com/linux-kernel-5-16-reaches-end-of-life-users-urged-to-upgrade-to-linux-kernel-5-17" target="_blank" rel="noopener noreferrer">reached End of Life</a><em> "ab to update karle bhai"</em> 😅' and after a week or so finally I updated.</p>
<p> Thankfully it didnt put me on blank screen which tends to happen mostly with rolling releases but Everything is fine except <b>mocp broke 😭</b>.</p>
<h3> <abbr title="Music on Console">MOC</abbr> broked. Moved onto Musikcube.</h3>
<p> When one thing stops working it presents opportunity to explore new things or its alternatives. Coincidencly Brodie made <a href="https://yewtu.be/watch?v=NNyEfdLWHSU" target="_blank" rel="noopener noreferrer">video</a> about <a href="https://github.com/clangen/musikcube" target="_blank" rel="noopener noreferrer">musikcube</a> around same time.</p>
<p>And my journey from failed <u>mpd+ncmpcpp</u> experience to successfully settled on <u>mocp</u> (until it broked) landed on <u>musikcube</u>.</p>
<p> Though I couldnt compiled AUR versions but official precompiled binaries came to rescue.</p>
<p> And Here I go musikcube stands straight to help me focus while writing these techy blogs.</p>
<h3> New Mail, New Matrix, New pubnix.</h3>
<ul>
<li><p> I joined <a href="https://envs.net" target="_blank" rel="noopener noreferrer">envs.net</a> pubnixes. I got new mail working (neovoid@envs.net) this will be my main mail from now on. </p></li>
<li><p> I created matrix accound on new server <u>@neovoid:envs.net</u>.</li>
</ul>
<p> May be services list will grow more and more. Keep an eye on <a href="https://neovoid.is-cool.dev/#links">LINKS</a>.</p>
<p> Have a good one.👍</p>
]]></description>
</item>
<item>
<title>🎮 TicTacToe: Can You Beat Me?</title>
<pubDate>Tue, 26 Apr 2022 15:13:10 +0530</pubDate>
<guid>https://neovoid.is-cool.dev/blogs/#tictactoe</guid>
<description><![CDATA[
<p> No matter how much I despise javascript but how can I resist the idea of showcasing this little game in my website?</p>
<p> Actually I found this game on <a href="https://www.wappalyzer.com">wappalyzer</a> addon. I was fascinated to see it and started digging its code. </p>
<figure>
<img loading="lazy" alt="tictactoe" src="https://neovoid.is-cool.dev/mysite/chitra/img/ttt.png" style="display: block; margin: 15px auto;" /> <figcaption style="text-align: center">TicTacToe in action</figcaption>
</figure>
<p> Wappalyzer is handy website useful for finding out the technology stack of any website.</p>
<p> Their browser addon is even more handy. but when the addon dont have anything to show this applet let you play tictactoe to alleviates the boredom.</p>
<a href="https://neovoid.is-cool.dev/mysite/blogs/tictactoe.html">...Read More </a>
]]></description>
</item>
<item>
<title>🎶 Switched to Pipewire successfully.</title>
<pubDate>Wed, 13 Apr 2022 12:23:45 +0530</pubDate>
<guid>https://neovoid.is-cool.dev/mysite/blogs/#pipewire-switch/</guid>
<description><![CDATA[
<p> Finally I switched to pipewire.</p>
<p> I always wanted to but thought of breaking sound used to hold me back until I decided to face my fear and let it be done.</p>
<figure>
<img loading="lazy" alt="Pipewire Processes in Htop" src="https://neovoid.is-cool.dev/mysite/chitra/img/pipewirescr.png">
</figure>
<figcaption>Pipewire Processes showing in Htop</figcaption>
<p> Its not like I was having major issues with pulse audio but installing pipewire fixed one issue of unability to play multiple streams at once which might be a human error since i didnt know which package I need to have along with pulse.</p>
ref: <a href="https://wiki.artixlinux.org/Site/PipewireInsteadPulseaudio"> [1] Pipewireinstead of pulseaudio - Artix wiki </a>
]]></description>
</item>
<item>
<title>🐙 Got git support in zsh prompt.</title>
<pubDate>Sat, 09 Apr 2022 08:27:45 +0530</pubDate>
<guid>https://neovoid.is-cool.dev/mysite/blogs/#zsh-prompt</guid>
<description><![CDATA[
<p>So for a while I was enjoying my prompt like this</p>
<pre><code>neovoid \>_ </code></pre>
<p>which is neat, simple and minimal. And still I cant describe how much I love it. This is how I configured it.</p>
<a href="https://neovoid.is-cool.dev/mysite/blogs/prompt.html">...Read More </a>
]]></description>
</item>
<item>
<title> I made Pineapple Juice today. 🍍🍹 </title>
<pubDate> Mon, 04 Apr 2022 01:01:11 +0530 </pubDate>
<guid>https://neovoid.is-cool.dev/mysite/blogs/#pineapple-juice/</guid>
<description><![CDATA[
<p>This was my first time making Pineapple Juice. It was cute little experiment. Knowing the basics I remembered from random youtube video I got it okeyish. </p><p>It was just like how the first time meeting with your love feels like --> innocent and naive experience. One can say "It was not that awesome but not that bad at the same time". Although Now I remember I could make it more tastier if i just added little bit of lemon or ginger. Or just youtube search one more time. </p>
<p> I loved the experience and the experiment. This encouraged me more toward pineapples.</p>
]]></description>
</item>
<item>
<title>🏊 And I started Swimming again... </title>
<pubDate>Mon, 28 Mar 2022 07:00:00 +0530</pubDate>
<guid>https://neovoid.is-cool.dev/mysite/blogs/#swimming</guid>
<description><![CDATA[
<p> After a very long time I have started going to swim at the nearest river dam of my village. </p>
<p> I was bored and this is summer which makes things more boring for me. but hey plus thing we have water solution here. </p>
<p>It was a sunny day, I was bored, trying online CTFs and making website and suddenly I picked this vibe of "sporting".... Read More</p>
]]></description>
</item>
<item>
<title>💡 Interesting things about this Site.</title>
<pubDate>Thu, 17 Mar 2022 05:00:00 +0530</pubDate>
<guid>https://neovoid.is-cool.dev/mysite/blogs/#about-site/</guid>
<description><![CDATA[
List of Interesting things about this Site.
]]></description>
</item>
<item>
<title>🦇 Beautify Linux Manuals with Bat</title>
<pubDate>Wed, 16 Mar 2022 05:00:00 +0530</pubDate>
<guid>https://neovoid.is-cool.dev/mysite/blogs/#bat-man/</guid>
<description><![CDATA[
<p> Whatever you are doing, stop right away and do this right now cuz this is IMPORTANT!.</p>
<p> Ever wonder? WHAT IF your favourite RTFM can be experienced with cheering colors of BAT? Well Wait no more.</p>
<p> Just set this enviromental variable inside your .profile or .zprofile and see the magic of bat. </p>
<code> export MANPAGER="sh -c 'col -bx | bat -l man -p'" </code>
]]></description>
</item>
<item>
<title>🙏 Shri Ganesha of Blogging.</title>
<pubDate>Sat, 05 Mar 2022 10:00:00 +0530</pubDate>
<guid>https://neovoid.is-cool.dev/mysite/blogs/#shri-ganesha-of-blogs/</guid>
<description><![CDATA[
<img alt="Shri Ganesha" src="https://neovoid.is-cool.dev/mysite/chitra/img/gnes.png" width="299" height="230"/>
<p>First blog!</p>
<p>Life gives lemons. </p>
<p> It is the thou art of juice making that defines thou lemonade's taste. </p>
<p> The guy who loves pineapples.</p>
]]></description>
</item>
</channel>
</rss>