home / twitter

tweets

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

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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: in_reply_to_user_id, in_reply_to_screen_name, is_quote_status, retweet_count, favorite_count, retweeted

lang 1 ✖

  • en 11

created_at (date) 1 ✖

  • 2021-07-30 · 11 ✖
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
1421136292423684100 swyx 33521530 2021-07-30T15:51:10+00:00 RT @iBakasura: This talk on Growing a Meta-Language by @swyx is just amazing! He goes in depth into talking about the how the trifecta of l… 1421095739195756549 1421095739195756549     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 140]             0 2 0 0 1   en  
1421138057940529156 swyx 33521530 2021-07-30T15:58:11+00:00 @txase can i enquire more about what the lambda triggers? is this for a “work loop”? have you explored Step Functions?       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [7, 118] 1421122672054788101 112043917 txase       0 0 2 0 0   en  
1421140683021164558 swyx 33521530 2021-07-30T16:08:37+00:00 I think this was the second last React talk I ever gave. Still pretty happy with it, check it out if you’re interested in how “linguistics” and developer experience cross paths (and explain the trends in our evolving tooling) https://twitter.com/iBakasura/status/1421095739195756549   1421095739195756549 1421095739195756549   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 226]             1 0 2 0 0 0 en  
1421144382283993089 swyx 33521530 2021-07-30T16:23:18+00:00 @dalmaer but was it cheeky       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [9, 26] 1420982293498269696 4216361 dalmaer       0 0 0 0 0   en  
1421190477571710978 swyx 33521530 2021-07-30T19:26:28+00:00 this is incredible to watch. I thought that Flippa/Empire Flippers had cornered this sleepy market, but Andrew is shaking it up with his infectious energy and focus. Building a credible “Zestimate for SaaS” is going to set this thing on 🔥 https://twitter.com/agazdecki/status/1421069160973434880   1421069160973434880 1421069160973434880   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 239]             1 2 31 0 0 0 en  
1421229372581634048 swyx 33521530 2021-07-30T22:01:02+00:00 @threepointone thank u next       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [15, 27] 1421133866446827530 1593171 threepointone       0 0 3 0 0   en  
1421229828636774400 swyx 33521530 2021-07-30T22:02:50+00:00 @acdlite @reactjs gotcha, ok will not emphasize their relationship to testing going forward, thank you       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [18, 102] 1421226595994456065 21782915 acdlite       0 0 1 0 0   en  
1421234755794657280 swyx 33521530 2021-07-30T22:22:25+00:00 RT @acdlite: @swyx @reactjs Any test that you don't run continuously is destined to break without anyone noticing 1421233345716002820 1421233345716002820     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 113]             0 4 0 0 1   en  
1421234899181215751 swyx 33521530 2021-07-30T22:22:59+00:00 @acdlite @reactjs yes this does make sense! fixtures that don’t work bc they are out of date are just dead weight. continuous e2e on them is a great principle. and no i totally get that you just want to offer the right perspective since, well, you work on the team 😂 so it is hugely appreciated       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [18, 295] 1421234029983059972 21782915 acdlite       0 0 0 0 0   en  
1421235379533877248 swyx 33521530 2021-07-30T22:24:54+00:00 @acdlite @reactjs my main agenda is I think more OSS projects should adopt/offer fixtures to improve the quality of bug reports, since minimal repros always help (and was the main thing @b0rk was asking in the original thread) so just offered up React the best known example I knew       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [18, 282] 1421234899181215751 33521530 swyx       0 0 4 0 0   en  
1421255651087380480 swyx 33521530 2021-07-30T23:45:27+00:00 RT @jsjoeio: 💼 Announcing "Joe's Jobs" I'm launching a job board 🚀 The goal is to help you find the best jobs in product, engineering, OS… 1421134763314741251 1421134763314741251     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 140]             0 24 0 0 1   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 1428.891ms