The Beatles wrote “Yesterday” in less than a minute.

Led Zeppelin wrote “Rock And Roll” in 30 minutes.

The White Stripes, “Seven Nation Army”, 10 min during a soundcheck.

The Rolling Stones, “I Can’t Get No Satisfaction”, 40min.

Making a startup in 24 hours is perfectly fine.

I worked on my first startup for 2.5years. It was an events app. Sunk in cost and expectations were so high, that I had to close it, despite getting consistent revenue.
In comparison, I wrote @CryptoJobsList in 2 days. And it's way more meaningful than what I've been doing in my events startup for 2.5 years.
When I let go of my engineering ego and let go of expectations that I need to raise capital and hustle for 4+ years — I started lauching fast and interating fast without any expectations — then I started coming up with something truly meaningful and useful ✨
12 startups in 12 months by @levelsio
24 hour startup by @thepatwalls
— are great challenges that make you focus on the end product value, iterate fast and see what sticks and ruthlessly kill what does not work.
If you are a first time tech founder, full time engineer, or even an accomplished maker with significant revenue — I urge you to keep launching NEW things on regular basis. 🚀

More from Startups

Below are the top 10 RT'd tweets from the latest 1000 tweets made by @Hustle_Smarterr.

THREAD:

https://t.co/8EmLYHHbLo


https://t.co/aMyO7K3IbM


https://t.co/xv7QK5mdvD


https://t.co/Ww2s97Kw5x
20 years ago, I created the Danish gaming site Daily Rush with @mwittrock – inside a startup accelerator called Prey4, complete with fantastical projections of world domination 😂 – but now it's the end, after the proprietor of many years died in 2018.

Daily Rush was the culmination of years of using the web to do gaming journalism. I started Konsollen all the way back in 1995, then ran
https://t.co/zsT3ykQcVk for years in anticipation of Id's shooter, then worked at a web portal, then Daily Rush.

This was how I got into web development, project management, organizing, writing, publishing, and how I met lifelong friends. What a wonderful time. But most good things come to an end. We should all be so lucky to see something we help set in the sea brave the waves for 20 yrs!

It's awesome to see the Internet Archive snapshots from all the way back to the early months of the site. Web design anno 2000 😍


The memory lane trip on the Internet Archive goes all the way back to the precursor to Daily Rush, that https://t.co/zsT3ykQcVk site. Here's a snapshot from 1999! Complete with all the news written by yours truly 😄
.@zapier built a $140M ARR business on $1.4M in VC that has become the logic layer of the no-code industry.

But it has the potential to be something even bigger: the Netflix of productivity.

Our report and a thread 👉

We believe @seqouia and @steadfast got a good deal buying into Zapier at $5B.

We value Zapier at $7B based on:

- 30-50% YoY growth over the next five years
- Zapier’s monopoly status in the solopreneur/SMB market
- 30-40% YoY growth of no-code TAM

No-code is huge and growing, but as @edavidpeterson has written, no-code is about more than tools: it’s about a philosophy that emphasizes interoperability and customizing your software to your needs.

https://t.co/UJY6BRtXwl


.@zapier enabled interoperability by building a solution to one of the intractable problems in SaaS: APIs that don’t talk to each other.

The product took off and hit $100M ARR in just 9 years, comparable to companies that have raised 100x as much money.

https://t.co/0Thk42eRpJ


Zapier was riding an explosion in APIs that started the same year they were founded—2011.

Suddenly, every SaaS business wanted to offer its users extensibility, but not spend time figuring out what integrations to build or building them.

That’s where Zapier came in handy.

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.