home / twitter

tweets

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

7 rows where "created_at" is on date 2021-11-01 and source = "95f3aaaddaa45937ac94765e0ddb68ba2be92d20" sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: retweet_count

favorite_count 4 ✖

  • 0 3
  • 4 2
  • 13 1
  • 230 1

user 1 ✖

  • swyx 7

source 1 ✖

  • Twitter for iPhone · 7 ✖

retweeted 1 ✖

  • 0 7

created_at (date) 1 ✖

  • 2021-11-01 · 7 ✖
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
1455007382577115142 swyx 33521530 2021-11-01T03:02:47+00:00 nothing makes me feel dumber than when i need to do some quick text replacement in my project and decide that THIS is the day i learn sed/awk/grep… and 30 mins later i’m still digging through stackoverflow answers that are like “duh just read the man page are you dense”       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 271]             0 3 230 0 0   en  
1455009274661249026 swyx 33521530 2021-11-01T03:10:18+00:00 @acemarke i know but like today i wanted to try being a Real Programmer who knows sed/awk/grep lol       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [10, 98] 1455008937967820803 727704217012604928 acemarke       0 0 13 0 0   en  
1455238596403744774 swyx 33521530 2021-11-01T18:21:33+00:00 @dan_abramov ET work from home in domain squatting https://twitter.com/swyx/status/1455238596403744774/photo/1       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [13, 50] 1455236979730309126 70345946 dan_abramov       0 0 4 0 0 0 en  
1455312799593205761 swyx 33521530 2021-11-01T23:16:24+00:00 @geddski quantify pls!!! $ or %       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [9, 31] 1455272029372911616 39607761 geddski       0 0 4 0 0   en  
1455313062915821570 swyx 33521530 2021-11-01T23:17:27+00:00 @sheldon_hull oh nice.. is powershell something that is default on most macs? my goal was to learn “universal” skills. never really come across pwsh scripts til today       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [14, 166] 1455311583488487428 247477081 sheldon_hull       0 0 0 0 0   en  
1455313903538229254 swyx 33521530 2021-11-01T23:20:47+00:00 @rothgar @clare_liguori @forrestbrazeal in my interviews i liked that storytelling and focus on experience too, but found the focus on LPs to be so overriding that i was basically feeding my interviewers what to write for the LP they were obviously assigned rather than having a real conversation. felt impersonal 🤷       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [40, 315] 1455204438029713411 14361975 rothgar       0 0 0 0 0   en  
1455323537523163137 swyx 33521530 2021-11-01T23:59:04+00:00 @bazzargh @hillelogram i dont really get it. you’re saying that one click buy is a PAGNI? and why did the rewrite take months? asking because i currently have a talk based on Amazon’s one click purchase story and wanted to sniff out pain points/relatable anecdotes       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [23, 265] 1455280637477367813 17763954 bazzargh       0 0 0 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 6785.137ms