Skip to content

Commit 63b385d

Browse files
[chore] new post IF
1 parent 4e75365 commit 63b385d

File tree

4 files changed

+124
-1
lines changed

4 files changed

+124
-1
lines changed

_posts/intermeit-fasting.mdx

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: "Intermittent Fasting for 2 Months: My Journey"
3+
ogImage:
4+
url: "https://i.ibb.co/z5jt0Nm/image.png"
5+
category: Genral
6+
coverImage: "https://i.ibb.co/z5jt0Nm/image.png"
7+
date: "2024-03-12T19:51:20.775Z"
8+
draft: false
9+
---
10+
11+
# Intermittent Fasting for 2 Months: My Journey (and Struggles!)
12+
13+
Two months down, and feeling energized! I'm not the fittest, but I wanted to make some healthy changes. Those love handles? Yeah, they were definitely a target, but weight loss wasn't my only motivator. Honestly, I just wanted to see if I could stick with something new and create a healthier lifestyle.
14+
15+
Let me tell you honestly, starting intermittent fasting (IF) was a leap of faith. Would I be able to keep it up? Looking back, I'm proud to say I did it, and it feels like something I can actually maintain for the long haul.
16+
17+
## My Simple IF Rules:
18+
<b>
19+
1. Lights out for food by 9:30 PM.
20+
2. Breakfast became a 1:30 PM party. Yep, a slightly delayed start to the eating window.
21+
</b>
22+
23+
I upped my protein intake to 70-90 grams a day and went a little easier on the carbs.
24+
25+
Workout Woes :)
26+
27+
Working out has been a part of my routine for a year now, but timing became the new challenge. Evening gym sessions were regular for me, I made a switch to mornings (6-7:30 AM to be exact).
28+
29+
The first few weeks were brutal. Surrounded by tempting snacks at home? Major test of willpower. But my folks actually helped me stay on track. Guess a change of scenery does the body (and the mind) good!
30+
31+
## The Unexpected Payoff
32+
33+
The scale might not have screamed "amazing results," but my body definitely noticed a difference. My energy levels soared, and I felt more active throughout the day. Focus? It became my new superpower, crushing work and studies with laser focus.
34+
35+
## What's Next?
36+
37+
The future of IF is looking bright! I'm ready to take things to the next level. 16/8 feels easy peasy now, so why not try some 24-hour fasts? Once a week to start, with room to grow from there.
38+
39+
This journey has just begun, and I'll be back in another 2-3 months to share more insights. Until then, Ciao! 🌟🥂
40+
41+
[Note: Consistency means taking some well-deserved days off. It's about finding the balance!]

_til/tf-state.mdx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: "Migrating Terraform State from Cloud to Local"
3+
date: "2024-01-11T15:35:54.322Z"
4+
---
5+
6+
I was using terraform cloud just to expirement and stuff, the workflow was taking too much time as I was poking around terraform for fun, wanted to shift the state from cloud to local, but when I deleted the cloud config and ranf `tf apply` it was
7+
<br />
8+
<br />
9+
> sudo reflector --verbose -l 200 -n 20 -p https --sort rate --country IN --save
10+
/etc/pacman.d/mirrorlist <br />
11+
<br />
12+
13+
--verbose: tells the reflector to output the process logs <br/>
14+
-l 200: Limits the number of mirrors to include in the list to 200.<br/>
15+
-n 20: Specifies that it should fetch the 20 most recently updated mirrors.<br/>
16+
-p https: Filters mirrors that support the HTTPS protocol.<br/>
17+
--sort rate: Sorts the mirrors based on download rate.<br/>
18+
--country IN: Filters mirrors by country, in this case, India.<br/>
19+
--save /etc/pacman.d/mirrorlist: Saves the updated mirror list to the specified file.<br/>
20+
21+
<br />
22+
Then just the below command to update your system
23+
<br />
24+
> sudo pacman -Syyu
25+
<br />
26+
<br />
27+
tada :)

public/rss.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
"url": "https://twitter.com/prajwal_3722"
1111
},
1212
"items": [
13+
{
14+
"id": "http://localhost:3000/posts/intermeit-fasting",
15+
"url": "http://localhost:3000/posts/intermeit-fasting",
16+
"title": "Intermittent Fasting for 2 Months: My Journey (and Struggles!)",
17+
"date_modified": "2024-03-12T19:51:20.775Z",
18+
"author": {
19+
"name": "Prajwal P",
20+
"url": "https://twitter.com/prajwal_3722"
21+
}
22+
},
1323
{
1424
"id": "http://localhost:3000/posts/top",
1525
"url": "http://localhost:3000/posts/top",
@@ -397,6 +407,18 @@
397407
"url": "https://twitter.com/prajwal_3722"
398408
}
399409
},
410+
{
411+
"id": "http://localhost:3000/posts/custom_metrics_using_prometheus",
412+
"content_html": "I recently finished my 6th Sem, went on vacation to the famous noeth east 7 states, came back decided to work somewhere until the end of my 7th sem, had applied at several places, got rejected at some, got accepted at some, and finally decided to work at a NGO called Sitara Akka.",
413+
"url": "http://localhost:3000/posts/custom_metrics_using_prometheus",
414+
"title": "Exploring Horizontally: A Journey into understanding product effectiveness using custom metrics",
415+
"summary": "I recently finished my 6th Sem, went on vacation to the famous noeth east 7 states, came back decided to work somewhere until the end of my 7th sem, had applied at several places, got rejected at some, got accepted at some, and finally decided to work at a NGO called Sitara Akka.",
416+
"date_modified": "2020-11-18T21:35:54.322Z",
417+
"author": {
418+
"name": "Prajwal P",
419+
"url": "https://twitter.com/prajwal_3722"
420+
}
421+
},
400422
{
401423
"id": "http://localhost:3000/posts/ikigai",
402424
"content_html": "Do you know why most sports athletes go broke just after few years of retiring ? They almost retire with 250% more than the net worth of a common man. still go broke. The main reason Is Poor Finance Planning!!",
@@ -433,6 +455,16 @@
433455
"url": "https://twitter.com/prajwal_3722"
434456
}
435457
},
458+
{
459+
"id": "http://localhost:3000/posts/lvm",
460+
"url": "http://localhost:3000/posts/lvm",
461+
"title": "WTF is LVM",
462+
"date_modified": "2020-11-13T07:51:20.775Z",
463+
"author": {
464+
"name": "Prajwal P",
465+
"url": "https://twitter.com/prajwal_3722"
466+
}
467+
},
436468
{
437469
"id": "http://localhost:3000/posts/why-is-obsessed-with-engineering",
438470
"content_html": "In the world japan is famous producing for its electronics, France is famous for producing baking eatables, Italy is famous for producing wine and cheese, America is famous for producing automobiles, aerospace, etc..",

public/rss.xml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Prajwals Blog</title>
55
<link>http://localhost:3000</link>
66
<description>Hi I'm Prajwal, and this is my blog. Here, I share through my writing my experience as a Computer science student and everything I'm learning about on React, Typescript, Go, Serverless, System Design and Testing.</description>
7-
<lastBuildDate>Thu, 11 Jan 2024 09:53:01 GMT</lastBuildDate>
7+
<lastBuildDate>Tue, 12 Mar 2024 14:26:06 GMT</lastBuildDate>
88
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
99
<generator>Feed for Node.js</generator>
1010
<image>
@@ -13,6 +13,13 @@
1313
<link>http://localhost:3000</link>
1414
</image>
1515
<copyright>All rights reserved 2024, Prajwal P</copyright>
16+
<item>
17+
<title><![CDATA[Intermittent Fasting for 2 Months: My Journey (and Struggles!)]]></title>
18+
<link>http://localhost:3000/posts/intermeit-fasting</link>
19+
<guid>http://localhost:3000/posts/intermeit-fasting</guid>
20+
<pubDate>Tue, 12 Mar 2024 19:51:20 GMT</pubDate>
21+
<author>[email protected] (Prajwal P)</author>
22+
</item>
1623
<item>
1724
<title><![CDATA[Diving Deep into top & htop]]></title>
1825
<link>http://localhost:3000/posts/top</link>
@@ -300,6 +307,15 @@ Earlier in the days it was not easy to run code on server, it required a special
300307
<content:encoded><![CDATA[Hearing aids are just a medium that connects us to the outer world. They are an integral part of my life; I do not go anywhere without them. I got introduced to this world on July 3rd 2002 and was declared deaf within 5 months.]]></content:encoded>
301308
<author>[email protected] (Prajwal P)</author>
302309
</item>
310+
<item>
311+
<title><![CDATA[Exploring Horizontally: A Journey into understanding product effectiveness using custom metrics]]></title>
312+
<link>http://localhost:3000/posts/custom_metrics_using_prometheus</link>
313+
<guid>http://localhost:3000/posts/custom_metrics_using_prometheus</guid>
314+
<pubDate>Wed, 18 Nov 2020 21:35:54 GMT</pubDate>
315+
<description><![CDATA[I recently finished my 6th Sem, went on vacation to the famous noeth east 7 states, came back decided to work somewhere until the end of my 7th sem, had applied at several places, got rejected at some, got accepted at some, and finally decided to work at a NGO called Sitara Akka.]]></description>
316+
<content:encoded><![CDATA[I recently finished my 6th Sem, went on vacation to the famous noeth east 7 states, came back decided to work somewhere until the end of my 7th sem, had applied at several places, got rejected at some, got accepted at some, and finally decided to work at a NGO called Sitara Akka.]]></content:encoded>
317+
<author>[email protected] (Prajwal P)</author>
318+
</item>
303319
<item>
304320
<title><![CDATA[Ikigai: The Japanese Secret to a Long and Happy Life.]]></title>
305321
<link>http://localhost:3000/posts/ikigai</link>
@@ -327,6 +343,13 @@ Earlier in the days it was not easy to run code on server, it required a special
327343
<content:encoded><![CDATA[Two decades ago when she tried to make changes in the DEVDASIS’S life they threw chappals at her, when she went for the second time they threw tomatoes at her instead of taking this as a strict no she took this incident as an improvement]]></content:encoded>
328344
<author>[email protected] (Prajwal P)</author>
329345
</item>
346+
<item>
347+
<title><![CDATA[WTF is LVM]]></title>
348+
<link>http://localhost:3000/posts/lvm</link>
349+
<guid>http://localhost:3000/posts/lvm</guid>
350+
<pubDate>Fri, 13 Nov 2020 07:51:20 GMT</pubDate>
351+
<author>[email protected] (Prajwal P)</author>
352+
</item>
330353
<item>
331354
<title><![CDATA[Why India is obsessed with engineering?]]></title>
332355
<link>http://localhost:3000/posts/why-is-obsessed-with-engineering</link>

0 commit comments

Comments
 (0)