So, what's up?

Well, this is a paragraph, in which im going to say something random. Oh hey, that was a nice usage of bold characters.

I'm just gonna test out some things here, you can read if you want

Welcome

This is a nice list of things you should do :

  • Drink some water
  • Take a break from your screen for a bit
  • Do that thing you wanted to do

Here's a useful Windows Terminal script :

ipconfig | findstr /i "ipv4"

So what does this script do?

Well you can check it out on the link right here

Something else

Link to a very funny website

If you really want to do some funny things then you can run this code in your browsers console c:

let intervalId = setInterval(() => {
  document.querySelectorAll('*').forEach(el => {
    el.style.color = `#${Math.floor(Math.random() * 16777215).toString(16)}`;
  });
}, 500);

Oh yeah if you wanna stop it you're gonna have to refresh your page

Thank you

Thanks for reading this, i just wanted to make a quick little first blog post so there's something here lmao. It also serves as a nice demonstration for the custom blog styling, i guess.

You may soothe your eyes with this drawing of a kitten as a reward c:

kittygif.gif