Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Comment! #47

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright [2021] [Sid]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
17 changes: 9 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
title: Sid's Blog
description: A blog which is owned by a tech enthusiast and a Science-bitten person
disqus_shortname: Sid200
title: GIA | Sid's Blog
description: Generally an Information Arsenal
reading_time: true
words_per_minute: 200
# Your site's domain goes here (eg: https://mmistakes.github.io, http://yourdomain.com, etc)
# When testing locally leave blank or use http://localhost:4000


#! Site Domain goes here (https://domain.com) | Leave blank if testing locally, or use http://localhost:4000
url: https://sid200.github.io/blog

# Owner/author information
#! Owner Info
owner:
name: Sid
avatar: avatar.png
bio: "A random person"
email: [email protected]
# Social networking links used in footer. Update and remove as you like.

#! Socials
twitter: prollysid
github: sid200
# linkedin:
instagram: prollysid
# instagram:
# discord:
# google plus id, include the '+', eg +mmistakes
# google_plus:
Expand Down
8 changes: 8 additions & 0 deletions _data/comments/comment-1630066410589.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
_id: 30e37380-0730-11ec-a969-831fcfe943dc
page: /lets-talk-unicode/
part: ''''''
reply_to: ''
name: Sid
email: ''
message: "Well, this is a test and it will stay here forever. `Test` test ugh $x$ 32 + 4 \U0001F642"
date: '2021-08-27T12:13:30.587Z'
8 changes: 8 additions & 0 deletions _data/comments/comment-1630066761744.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
_id: 024a2bd0-0731-11ec-a969-831fcfe943dc
page: /lets-talk-unicode/
part: ''''''
reply_to: 30e37380-0730-11ec-a969-831fcfe943dc
name: Sid
email: ''
message: Hey! This is a test reply.
date: '2021-08-27T12:19:21.743Z'
8 changes: 8 additions & 0 deletions _data/comments/comment-1636903409607.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
_id: d1ca9640-455e-11ec-a0c9-3399789d48e0
page: /blog-revamp-project-gia/
part: ''''''
reply_to: ''
name: Sid
email: ''
message: Hey! This is a test comment.
date: '2021-11-14T15:23:29.605Z'
10 changes: 10 additions & 0 deletions _data/comments/comment-1653394656428.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
_id: 7f06c620-db5b-11ec-a396-ab9163257086
page: /the-mathematical-search-for-work/
part: '3'
reply_to: ''
name: Larrycek
email: f63873107e24b0f1a207e183420f47c5
message: >-
<a href=https://sumatriptan.quest/>does imitrex help tension headaches
</a><u></u>
date: '2022-05-24T12:17:36.419Z'
11 changes: 9 additions & 2 deletions _includes/comments-new.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<h2 id="commentBoxTitle">
Comment Here!
<div class="tooltip">ℹ️
<span class="tooltiptext">The commenting system is still under development, but it sort of works for the moment!<br><br>Oh and you might want to reload after clicking on Send 😬</span>
<span class="tooltiptext">
The commenting system is still under development, but it sort of works for the moment!<br><br>Oh and your comment might take a while to show up - you should see it when you reload after a few minutes...😬
</span>
</div>
</h2>

Expand Down Expand Up @@ -33,7 +35,12 @@ <h2 id="commentBoxTitle">
<script>
function cancelReply(){
document.getElementById('commentReplyCancel').style.display='none';
document.getElementById('commentBoxTitle').innerText='Comment Here!';
document.getElementById('commentBoxTitle').innerHTML = `Comment Here!
<div class="tooltip">ℹ️
<span class="tooltiptext">
The commenting system is still under development, but it sort of works for the moment!<br><br>Oh and your comment might take a while to show up - you should see it when you reload after a few minutes...😬
</span>
</div>`;
document.getElementById('comment-parent').value='';
}
</script>
4 changes: 2 additions & 2 deletions _posts/2021-07-22-the-mathematical-search-for-work.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ As we expected. It's already clear that such a plot is going to get super messy
</center>
</p>

So we **rescale** the arrows such that their length lies between $$0$$ and $$1$$ (this is easily done by dividing the origin vector field expression by the magnitude of the vector).
So we **rescale** the arrows such that their length lies between $$0$$ and $$1$$ (this is easily done by dividing the original vector field expression by the magnitude of the vector).

> While the vector field plot thingmajig above doesn't capture the length/magnitude, we can still do so by assigning different colors to each arrow depending on the magnitude. Sounds like we merged heatmaps and vector fields!

Expand Down Expand Up @@ -506,7 +506,7 @@ $$W = \int_0^s\vec{F}\cdot \vec{T}\,\mathrm{d}s$$

# Thank You!

Phew! That was a lot! If you're reading this, thanks a bunch for sticking around. This was a long one, and I don't expect you to read it all in one go. I am not sure how many people read my blog posts and for how long, but it does mean a lot if you've read this far because this took a lot of *work* (alright that's the last pun I promise).
Phew! That was a lot! If you're reading this, thanks a bunch for sticking around. This was a long one, and I appreciate you for reading all of this. I am not sure how many people read my blog posts and for how long, but it does mean a lot if you've read this far because this took a lot of *work* (alright that's the last pun I promise).

In conclusion,

Expand Down
42 changes: 42 additions & 0 deletions _posts/2021-11-02-blog-revamp-project-gia.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
layout: post
title: 'Blog Revamp: Project GIA'
description: This blog is supposed to be an arsenal of information. Or is it?
date: 2021-11-02
image:
path: /images/
background: prime-bg.jpg
feature: GIARevamp/header.svg
---

> "People will forget what you said, people will forget what you did, but people will never forget how you made them feel." - Maya Angelou

Over the past year or two, I've had some ridiculous expositions to a varied set of experiences. These experiences have taught me a lot - both educationally and in many aspects of life. Thinking about these eventually made me think about my blog (that makes no sense, but uh well that's what happened 😅). The way it stands currently, it's extremely generic; everyone can agree that *Sid's Blog* is a placeholder for a name and just way to showcase that I am lazy. The revamp is supposed to change the branding of this blog.

> I mean laziness is still an inherent characteristic in me 😛, but sometimes certain events in my life make me go, "Yep it's time to do something here and show everyone, or someone."

# Project GIA

You must know one thing: I am very picky with my names. The way I choose names is also slightly different:

- Think of some name - usually out of thin air.
- Somehow try to make meaning from it given the context.
- Move on and repeat if no associated meaning reveals itself.

Gia came to my mind and I instantly searched for it's meaning - finding that it originated in Italy and that it's supposed to mean *"God is gracious"*. Aaaaand, let's just get one thing out of the way before this turns into a heated discussion: I like the name, but it doesn't find its basis in the meaning at all. Instead, **GIA** stands for **Generally an Information Arsenal**.

> ~~I was also confounded over the pronunciation, but I finally settled for the prevalent soft G variant.~~ Yeah multiple internal debates later, I think I like the hard variant (pronounced like *Guy-a*). It's different in a way and I like that.

This reflects the purpose of the blog perfectly. This blog is not supposed to be just information here and there and at the same time it's not meant to be a *"Sid does this today"*. There's a sweet equilibrium between the two and that's where the content of the blog lies. The blog was created with the intentions of it being mostly informative, but also fun.

## What this means

This minor revamp will take place over the next few days.

For the most part it means nothing. The most that could happens is that the blog goes through a few visual changes here and there. And this time, it'll happen.

> I hope I don't procrastinate yet again. 😬

As for the content, well it's going to get refined. And many varied posts are on the way (I have planned many in my head. What remains is making them a reality). Expect to witness heated discussions (alright that's debatable with the current follower base), my thoughts on different topics, scientific expositions, tutorials and much more! And nope, you won't be losing the informal aspect. I cherish the relative informality that I keep in the posts, so that's never going.

That's all for this one! Thank you so much for sticking around and reading this.
43 changes: 27 additions & 16 deletions about/index.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,42 @@
---
layout: page
title: About this Blog
title: About this blog and me!
image:
feature: about-bg.jpg
credit: Patrick Tomasso
creditlink: https://unsplash.com/@impatrickt
modified: 2021-07-18
modified: 2021-11-04
---

Hi there! I am Sid, and this is my blog. Of course that's evident, but yeah... What is this blog exactly? Well this blog is everything and anything I wanna talk about. It can sometimes be me ranting about something (though I haven't done that yet), or it can just be me being me.
Hello future reader! The human currently editing this markdown document (which is then rendered as html thanks to some nifty tech) is me! Who's "me"? Well, I go by the name of Sid!

This is what has happened here so far:
I am an anonymous yet public guy who's addicted to anything he finds interesting. What do I find interesting as of now? Well, it's primarily Physics, Math, CS and all in between (and sometimes not 🤷)!

- I made a blog just for fun.
- Added some posts and I am never satisfied with anything, so a modification marathon is underway all the time.
- I had some other stuff to do, so I abandoned the blog.
- Took it up again, added some posts, added a commenting system, left it alone.
- Envisioned to make the blog super cool and planned on a ton of posts.
- Did finish some of them, then I left the blog alone to serve to my other commitments.
- And well we're here, I kinda wanna deal with it again.
> Sorry biology and related fields. You don't get a cut...

As is apparent, it's more of a *I gain interest, I write something interesting, I lose interest after a ridiculously long typing session* loop. I can't promise this will stop, but we can surely reduce the duration of each thingy, right, RIGHT?
My blog, **GIA** (pronounced like *Guy-a*) is supposed to be a way for me to document myself - my thoughts, stuff that entice me and suchlike. It's supposed to cover two main classes of things:

Anyways, that's the timeline, but what is this blog about again? As I said, it can be anything I like and you like (I don't really know how you would otherwise stumble upon this page...). That kinda delegates the answer and introduces a new question - *What do you like?* Uhhh, Science (minus a lot of Biology unless it's interesting and not just some mundane *learn-the-process-and-the-name* stuff) and related stuff.
- Educational Stuff
- Me!

Keeping that talk aside forever, I would like to mention that this blog is by no means perfect. And ***wHiLe I aM a PeRfEcTiOnIsT***, I don't wanna make this a perfect blog - it's pretty cool with its flaws. Now if those flaws are bugs, then nah they're gonna go outta here - **ALWAYS COMMENT AS SOON AS YOU FIND A BUG, AND I WILL TRY TO MAKE SURE YOU NEVER SEE IT AGAIN** (I might employ illegal methods if I can't fix it ヘ(`▽´*)).
> GIA = Generally an Information Arsenal. The more you know!

> **Future Sid:** Yeah, I can get pretty weird at times...
# The journey so far

Anyways, that's it for the whole *About* thingamajig. It wasn't about me, but more about the blog. If you wanna know more about me, go read *all* of the blog posts (*I mean it*, prolly).
<p>
<center>
<img src="/blog/images/about-illustration.svg" style="border-radius: 10px" data-zoomable>
</center>
</p>

Alright, so the guy aka Sid aka me is pretty lazy at times. Sometimes he's struggling through something, or well he's just looking for excuses. At times, he's extremely dedicated and that's when the real stuff happened. I created the blog with the sole purpose of learning about Jekyll and GitHub Pages. This want for knowledge evolved into a want for sharing knowledge with my next few posts. Up next, I decided my blog with almost no readers (as of now, but that's definitely gonna change!) should have a way for people to comment (which is fully functional right now - well not really, but it works for the most part 😅)

> **pERfEcTIOniST Sid:** IT'S GOING TO BE FULLY FUNCTIONAL WHEN I AM SATISFIED AIGHT?

# Before you go

So yep. GIA's the digital embodiment of Sid - well kinda. It's not supposed to informationally exhaustive, but it's not supposed to be the complete either. A sweet spot where you have information and casual talk all combined into the richness of some beautiful text and images on the web.

GIA's not perfect. And it'll never be. If you find any bugs, it'll be much appreciated if you let me know using the comments for example.

Thanks for showing interest in an about me hidden deep (just play along) in here. I hope you enjoy!
5 changes: 5 additions & 0 deletions images/GIARevamp/header.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading