Built for πβLinkedInβBlueskyβThreads. Powered by AI
Write & schedule, effortlessly
Craft and publish engaging content in an app built for creators.
NEW
Publish anywhere
Publish on X, LinkedIn, Bluesky, Threads, & Mastodon at the same time.
Make it punchier π
Typefully
@typefully
We're launching a Command Bar today with great commands and features.
AI ideas and rewrites
Get suggestions, tweet ideas, and rewrites powered by AI.
Turn your tweets & threads into a social blog
Give your content new life with our beautiful, sharable pages. Make it go viral on other platforms too.
+14
Followers
Powerful analytics to grow faster
Easily track your engagement analytics to improve your content and grow faster.
Build in public
Share a recent learning with your followers.
Create engagement
Pose a thought-provoking question.
Never run out of ideas
Get prompts and ideas whenever you write - with examples of popular tweets.
@aaditsh
I think this thread hook could be improved.
@frankdilo
On it π₯
Share drafts & leave comments
Write with your teammates and get feedback with comments.
NEW
Easlo
@heyeaslo
Reply with "Notion" to get early access to my new template.
Jaga
@kandros5591
Notion π
DM Sent
Create giveaways with Auto-DMs
Send DMs automatically based on engagement with your tweets.
And much more:
Auto-Split Text in Posts
Thread Finisher
Tweet Numbering
Pin Drafts
Connect Multiple Accounts
Automatic Backups
Dark Mode
Keyboard Shortcuts
Creators loveΒ Typefully
180,000+ creators andΒ teams chose Typefully to curate their Twitter presence.
Marc KΓΆhlbrugge@marckohlbrugge
Tweeting more with @typefully these days.
π Distraction-free
βοΈ Write-only Twitter
𧡠Effortless threads
π Actionable metrics
I recommend giving it a shot.
Jurre Houtkamp@jurrehoutkamp
Typefully is fantastic and way too cheap for what you get.
Weβve tried many alternatives at @framer but nothing beats it. If youβre still tweeting from Twitter youβre wasting time.
DHH@dhh
This is my new go-to writing environment for Twitter threads.
They've built something wonderfully simple and distraction free with Typefully π
Santiago@svpino
For 24 months, I tried almost a dozen Twitter scheduling tools.
Then I found @typefully, and I've been using it for seven months straight.
When it comes down to the experience of scheduling and long-form content writing, Typefully is in a league of its own.
After trying literally all the major Twitter scheduling tools, I settled with @typefully.
Killer feature to me is the native image editor β unique and super useful π
Visual Theory@visualtheory_
Really impressed by the way @typefully has simplified my Twitter writing + scheduling/publishing experience.
Beautiful user experience.
0 friction.
Simplicity is the ultimate sophistication.
Queue your content inΒ seconds
Write, schedule and boost your tweets - withΒ noΒ need forΒ extra apps.
Schedule with one click
Queue your post with a single click - or pick a time manually.
Pick the perfect time
Time each post to perfection with Typefully's performance analytics.
Boost your content
Retweet and plug your posts for automated engagement.
Start creating a content queue.
Write once, publish everywhere
We natively support multiple platforms, so that you can expand your reach easily.
Check the analytics thatΒ matter
Build your audience with insights that makeΒ sense.
Writing prompts & personalized postΒ ideas
Break through writer's block with great ideas and suggestions.
Never run out of ideas
Enjoy daily prompts and ideas to inspire your writing.
Use AI for personalized suggestions
Get inspiration from ideas based on your own past tweets.
Flick through topics
Or skim through curated collections of trending tweets for each topic.
Write, edit, and track tweetsΒ together
Write and publish with your teammates andΒ friends.
Share your drafts
Brainstorm and bounce ideas with your teammates.
NEW
@aaditsh
I think this thread hook could be improved.
@frankdilo
On it π₯
Add comments
Get feedback from coworkers before you hit publish.
Read, Write, Publish
Read, WriteRead
Control user access
Decide who can view, edit, or publish your drafts.
Blockchains vs. DAGs
Did you know that Ethereum is a "Blockchain", while some cryptocurrencies like Fantom, Hedera, or AlephZero are what is called "DAGs" or "Directed Acyclic Graphs"? π€
If you're an investor in $FTM, $HBAR, $AZERO, or $IOTA
THIS THREAD IS FOR YOU π§΅
This is an extremely technical topic, but we will break it down for you!
The basic function of cryptocurrencies is to store transactions on a decentralized database.
We call such a database a distributed ledger technology or DLTs.
There are different types of DLTs
Traditionally, cryptocurrencies run on a DLT called a Blockchain.
i.e., blockchain is a distributed ledger technology or DLT.
Here, transactions are stored in a linear chain of blocks
These blocks are both unalterable (A.K.A immutable) and in chronological order
Each block contains a set number of transactions, and each block is cryptographically linked to the previous block(s) using a unique code known as a hash to prevent tampering.
Hope I didn't lose you there! π
In summary, "Blockchain" is a type DLT or Distributed Ledger Technology which are used as a decentralized database to store crypto transactions.
Though Blockchains are extremely secure and a proven DLT, it suffers from an array of problems π
Since blockchains have a linear "one after another" structure, as we mentioned, it is exposed to what is known as "Blockchain Trilemma."
"Blockchain Trilemma" refers to the inability or difficulty in building a blockchain that is simultaneously:
1) Decentralised
2) Scalable
3) Secure
without compromising on any individual factor
e.g., ETH is highly Decentralized and Secure but can only process ~30 transactions per second (TPS)
- meaning it is not scalable and transaction fees are high as users must effectively 'compete' for space in each block
This is where a new DLT called Directed Acyclic Graph, or DAG, comes to play!
It aims to solve the "Blockchain Trilemma"
Remember this image?
This is a Blockchain where blocks are linear in a "one after another" fashion.
Each block contains a set no. of transactions
Now this is a Directed Acyclic Graph or DAG.
Projects such as $IOTA, $FTM, $HBAR, and $AZERO have decided to ditch blockchain technology altogether and use different variations of DAGs.
In DAGs there are no blocks.
The circles you see (graph vertex) are individual transactions directly linked.
Let me explain with an example π
4 people (A,B,C,D) are in a room. 'A' needs to send a message to 'D'.
In a blockchain, the message is passed along a chain, i.e., AβBβCβD.
In a DAG, it is shortened to AβD, speeding up the process for the 2 main participants- and D will inform B and C of the message later.
So, DAGs are NOT linear and are directed because it follows a topological order, i.e., the sequence can only move from earlier to later
In a DAG, all users are both issuers (i.e., they make/send transactions) AND validators.
This is in contrast to Proof-of-stake Blockchains like Cosmos $ATOM which has separate "Validators" in the network to verify the transactions.
Coming back...
NOTE: No network user can validate their own transaction
While users both transact and validate transactions, they cannot validate their own transactions.
That's the acyclic part of DAG - there is never a circular arrow back to the same node (vertex)
Because of this structure, DAGs are extremely scalable (10,000+ Transactions per second or TPS, theoretically 1M+ TPS), lightweight, and have zero or negligible transaction fees.
Now the important part π
The extent to which a DAG is "Decentralized" and "Secure" depends heavily on the no. of transactions currently happening.
A REDUCTION in the volume of transactions leaves DAGs VULNERABLE to attack.
More the merrier!
To mitigate this risk, DAG projects include centralized features (e.g., central coordinators or pre-selected validators).
Therefore, DAGs have not solved the trilemma either - at least not yet.
It's also important to remember that DAGs are new, unproven technology.
The future remains unclear
The 'perfect' DLT is yet to emerge (if it ever does)
Blockchains and DAGs will likely co-exist, serving distinct purposes - or a totally new DLT may arise.
In any case, these are exciting times, and we're early to see the technology evolve!