home / twitter

tweets

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

9 rows where "created_at" is on date 2021-11-08, retweeted = 0, source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" and user = 33521530 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: in_reply_to_user_id, in_reply_to_screen_name, retweet_count

is_quote_status 2 ✖

  • 0 8
  • 1 1

user 1 ✖

  • swyx · 9 ✖

source 1 ✖

  • Twitter Web App · 9 ✖

retweeted 1 ✖

  • - · 9 ✖

created_at (date) 1 ✖

  • 2021-11-08 · 9 ✖
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
1457501358102249474 swyx 33521530 2021-11-08T00:12:57+00:00 Sending out next newsletter soon! https://www.getrevue.co/profile/swyx?via=twitter-profile-webview Something I've been thinking about for a while - why getting good at events is so important for devrel/marketing/community/whatever https://twitter.com/swyx/status/1457501358102249474/photo/1       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 191]             0 1 11 0 0 0 en  
1457550441542160392 swyx 33521530 2021-11-08T03:27:59+00:00 @auchenberg Reindeer are better than people.       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [12, 44] 1457550014343831555 14810761 auchenberg       0 0 13 0 0   en  
1457555413675638784 swyx 33521530 2021-11-08T03:47:45+00:00 @TreTuna oh wow this is great!!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [9, 31] 1457554943766773767 20643500 TreTuna       0 0 0 0 0   en  
1457799479076134917 swyx 33521530 2021-11-08T19:57:35+00:00 As much as I love studying past failures and successes, I definitely think that more people suffer from curse of knowledge/analysis paralysis than are helped by it. Those who don't bother learning history are 10x more likely to make it?       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 237]             0 0 37 0 0   en  
1457814020874932225 swyx 33521530 2021-11-08T20:55:22+00:00 @mdausinger Nathan has to be the hardest working grifter in the SaaS world       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [12, 74] 1457632295276384259 1578098150 mdausinger       0 0 1 0 0   en  
1457831229819027460 swyx 33521530 2021-11-08T22:03:45+00:00 Got schooled in #a11y today by @JoshuaKGoldberg! Could not be happier to merge an external PR: https://github.com/temporalio/temporaldotio/pull/56 If you're interested in common accessibility mistakes, have a look at mine. Definitely makes it realer when it's mistakes *I* made vs a hypothetical one...       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 277]             0 3 41 0 0 0 en  
1457835502556512256 swyx 33521530 2021-11-08T22:20:43+00:00 @acemarke @JoshuaKGoldberg nahh i dm'ed him after his excellent @cascadiajs talk and then one thing led to another..       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [27, 116] 1457834066976313348 727704217012604928 acemarke       0 0 4 0 0   en  
1457835765530980357 swyx 33521530 2021-11-08T22:21:46+00:00 @JoshuaKGoldberg @acemarke redux toolkit - the missing api's that redux should always have had :) https://twitter.com/acemarke/status/1457535446674718725   1457535446674718725 1457535446674718725   Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [27, 121] 1457835443584749577 2551208653 JoshuaKGoldberg       1 0 5 0 0 0 en  
1457838889620541443 swyx 33521530 2021-11-08T22:34:11+00:00 @JoshuaKGoldberg @acemarke man i dont even wanna know what reflux is just move to RTK!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [27, 86] 1457837563557842944 2551208653 JoshuaKGoldberg       0 0 5 0 0   en  

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 4128.14ms