Live data from Hacker News

A simple habit that saves my evenings

alikhil.dev

81–90 of 113 posts

Re: A simple habit that saves my evenings

#81

Earlier quoted context omitted.

If you get up at 6am, you will be tired at 11pm.

That's the thing about insomnia, it simply doesn't work the way you think, it can sometimes be an actual sleeping disorder.

Sure, this is not medical advice. In case you are not sick, this will work though.

Re: A simple habit that saves my evenings

#82
I leave my work session at a `git add -p` invocation. Next morning I tab through that to get started. If I start at a clean terminal in the morning, it ends very badly - either I `cd dotfiles` and start tinkering and wasting time, or I start reading something online. As long as I start 15m before my teammates, I can get it past CI and up for review in the morning for them - same effect as if I had made the PR ready the previous evening.

Re: A simple habit that saves my evenings

#83

Earlier quoted context omitted.

I wonder what the oldest reference is we can find to this practice. I bet it's very old. Oldest I know of is only the late 19th century, but I bet we could beat that by at least several hundred years. Surely it comes up at least once somewhere in Shakespeare?

You need clock based wage labor for that. Which only really starts with the Industrial Revolution

Small aside someone might find interesting. Hopefully not offtopic. In Catalonia there used to be a thriving textile industry. Workers would work on a garment and fold it when it was time to go home, to unfold it the next day and resume work. That action (to fold) is in Catalan plegar. Still today people use that verb to mean being done with work today. "Quan plegues?" meaning when do you finish work, for example.

Re: A simple habit that saves my evenings

#84
post #5

The habit is in the 7th paragraph, after 2 images: > Rather than trying to complete your task in 20 minutes, take this time to write down your thoughts, and a step-by-step action plan of what you think you need to do to finish your task. Then go home. Rest. A feeling of incompleteness will motivate you to come back and finalize your work the next day. Only you will be full of energy, together with a settled plan. No…

> A feeling of incompleteness will motivate you to come back and finalize your work the next day. Unfortunately, in between there's sleep, which is the great feelings eraser / emotional cache flusher. So all that'll happen is that said "feeling of incompleteness" will distract me for the rest of the evening, then disappear at night. Come morning, it won't be there, so I'll have to read the plan to hopefully induce th…

> that said "feeling of incompleteness" will distract me for the rest of the evening

I find that it can even ruin an evening. I'll find myself trying to solve a problem in my head rather than being present with my family.

The only thing that works for me is waiting for clean breaks that happen mid-late afternoon. As soon as I reach a happy stopping point, I must stop and switch to shallow work for the rest of the afternoon. Then it's easy to leave my computer at the end of the day.

It's hard but after years of struggling with this, I found a sustainable way to balance work and life.

I also track my consistency with doing this so that I notice myself slipping back and correct it before it becomes a problem.

Re: A simple habit that saves my evenings

#85

Earlier quoted context omitted.

That's the thing about insomnia, it simply doesn't work the way you think, it can sometimes be an actual sleeping disorder.

Sure, this is not medical advice. In case you are not sick, this will work though.

That he doesn’t react to the suggestion of trying daily a few hours of cardio exercises instead preferring a few hours of insomnia, indeed tells me there are other issues in his/her life.

Re: A simple habit that saves my evenings

#86

Earlier quoted context omitted.

Sure, this is not medical advice. In case you are not sick, this will work though.

That he doesn’t react to the suggestion of trying daily a few hours of cardio exercises instead preferring a few hours of insomnia, indeed tells me there are other issues in his/her life.

That's because every person who struggles with sleep has heard this advice a thousand times. It just doesn't work for all of us.

I lift weights, and I make sure to do big muscle groups. I wake up around the same time every day, ish. I do not drink coffee in the afternoon. I do not use blue light screens at night. And any number of other advice that people keep bringing up.

Like the comment above that says if you wake up at 06, you will be tired at 23. Yeah, sure, but you still won't be able to sleep. All that does is make you more tired permanently, but sleep still doesn't happen.

People just do not work the same, some people are really more active at night. And this advice is echoed constantly whenever this topic is brought up.

Re: A simple habit that saves my evenings

#87
post #48

Earlier quoted context omitted.

I do the same thing as the author does. Moreover, I keep these notes more frequently, to the project's notebook with my other thoughts during the day. When I return to the task, I get up to speed in ~10 minutes, and things way go smoother because a) I'll be rested, b) My brain would have processed the plan and came up with a refined version of it. When I read the plan I wrote, I automatically recall the refined versi…

sounds like you are more of a morning person, as a non-morning person, it usually takes me about 4-6 hours to get up-to-speed. because there would be some unexpected twists and turns that will distract me from the task. meanwhile, exact opposite. if i cannot "solve" an issue, if i just wait till the evening by going for a 100+km bicycle ride, i magically solve the problem in the evening (right about at dusk and after…

I'm not a "very" morning person. I generally wake around 7am in the morning, and start my wind-down at 11:00 pm.

I generally plan my next morning and half day before I go to bed. This allows me to create a routine with some flexibility for the morning.

While I can, and like to work, at nights, I do it less and less. Increasing the efficiency of my work routine is a more rewarding process for me. Also, I'm more conscious about my biorhythm now, so I want to give my bods enough time to detox itself, esp around 1-3pm, when your brain "takes the chemical trash out".

Re: A simple habit that saves my evenings

#88

Earlier quoted context omitted.

Except when all your login sessions time out and you spend 20 of each 25 minute working segment logging back in to things.

I do hope you're joking.

It's an enterprise joke and, as everyone knows, enterprise pain is no joke.

Cascades of timeouts and segmented sign-back-ins are almost a corporate ritual in ill-configured environments.

Re: A simple habit that saves my evenings

#89
post #14

To add to that, leaving something in a very obviously broken unfinished state really helps to jump back into the flow the next morning, or whenever you come back. I actually find it very hard to do this, to walk away with some code that isn't compiling or a test that isn't passing. It feels like leaving something unfinished. When you return it's an easy jumping off point, with a tangible goal and helps bring you back…

That's a great trick. I often leave myself a TODO in a source code. But as a plain text, not as a syntactically valid comment. With this project won't compile and on the next day is obvious where I ended up.

That's actually a good idea.

I actually hate leaving something not compiling in the evening, it feels like things are unfinished, but it helps getting back into it. I tend to use this more when taking a break for an hour or two. But it is effective.

However leaving an intentionally broken comment sounds like a good way to get the sense of completion for the day, but have the compiler focus your attention on where you left off!

Re: A simple habit that saves my evenings

#90
post #59

Earlier quoted context omitted.

That's a great trick. I often leave myself a TODO in a source code. But as a plain text, not as a syntactically valid comment. With this project won't compile and on the next day is obvious where I ended up.

I'll just delete what I wrote and forget about. It also doesn't work with python. Can someone make a todo app that forces you to see it? I feel like it's already done.

If you'll just delete it anyway, i don't think any amount of tooling would help you with that
Post reply on HN