home / twitter

tweets

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

6 rows where in_reply_to_screen_name = "sgrove", is_quote_status = 0 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: favorite_count

created_at (date) 4 ✖

  • 2021-08-03 3
  • 2021-11-25 1
  • 2021-11-26 1
  • 2021-12-18 1

source 1 ✖

  • Twitter Web App · 6 ✖

retweeted 1 ✖

  • 0 6

is_quote_status 1 ✖

  • - · 6 ✖

in_reply_to_screen_name 1 ✖

  • sgrove · 6 ✖
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
1422419304096485384 swyx 33521530 2021-08-03T04:49:24+00:00 @sgrove @temporalio you mean CPS? continuation passing? if so then no... just `await` an `async` workflow and the framework handles the "blocking"       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [20, 146] 1422418903381078021 14435843 sgrove       0 0 0 0 0   en  
1422426258676195328 swyx 33521530 2021-08-03T05:17:02+00:00 @sgrove @ejames_c @temporalio Ah. I couldnt find a very good definition of CSP in Go (the go docs are way too brief) but yes - we have Signals and Queries https://docs.temporal.io/docs/go/signals/ i was also referring to "synchronous" started workflows, which solve a concern people had for queue-first systems like i proposed       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [30, 309] 1422423624682655748 14435843 sgrove       0 0 1 0 0 0 en  
1422629085101006848 swyx 33521530 2021-08-03T18:42:59+00:00 @sgrove @ejames_c @temporalio Tracked it down for those following along: https://www.cs.cmu.edu/~crary/819-f09/Hoare78.pdf       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [30, 96] 1422583140845903876 14435843 sgrove       0 0 0 0 0 0 en  
1464016737167241248 swyx 33521530 2021-11-25T23:42:44+00:00 @sgrove i stayed away from those because assuming those will also be fried       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [8, 74] 1464015408915103744 14435843 sgrove       0 0 0 0 0   en  
1464042902288359425 swyx 33521530 2021-11-26T01:26:43+00:00 @sgrove @danielwithmusic the Taleb Turkey problem, on planetary scale       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [25, 69] 1464040170970255378 14435843 sgrove       0 0 1 0 0   en  
1472095619250540545 swyx 33521530 2021-12-18T06:45:20+00:00 @sgrove penny for your thoughts on nix vs turborepo?       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [8, 52] 1471986009352986626 14435843 sgrove       0 0 1 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 1299.805ms