home / twitter

tweets

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

10 rows where "created_at" is on date 2021-10-28, is_quote_status = 0, retweeted = 0 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at, retweet_count

user 1 ✖

  • swyx 10

source 1 ✖

  • Twitter Web App · 10 ✖

is_quote_status 1 ✖

  • - · 10 ✖

created_at (date) 1 ✖

  • 2021-10-28 · 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
1453516525172715530 swyx 33521530 2021-10-28T00:18:39+00:00 @lorendsr @stubailo @stolinski i think this is where I plug the food delivery app that Loren has been working on while he's been contracting with us on our TS SDK :) https://github.com/lorensr/food-delivery/blob/main/pages/api/orders/index.ts this is all that is needed to kick off an order       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [31, 239] 1453501197609054215 215488966 lorendsr       0 0 2 0 0 0 en  
1453516639698186243 swyx 33521530 2021-10-28T00:19:06+00:00 @NoelDavila @shl haha yes ty tho!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [17, 33] 1453515782369988608 20837537 NoelDavila       0 0 1 0 0   en  
1453522590094413825 swyx 33521530 2021-10-28T00:42:45+00:00 😍 Just heard back from someone in the @Coding_Career community that they got promoted to Senior! I think that's my 3rd this year. Yeah sex is great, but, have you tried mentoring complete strangers looking for help?? and have them actually follow through your advice?? 👩‍🍳😘       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 275]             0 3 50 0 0   en  
1453522590941597697 swyx 33521530 2021-10-28T00:42:45+00:00 It's only been ~1.5 years since I wrote the @coding_career book. When I first put up the http://learninpublic.org page, "From Junior to Senior" was just a tagline. Now it's a reality!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 185] 1453522590094413825 33521530 swyx       0 4 17 0 0 0 en  
1453551362961133571 swyx 33521530 2021-10-28T02:37:05+00:00 @thijsniks @anildash @cabel also the Upton Sinclair effect "It is difficult to get a man to understand something when his salary depends upon his not understanding it."       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [28, 169] 1453545916728676361 20427743 thijsniks       0 0 4 0 0   en  
1453723230104133632 swyx 33521530 2021-10-28T14:00:01+00:00 this was an incredibly good read on why Amazon (mostly) doesn’t write fallback code for when things go wrong(!) https://aws.amazon.com/builders-library/avoiding-fallback-in-distributed-systems/ from @jacobgabrielson of the infamous Zero Config paper very pertinent to us at @temporalio bc we ENABLE fallbacks but dont discourage them…       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 279]             0 0 16 0 0 0 en  
1453791449800056834 swyx 33521530 2021-10-28T18:31:06+00:00 @github @editingemily that. was. incredible!!!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [22, 46] 1453760137005518848 13334762 github       0 0 7 0 0   en  
1453795383109324800 swyx 33521530 2021-10-28T18:46:44+00:00 @wongmjane poor Microsoft with 2.4 trillion market cap still waiting for senpais to notice them       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [11, 95] 1453794889091588100 337119125 wongmjane       0 6 360 0 0   en  
1453804507385634817 swyx 33521530 2021-10-28T19:22:59+00:00 Zuck ES Modules 🤝 putting everything in meta       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 79]             0 2 61 0 0   en  
1453850194689200130 swyx 33521530 2021-10-28T22:24:32+00:00 Which of the four possible billionaire exits do you take when reality is no longer to your liking?       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 99]             0 1 8 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 1308.183ms