Skip to content

Commit

Permalink
feat: footnotes + deep work post
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindballa committed Feb 29, 2024
1 parent 69adb18 commit c76df06
Show file tree
Hide file tree
Showing 5 changed files with 343 additions and 70 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
---
title: Maximizing Deep Work Hours - A Personal Experiment
date: 2024-02-29
type: Memo
description: In today's world, distractions are abundant and the ability to focus is crucial. Learn from one person's personal journey towards increasing deep work hours and discover practical strategies for optimizing phone use during work hours. Start your day right, set aside specific times for distractions, and balance deep and shallow work to build focus and achieve greater productivity.
published: true
---
I used to get very less work done in my day.
Always stopping my urges for distraction, finding myself scrolling feeds whenever there is a chance to.

Now, I feel content with what I get done.

I feel getting focused work done is a muscle that you can train.
Just like you can train to run longer distances.
There is obviously a limit to it.
4 hours of deep work is my sweet spot now.
Not to mention a lot of the shallow work that keeps happening.

One side effect of doing good fulfilling work in your day is that you can happily enjoy evenings guilt free.

## Starting the day right

Starting my day with work, after spending minimal time needed to freshen up though, is a sure shot way of setting the day in a good motion.

For me, that's starting work by 6am.
Is that necessary?
I don't think so.

I have always liked the peaceful early mornings as a kid.
Now, it feels like the world around me is still asleep and I can work without being bothered.

Our brain tricks us into thinking starting work is easy.

> Trick #1—My mind convinces me going back to work is easy.
>
> – Dopamine Detox book
Let me scroll Twitter for a minute.
Let me check Insta quickly.
Let me pick a video to watch before I get into the zone.

Getting into the zone only becomes hard later.

Focus is a muscle.
Its weak initially and we will only want more distractions throughout the day.

## Optimizing the phone

Or I should say making the phone a bit dumber.

The idea is to not let it trigger you into distractions during work.

My home screen is empty.
Just the essential apps, like call, are in the dock.

![phone homescreen](https://ik.imagekit.io/aravindballa/website/phone-home-minimal.png?updatedAt=1709225636768)

**Blocking social media**, any apps that have infinite feeds for that matter, has turned out to be peaceful.
Lowering stimulation also helps with building that ability focus.

From 6pm onwards, I unblock everything. Widgets and apps on the home screen are back [^1].
The phone is then used as its supposed to be, enjoying all its features.

As I am not eliminating/uninstalling apps completely, I feel this is a lot more sustainable.
I know I will have time for social media in the evenings so the FOMO is less.

I call this **Intermittent feed fasting**.

This makes the work look more interesting and fulfilling for me.
Urge to check feeds, that constant need of stimulation is reduced.

I've been three weeks into this now and this is whats working for me.
Everything I mention here might work for you or you might not need to do all the things I do.

Remember, in this day and age, your ability to focus defines what you can achieve.

[^1]: Profiles is a feature on iOS that lets you choose a home screen when a profile is active. And you can schedule activation of these profiles based on a time schedule.
2 changes: 2 additions & 0 deletions contentlayer.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import slugify from 'slugify';
import readingTime from 'reading-time';
import rehypeSlug from 'rehype-slug';
import { remarkWikiLink } from '@portaljs/remark-wiki-link';
import remarkGfm from 'remark-gfm';

const slugifyMemo = (name: string) =>
slugify(name.replace(/\.(md|mdx)$/, ''), {
Expand Down Expand Up @@ -198,6 +199,7 @@ export default makeSource({
rehypePlugins: [rehypeSlug],
remarkPlugins: [
[
remarkGfm,
remarkWikiLink,
{
// permalinks,
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"react-dom": "^18.2.0",
"reading-time": "^1.5.0",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.0",
"rss": "^1.2.2",
"rss-parser": "^3.12.0",
"slugify": "^1.5.3",
Expand Down
Loading

0 comments on commit c76df06

Please sign in to comment.