tweets
6 rows where retweet_count = 12, retweeted = 0 and user = 33521530
This data as json, CSV (advanced)
Suggested facets: source, lang, created_at (date)
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1221129594146840577 | swyx 33521530 | 2020-01-25T17:55:57+00:00 | Looking for: "the best" - obsessing over benchmarks - caring what influencers think - keeping up with new releases "good enough" - what YOU need done - what YOU know well - what YOU enjoy The more reversible the decision, the faster you should move. https://fs.blog/2018/04/reversible-irreversible-decisions/ | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 276] | 1221125270989692928 | 33521530 | swyx | 0 | 12 | 79 | 0 | 0 | 0 | en | |||||||
1294689838872981506 | swyx 33521530 | 2020-08-15T17:38:06+00:00 | 🆕 Developer Exception Engineering: The Importance of Developer Experience off the Happy Path https://www.swyx.io/writing/developer-exception/ It's time we look beyond the easy questions in developer experience, and start addressing the uncomfortable ones. https://twitter.com/swyx/status/1294689838872981506/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 232] | 0 | 12 | 85 | 0 | 0 | 0 | en | ||||||||||
1373425786351284228 | swyx 33521530 | 2021-03-21T00:06:39+00:00 | Since I work on Infra devtools, I made notes on this week's @a16zLIVE infra discussion with @martin_casado, @davidu and @bhorowitz: https://codingcareer.circle.so/c/devtools/a16z-on-infra-companies Most 🔥 take in the hour was Martin noting that Open Source is becoming irrelevant - it's mostly marketing: https://twitter.com/swyx/status/1373425786351284228/video/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 263] | 0 | 12 | 113 | 0 | 0 | 0 | en | ||||||||||
1435801431978635267 | swyx 33521530 | 2021-09-09T03:05:11+00:00 | 1/ I'm excited to announce a new learning experience I’m launching today with @chapter_HQ. My 4 week long “chapter” includes curated content, in-depth discussion and private Q&A for your own #LearnInPublic journey! https://getchapter.app/@swyx/learn | Typefully 295366d0fb34352a1961af2413827f072adefdb9 | 0 | [0, 243] | 0 | 12 | 72 | 0 | 0 | 0 | en | ||||||||||
1443843044386619394 | swyx 33521530 | 2021-10-01T07:39:41+00:00 | Wasn’t planning on it but just binged all of #SquidGame in one night. Holy crap it is so well written, directed, and acted! Also I guess I am a sucker for sudden death games (i loved Circle). Favorite memes without context: https://twitter.com/swyx/status/1443843044386619394/photo/1 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 226] | 0 | 12 | 186 | 0 | 0 | 0 | en | ||||||||||
1454468636131926021 | swyx 33521530 | 2021-10-30T15:22:00+00:00 | 👻 localghost: 127.0.0.o.o.O.O.o.o.1 👻 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 37] | 0 | 12 | 154 | 0 | 0 | ro |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);