home / twitter

tweets

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

9 rows where retweet_count = 9 and source = "95f3aaaddaa45937ac94765e0ddb68ba2be92d20" sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: display_text_range, is_quote_status, favorite_count, favorited, retweeted, created_at (date)

source 1 ✖

  • Twitter for iPhone · 9 ✖

retweet_count 1 ✖

  • 9 · 9 ✖

lang 1 ✖

  • en 9
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
1050091276715077632 swyx 33521530 2018-10-10T18:30:44+00:00 Apollo Engine is the killer app of @apollographql. Never got it until today. This is money 💰 - analytics per field - schema insights - client aware, devtools this is how to “decouple” APIs but reconstitute loose vertical integration through other means, shifting value to them https://twitter.com/swyx/status/1050091276715077632/photo/1       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 279] 1050086016676179969 33521530 swyx       0 9 34 0 0 0 en  
1434427929358909442 swyx 33521530 2021-09-05T08:07:23+00:00 about 14 mins in Ryan goes into why Solid.js doesnt work with React Hooks and i genuinely felt sad. shedding a tear for all the incredible hooks based libraries that couldve been framework agnostic, but just are unavailable to non @Reactjs developers and will fade when it fades. https://twitter.com/PodRocketpod/status/1433823619671633923   1433823619671633923 1433823619671633923   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 280]             1 9 95 0 0 0 en  
1436733804174008321 swyx 33521530 2021-09-11T16:50:06+00:00 in fact i’m -so- not a perfshamer I shall now say the thing I’m not supposed to say: before today you didnt know or care that Notion had a 9.1MB JS marketing site; if it impacted them enough they would’ve fixed it sooner; you may have a fast site but they have 10 million users.       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 279] 1436720513049669632 33521530 swyx       0 9 133 0 0   en  
1438094706555097089 swyx 33521530 2021-09-15T10:57:51+00:00 RT @cyberdees: Q: Engineers — you've always wanted to time travel, right? A: Now you can. When debugging w/ @ReplayIO. Crafted by @jason… 1438052380227117076 1438052380227117076     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 140]             1 9 0 0 1   en  
1458129030029316100 swyx 33521530 2021-11-09T17:47:06+00:00 Finally tried out @gitpod after having problems with Docker Desktop for the umpteenth time. I can get @temporalio’s docker files and samples up and running in one click 🤯 https://gitpod.io/#https://github.com/temporalio/samples-typescript/ This is the year of Docker in the browser. https://youtu.be/Aje4k84FiEU       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 263]             0 9 79 0 0 0 en  
1458607415075631105 swyx 33521530 2021-11-11T01:28:02+00:00 I challenge you to find any code that has higher value per character than video.playbackRate = 2       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 98]             0 9 174 0 0   en  
1463598659786870787 swyx 33521530 2021-11-24T20:01:27+00:00 RT @cssbasics: 100 Bytes of CSS to look great everywhere, by @swyx https://www.swyx.io/css-100-bytes/ https://twitter.com/cssbasics/status/1463568127443222533/photo/1 1463568127443222533 1463568127443222533     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 114]             0 9 0 1 1 0 en  
1464104392240484355 swyx 33521530 2021-11-26T05:31:03+00:00 RT @estee_tey: New article is out!🌻 Learn in a fun visual & hands-on way about: 🔸The parts that make up the scrollbar 🔸CSS Pseudo-element… 1463906446052003843 1463906446052003843     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 144]             0 9 0 1 1   en  
1472273864340115456 swyx 33521530 2021-12-18T18:33:37+00:00 Oh man, @tailwindcss is making Christmas come early this year! first Tailwind 3.0, then this new Typography update that fixed *every issue I’ve ever whined about* in a single update: - Dark mode - Local Undo - Inline customization thanks @simonswiss! https://youtu.be/GEYkwfYytAM       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 277]             0 9 146 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 1008.046ms