tweets
7 rows where in_reply_to_screen_name = "beyang" sorted by lang
This data as json, CSV (advanced)
Suggested facets: source, is_quote_status, favorite_count
created_at (date) 6 ✖
- 2021-12-02 2
- 2021-07-28 1
- 2021-09-01 1
- 2021-09-25 1
- 2021-10-13 1
- 2021-10-20 1
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1420454803944075264 | swyx 33521530 | 2021-07-28T18:43:10+00:00 | @beyang "Web Mentions", even https://twitter.com/dance2die/status/1227453978922934277 | 1227424568270368768 1227424568270368768 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [8, 52] | 1420442576868368387 | 16520821 | beyang | 1 | 0 | 2 | 0 | 0 | 0 | en | ||||||
1432898918589763587 | swyx 33521530 | 2021-09-01T02:51:38+00:00 | @beyang YES. PLEASE. ESP IF IT LETS ME SEARCH WITHIN FOLDERS URGH | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [8, 65] | 1432894718266986499 | 16520821 | beyang | 0 | 0 | 7 | 0 | 0 | en | ||||||||
1441597923771523072 | swyx 33521530 | 2021-09-25T02:58:23+00:00 | @beyang 1. learning how compilers work 2. learning how operating systems work 3. learning how networks work 4. learning how databases work basically all the shit people complain about in cs undergrad becomes very real very fast the second you try to do something nontrivial | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [8, 274] | 1441558898012422146 | 16520821 | beyang | 0 | 1 | 20 | 0 | 0 | en | ||||||||
1450622094278938625 | swyx 33521530 | 2021-10-20T00:37:13+00:00 | @beyang @andy_kelley @ziglang @slimsag enjoyed the chat :) amazed by how casually he approaches getting open source funding, its a thing a lot of people struggle with and hes like “yeah its just like Big O” | Twitter for iPad 574fe4fa937eeb131136f7e3678f32d4ff3078d5 | 0 | [39, 206] | 1450523594929307650 | 16520821 | beyang | 0 | 0 | 6 | 0 | 0 | en | ||||||||
1466219481965809664 | swyx 33521530 | 2021-12-02T01:35:40+00:00 | @beyang @sourcegraph set some measurable level of "truly mainstream"? | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [21, 69] | 1466213645872816128 | 16520821 | beyang | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1466430577947594762 | swyx 33521530 | 2021-12-02T15:34:29+00:00 | @beyang @sourcegraph oh wow, that's a big "and" in there. well... good luck :) | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [21, 78] | 1466409946002591744 | 16520821 | beyang | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1448406110377951239 | swyx 33521530 | 2021-10-13T21:51:41+00:00 | @beyang out: columnar databases in: columnar visualization | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [8, 59] | 1448353718131257347 | 16520821 | beyang | 0 | 0 | 6 | 0 | 0 | ro |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);