Craft and publish engaging content in an app built for creators.
NEW
Publish anywhere
Post on LinkedIn, Threads, & Mastodon at the same time, in one click.
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.
Luca Rossi ꩜@lucaronin
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.
(1/25) @ethereum Roadmap: Distributed Validator Technology (DVT)
Ethereum is built on a decentralized, resilient network of nodes, but the nodes themselves are centralized and (relatively) fragile... for now.
A guide to DVT, @ObolNetwork, @ssv_network and tomorrow's Ethereum.
(3/25) @ethereum is the World Computer, a globally shared computing platform that exists in the space between a network of 1000s of computers (nodes).
These nodes are real computers in the real world, communicating directly from peer to peer.
inevitableeth.com/home/ethereum/world-computer
(4/25) The purpose of the greater @ethereum apparatus is to offer a single shared computing platform - the Ethereum Virtual Machine (EVM).
The EVM provides the context for transactions (computation); everything you "do" on-chain happens within the EVM.
inevitableeth.com/en/home/ethereum/evm
(5/25) Each node runs a local version of the EVM, which is then held perfectly in sync with every other copy of the EVM through a process called Proof of Stake (PoS).
Any individual EVM is a window into the shared state of the World Computer.
inevitableeth.com/home/ethereum/network/consensus/pos
(7/25) A node can exist without staking any $ETH (although it wont earn any rewards).
When a node operator stakes (exactly) 32 $ETH, their node creates a new validator, which begins participating in PoS.
A single node can support many (100+) validators.
(8/25) In summary:
- a node is a real-world computer that operates @ethereum software; the Ethereum network stays in constant contact, keeping the EVM securely in sync
- a validator is a virtual entity, operated by a node, that exists within Ethereum and participates in PoS
(9/25) This is the system we have today; it works just fine! The World Computer is resilient because of the network of 1,000s of nodes. There are very few events that would affect every node.
But on an individual basis? @ethereum nodes are not that resistant to failure.
(10/25) Let's take a simple example: let's imagine you're a home-staker and the power goes out for a few hours.
During the time your node is offline, you are incurring penalties (deducted the equivalent amount you would have earned over that time).
(11/25) If you're only offline for a few hours, it wont take long for your node to re-sync with the head of the blockchain. But the longer you're offline, the longer it will take.
For the record, a full re-sync takes days.
During all this time you're incurring penalties.
(12/25) For a home-staker this is bad enough, but imagine you're a huge staking-as-a-service provider like @LidoFinance or @coinbase.
Bad luck at a single data center or a poor configuration file could have ramifications that ripple through De-Fi.
(13/25) Now, you might suggest just running a backup node - if anything happens to the primary then you can just load the private keys into the backup and resume validating.
But with today's technology, this is a risk unto itself.
beaconcha.in/validators/slashings
(14/25) Enter the technology of the future: Distributed Validator Technology (DVT).
Think of a (regular) node as a computing package consisting of a consensus and execution client. A DVT node will have multiple consensus and execution clients spread across multiple machines.
(15/25) Each time 32 $ETH is deployed to the @ethereum deposit contract, a DVT cluster of n members will come together to generate a m-of-n shared validator key (m < n) .
Every time its time for that validator key to participate in PoS, at least m members must agree.
(16/25) From the perspective of the protocol, all @ethereum cares is that every validator key participates once (and only once) at their designated turn.
DVT is the cryptography that allows us to safely distribute this responsibility across a broader group of actors.
(17/25) Let's return to home staking, but now with DVT. Let's say that you, me, and @0xWenMoon spin up a DVT cluster. Let's include @coinbase as a fallback, just in case.
Now even if the power's out in Southern California, we can all rest easy knowing we are still validating.
(18/25) DVT gives @ethereum tools it needs to continue decentralizing, further cementing its credibly neutral position as the settlement layer of the internet.
But DVT is just a technology; there are lots of different ways we might see it implemented.
Let's look at two ideas.
(19/25) @ObolNetwork is a project implementing DVT, recently raising a lot of money to put their plan into action (congrats!!!).
The best way to understand Obol is to begin with a node. A vanilla node runs an execution and consensus client; an Obol node will add a 3rd client.
twitter.com/ObolNetwork/status/1615385163218948096
(20/25) The Charon client acts as coordination layer between each cluster.
Each member-node will independently process each block, acting out the responsibilities granted to the cluster's validator key. The Charon node will reach a consensus and submit a single joint submission.
(22/25) The other project racing to deploy DVT technology is @ssv_network.
And I mean racing! They just announced a $50MM (!!!) ecosystem fund (also congrats!!! Huge things happening in the DVT space).
twitter.com/ssv_network/status/1616101088662274051
(23/25) @ssv_network uses the same tech, but really shines in the operator network it has brought together.
People interested in deploying validators will bring their ETH to SSV, who will create a DVT cluster from 4 of its operators. The magic of DVT happens behind the scenes.
(24/25) But that's just the beginning; DVT is not just about creating more resilient @ethereum nodes, its about creating true conceptual distinction between a node and a validator.
Once decoupled, we can really start to dig into a node.
Or more specifically, build it up.
(25/25) Need an example? One of the core technologies needed to enable Danksharding requires advanced elliptic curve cryptography run on every block.
Computations that seemed daunting in an @ethereum node are much more manageable in a DVT cluster.
inevitableeth.com/home/ethereum/upgrades/scaling/data