Don't look at deadlines negatively! They are a useful tool to measure your performance + stimulate you to do more. You can learn a lot from a single deadline. Did you work too little or too much? Was the goal too ambitious or easy? Apply lessons to the future work. 😉 #MyMindset

I wish I had this... — don't excuse yourself. Forget about what you can't and focus on what you can.
Stop comparing yourself to others, come from the point of what you have, know and have: "I can... so I will do..!" #MyMindset
BTW this was an update of one of the previous tweets. And I'm continuing this thread today! 🙌
https://t.co/cFcVpfPe3i
Do something for the long-term. Everything else is a distraction. 🛑 Nowadays I always check if the thing I'm doing aligns with my long-term plans. If not — that is probably not the best thing to do at the moment. #MyMindset
The only way to get more done is to have less to do. Eliminate your obligations, say "no" to things that are not important, stay minimal in what you do, focus. Being busy is not equal to getting things done. #MyMindset
I would love to follow this rule more. I always tell people I'm busy but can't even finish a couple of tasks that are on my focus sheet for several days now.
Inspired by this nice tweet by a wonderful person: https://t.co/QVIiuzM1Eg

More from Makers

First update to https://t.co/lDdqjtKTZL since the challenge ended – Medium links!! Go add your Medium profile now 👀📝 (thanks @diannamallen for the suggestion 😁)


Just added Telegram links to
https://t.co/lDdqjtKTZL too! Now you can provide a nice easy way for people to message you :)


Less than 1 hour since I started adding stuff to https://t.co/lDdqjtKTZL again, and profile pages are now responsive!!! 🥳 Check it out -> https://t.co/fVkEL4fu0L


Accounts page is now also responsive!! 📱✨


💪 I managed to make the whole site responsive in about an hour. On my roadmap I had it down as 4-5 hours!!! 🤘🤠🤘
What are some things you should *NOT* do as an indie hacker?

I was recently on @ProductHunt Radio (
https://t.co/IuSMrZTaYG) where @Abadesi asked me this question about all sorts of challenges that founders face.

Here are a few of my thoughts…

@Abadesi Don't blindly follow advice without considering the context in which the advice was given (from who, to who, when, for what) and adapting it to fit your personal situation.

E.g. advice that works for a high-growth VC-funded startup might be disastrous to your indie business.

@Abadesi (This applies to any and all advice in life, btw, not just advice for how to start and run a company. It's almost never a good time to turn off your brain and blindly follow what others are saying.)

@Abadesi Don't equate being a founder with being an inventor. It's an analogy that can easily go too far.

You'll end up overvaluing and over-protecting your pet ideas. Or worse, you'll never come up with an idea at all, because you'll assume that it needs to be something completely new.

You May Also Like

Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.