diff --git a/README.md b/README.md index 8270f28..1b2987e 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,15 @@ # TAO (The Anon Operation): unstoppable free speech -Outlining a stupid simple standard to facilitate unstoppable free speech on the internet. +An app to facilitate unstoppable free speech on the internet. ## Overview Nostr at the core: censorship resistant, also stupid simple and permissionless
Anon only: Names and Nyms carry reputations/ego and risk doxxing - Anons speak freely
PoW: Spam and noise -### Nitty Gritty +### Wanting to add Ways to make Nostr notes impossible to stop?
- Secure Scuttlebutt gossip and offline (?): Even in locked down countries, if we have a SSB-like medium, we only need one person to connect to a relay to share other ppl's messages
- Extremely lightweight relays and gossiping
-- PWAs and bridges: A proliferation of simple PWAs that act like a hydra, and the sharing of notes through any means (telegram, email, pigeon) before getting to nostr - -Making a useful public square?
-- PoW addresses spam -- 4chan-like thread/reply structure onto a global feed (?) +- PWAs and bridges: A proliferation of similar, simple PWAs, and the sharing of notes through any means (telegram, email, pigeon) before getting to nostr
+- API connection to do PoW externally to app if wanted \ No newline at end of file diff --git a/client/src/components/PostCard/NewThreadCard.tsx b/client/src/components/PostCard/NewThreadCard.tsx index e7a47fc..2781461 100644 --- a/client/src/components/PostCard/NewThreadCard.tsx +++ b/client/src/components/PostCard/NewThreadCard.tsx @@ -120,11 +120,11 @@ const NewThreadCard: React.FC = () => { />
- {file != '' && - - } - {renderMedia(file)} -
+ {file != '' && + + } + {renderMedia(file)} +
- {file != '' && - - } - {renderMedia(file)} + {file != '' && + + } + {renderMedia(file)}