home / twitter

tweets

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

8 rows where in_reply_to_screen_name = "DavidKPiano" sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: is_quote_status, retweet_count, favorite_count

created_at (date) 8 ✖

  • 2021-07-26 1
  • 2021-07-28 1
  • 2021-09-11 1
  • 2021-10-26 1
  • 2021-10-29 1
  • 2021-12-09 1
  • 2021-12-10 1
  • 2021-12-26 1

lang 2 ✖

  • en 6
  • und 2

user 1 ✖

  • swyx 8

in_reply_to_screen_name 1 ✖

  • DavidKPiano · 8 ✖
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
1419686460127547397 swyx 33521530 2021-07-26T15:50:03+00:00 @DavidKPiano @threepointone (our CTO designed Azure’s Durable Task Framework before he left Msft, which is why it’s similar)       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [28, 124] 1419638696844873736 992126114 DavidKPiano       0 0 7 0 0   en  
1420428079294402563 swyx 33521530 2021-07-28T16:56:59+00:00 @DavidKPiano @threepointone 👆🏽 hey uh... you guys want to do a debate, with me as moderator?       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [28, 93] 1420426673518960641 992126114 DavidKPiano       0 0 37 0 0   en  
1453084156523515905 swyx 33521530 2021-10-26T19:40:34+00:00 @DavidKPiano @jaredpalmer ooo snarky David is back       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [26, 50] 1453063578144100352 992126114 DavidKPiano       0 0 10 0 0   en  
1454207215267500032 swyx 33521530 2021-10-29T22:03:12+00:00 @DavidKPiano aww thats a cute bug!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [13, 34] 1454206717806403596 992126114 DavidKPiano       0 0 2 0 0   en  
1469125633884110853 swyx 33521530 2021-12-10T02:03:40+00:00 @DavidKPiano @tldraw ok if Vercel is ▲ then whos gonna start the ■ and the ○ so we can go full squid game on this biz       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [21, 117] 1469079212124356609 992126114 DavidKPiano       0 0 31 0 0   en  
1475130741654802432 swyx 33521530 2021-12-26T15:45:50+00:00 @DavidKPiano @nnajiabraham @Rich_Harris yeah luck is not 0 of course but the music world seems uniquely setup to identify and nurture child prodigies more so than almost any other field - helps talent (and hard work) be a far bigger component of overall success. i imagine luck is actually #3 in relative terms.       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [40, 311] 1475123665670971392 992126114 DavidKPiano       0 0 4 0 0   en  
1436660689892872192 swyx 33521530 2021-09-11T11:59:34+00:00 @DavidKPiano @Zephraph 👀 https://twitter.com/davidkpiano/status/1200507988529860609?s=21   1200507988529860609 1200507988529860609   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [23, 48] 1436651833448075265 992126114 DavidKPiano       1 0 2 0 0 0 und  
1468767124906668035 swyx 33521530 2021-12-09T02:19:05+00:00 @DavidKPiano https://twitter.com/netlify/status/1276232504337465344?s=21   1276232504337465344 1276232504337465344   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [13, 36] 1468615741981302791 992126114 DavidKPiano       1 1 20 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 4651.774ms