home / twitter

tweets

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

6 rows where "created_at" is on date 2021-09-24, in_reply_to_screen_name = "swyx" and is_quote_status = 0 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

favorite_count 6 ✖

  • 0 1
  • 1 1
  • 5 1
  • 6 1
  • 10 1
  • 15 1

is_quote_status 1 ✖

  • - · 6 ✖

in_reply_to_screen_name 1 ✖

  • swyx · 6 ✖

created_at (date) 1 ✖

  • 2021-09-24 · 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
1441195021210955778 swyx 33521530 2021-09-24T00:17:23+00:00 wondering if @seldo or @jthandy or @lennypruss have a perspective here?       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 71] 1441190031939420174 33521530 swyx       0 0 1 0 0   en  
1441232157439971328 swyx 33521530 2021-09-24T02:44:57+00:00 @coreyhainesco @RandyRayess @taimurabdaal @dharmesh wrote Website Grader in 2008 and they've scanned (read: collected emails for) 1 million websites to date https://share.transistor.fm/s/6bbf2409       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [42, 180] 1371531257088151552 33521530 swyx       0 0 0 0 0 0 en  
1441436065680609282 swyx 33521530 2021-09-24T16:15:13+00:00 accounts grow ofc - thats the power of SaaS - but i do feel like the market should *pull* you into a barbell than intentionally pursue it.. bc the cognitive dissonance on marketing, product, eng, docs, support etc is huge basically building two companies with one shared codebase       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 280] 1441436063923195905 33521530 swyx       0 0 15 0 0   en  
1441441832932573188 swyx 33521530 2021-09-24T16:38:08+00:00 Whoops i think i was supposed to tweet this - 10% off for friends! https://2021.cascadiajs.com/tickets/459       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 91] 1441441101626306566 33521530 swyx       0 0 6 0 0 0 en  
1441486732516544513 swyx 33521530 2021-09-24T19:36:33+00:00 @Rometools will be written in @Rustlang: "Being able to build off of high quality dependencies without making tradeoffs makes us more productive and will lead to a better, faster Rome." also a nice intro to Concrete Syntax Trees in here https://rome.tools/blog/2021/09/21/rome-will-be-rewritten-in-rust https://twitter.com/swyx/status/1441486732516544513/photo/1       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 262] 1429569769150185473 33521530 swyx       0 0 10 0 0 0 en  
1441524053659947013 swyx 33521530 2021-09-24T22:04:51+00:00 Developers will literally tweet about how they have 25 years experience and still spent 4 hours chasing down an errant semicolon instead of moving to FP       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 152] 1422811409683914752 33521530 swyx       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 1354.364ms