home / twitter

tweets

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

10 rows where in_reply_to_screen_name = "kevinakwok" sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source, favorite_count, lang

user 1 ✖

  • swyx 10
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
1426955362507231232 swyx 33521530 2021-08-15T17:14:04+00:00 @kevinakwok I've been trying to articulate a "Dunbar Limit of Giving a Crap" - below which, people feel overall ownership of the product - above which, agency is separated from execution to the point that "if it doesnt impact a metric it doesn't matter"       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [12, 256] 1426953742377701377 169791252 kevinakwok       0 0 2 0 0   en  
1449469069216735233 swyx 33521530 2021-10-16T20:15:30+00:00 @kevinakwok my goodness that light is huge, you have a literal sun in your office       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [12, 81] 1449449219723386882 169791252 kevinakwok       0 0 2 0 0   en  
1451716314930712578 swyx 33521530 2021-10-23T01:05:15+00:00 @kevinakwok oh man. was planning to just hbo max it. doing this one for you kk       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [12, 78] 1451464348057047040 169791252 kevinakwok       0 0 6 0 0   en  
1454212219210645504 swyx 33521530 2021-10-29T22:23:05+00:00 @kevinakwok Godwin's Law but wholesome       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [12, 38] 1454210650830426117 169791252 kevinakwok       0 0 1 0 0   en  
1455331557489602560 swyx 33521530 2021-11-02T00:30:56+00:00 @kevinakwok is that where you make soft unintelligible noises munching on computer chips       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [12, 88] 1454987970365345793 169791252 kevinakwok       0 0 1 0 0   en  
1465806321844957193 swyx 33521530 2021-11-30T22:13:55+00:00 @kevinakwok what are the qualities of good succession planning apart from “abundantly obvious to all concerned who the next guy is”?       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [12, 132] 1465803845146136576 169791252 kevinakwok       0 0 0 0 0   en  
1465810830537027590 swyx 33521530 2021-11-30T22:31:50+00:00 @kevinakwok nice! appreciate the thoughts. not as clear to me on the strengths part but i havent paid that close attention really       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [12, 129] 1465806779741351949 169791252 kevinakwok       0 0 0 0 0   en  
1472316037815173122 swyx 33521530 2021-12-18T21:21:12+00:00 @kevinakwok not exactly sure which writing you refer to but authoritative writing often comes across as strong writing and being a BDFL of essentially his own economy is pretty authoritative. ofc theres also a selection effect in that his entire crypto career started bc of his writing       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [12, 285] 1472256295629697033 169791252 kevinakwok       0 0 0 0 0   en  
1473895021321482242 swyx 33521530 2021-12-23T05:55:31+00:00 @kevinakwok oof you said the thing i didnt dare say       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [12, 51] 1473891723973701635 169791252 kevinakwok       0 0 14 0 0   en  
1428952881646821389 swyx 33521530 2021-08-21T05:31:30+00:00 @kevinakwok https://twitter.com/swyx/status/1428952881646821389/photo/1       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [11, 11] 1428919435176329216 169791252 kevinakwok       0 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 1019.001ms