home / twitter

tweets

This is data scraped from swyx's timeline! See blog post

5 rows where "created_at" is on date 2021-09-05 and is_quote_status = 1 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: favorite_count, lang

retweet_count 2 ✖

  • 0 4
  • 9 1

created_at (date) 1 ✖

  • 2021-09-05 · 5 ✖
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
1434412077020557314 swyx 33521530 2021-09-05T07:04:23+00:00 @jamonholmgren aw thanks for the compliment! i realized this about the Internet algorithm long ago - it is a max() function, not an avg() function. Twitter lets you resurface old high signal tweets when you append another. if you have a narrow set of interests its easy https://twitter.com/swyx/status/1326843725553627138?s=21   1326843725553627138 1326843725553627138   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [15, 295] 1434406106722234368 30273948 jamonholmgren       1 0 1 0 0 0 en  
1434427929358909442 swyx 33521530 2021-09-05T08:07:23+00:00 about 14 mins in Ryan goes into why Solid.js doesnt work with React Hooks and i genuinely felt sad. shedding a tear for all the incredible hooks based libraries that couldve been framework agnostic, but just are unavailable to non @Reactjs developers and will fade when it fades. https://twitter.com/PodRocketpod/status/1433823619671633923   1433823619671633923 1433823619671633923   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 280]             1 9 95 0 0 0 en  
1434500277567115266 swyx 33521530 2021-09-05T12:54:52+00:00 awesome writeup on adding custom monaco autocompletes for in-app editors! https://twitter.com/tim_nolet/status/1402925458623172611   1402925458623172611 1402925458623172611   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 73] 1321978673868599296 33521530 swyx       1 0 4 0 0 0 en  
1434506482595373060 swyx 33521530 2021-09-05T13:19:31+00:00 @0xca0a @dan_abramov @reactjs we discussed this a couple months after the hooks launch. i myself am on record saying its unnecessary. see comments from Sophie and Seb. so like, i get Dan’s argument and he’s right, as usual. doesnt stop me from just feeling bad for non React devs, and looking at d3. https://twitter.com/swyx/status/1082513275265310720   1082513275265310720 1082513275265310720   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [30, 302] 1434473781427322881 835209520200699909 0xca0a       1 0 3 0 0 0 en  
1434420744734363650 swyx 33521530 2021-09-05T07:38:50+00:00 @bdougieYO https://twitter.com/swyx/status/1165416075028246528?s=21   1165416075028246528 1165416075028246528   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [11, 34] 1434363419050737664 111217362 bdougieYO       1 0 1 0 0 0 und  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 1436.422ms