tweets
8 rows where retweet_count = 7 and source = "95f3aaaddaa45937ac94765e0ddb68ba2be92d20" sorted by coordinates
This data as json, CSV (advanced)
Suggested facets: is_quote_status, favorite_count, favorited, retweeted, created_at (date)
id | user | created_at | full_text | retweeted_status | quoted_status | place | source | truncated | display_text_range | in_reply_to_status_id | in_reply_to_user_id | in_reply_to_screen_name | geo | coordinates ▼ | contributors | is_quote_status | retweet_count | favorite_count | favorited | retweeted | possibly_sensitive | lang | scopes |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1100275989622505472 | swyx 33521530 | 2019-02-26T06:06:52+00:00 | “It depends” is the answer to most things, but not all “it depends” are created equal. You can - acknowledge the base case - give contrasting examples - explain why the minority thinks they are right - offer (subjective!) predictions Contention is not a license for Equivocation | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 280] | 0 | 7 | 41 | 0 | 0 | en | |||||||||||
1420174594644742156 | swyx 33521530 | 2021-07-28T00:09:43+00:00 | RT @DominikTornow: @temporalio is all about scalability and reliability while guaranteeing functional correctness. There is a lot to unpac… | 1420085405349662721 1420085405349662721 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 140] | 0 | 7 | 0 | 0 | 1 | en | ||||||||||
1422007533510688777 | swyx 33521530 | 2021-08-02T01:33:10+00:00 | RT @swyx: Doing my taxes in Singapore this year: The tax system fits on ~1 page 🤯 If you have a standard employment situation, @IRAS_SG… | 1381324888216981504 1381324888216981504 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 138] | 0 | 7 | 0 | 0 | 1 | en | ||||||||||
1427792224859746305 | swyx 33521530 | 2021-08-18T00:39:28+00:00 | There’s a significant “it just works” premium built into everything from Apple. Every time I try to leave the Apple ecosystem in some way the thesis is invariably some version of “you get the same for less”. Every time I crawl back to Apple because the extra $ is worth it. | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 275] | 0 | 7 | 155 | 0 | 0 | en | |||||||||||
1440513594207059983 | swyx 33521530 | 2021-09-22T03:09:38+00:00 | If you started a company right now where the entire pitch deck was “something something devtools” and the 🤷♂️ emoji for a logo, you’d probably be able to raise a $5m seed | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 171] | 0 | 7 | 282 | 0 | 0 | en | |||||||||||
1444344411542867970 | swyx 33521530 | 2021-10-02T16:51:56+00:00 | RT @reactnewsletter: In this 80-minute video, @swyx has a fascinating conversation with @threepointone where they discuss the future of Rea… | 1444342415788232709 1444342415788232709 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 140] | 0 | 7 | 0 | 0 | 1 | en | ||||||||||
1450404185153757189 | swyx 33521530 | 2021-10-19T10:11:19+00:00 | RT @ascorbic: This is a really interesting discussion on Gatsby and the state of the Jamstack ecosystem and I agree with most of it. Worth… | 1450403609078898694 1450403609078898694 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 139] | 1 | 7 | 0 | 0 | 1 | en | ||||||||||
1451242768559443976 | Ben Kunz 4266261 | 2021-10-21T17:43:33+00:00 | Exceptional post by @swyx. How to create your luck. TLDR: Move more and observe. https://www.swyx.io/create-luck/ | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 108] | 0 | 7 | 14 | 1 | 1 | 0 | en |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [tweets] ( [id] INTEGER PRIMARY KEY, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [full_text] TEXT, [retweeted_status] INTEGER, [quoted_status] INTEGER, [place] TEXT REFERENCES [places]([id]), [source] TEXT REFERENCES [sources]([id]), [truncated] INTEGER, [display_text_range] TEXT, [in_reply_to_status_id] INTEGER, [in_reply_to_user_id] INTEGER, [in_reply_to_screen_name] TEXT, [geo] TEXT, [coordinates] TEXT, [contributors] TEXT, [is_quote_status] INTEGER, [retweet_count] INTEGER, [favorite_count] INTEGER, [favorited] INTEGER, [retweeted] INTEGER, [possibly_sensitive] INTEGER, [lang] TEXT, [scopes] TEXT, FOREIGN KEY([retweeted_status]) REFERENCES [tweets]([id]), FOREIGN KEY([quoted_status]) REFERENCES [tweets]([id]) ); CREATE INDEX [idx_tweets_source] ON [tweets] ([source]);