tweets
9 rows where "created_at" is on date 2021-08-03 and favorite_count = 1 sorted by lang
This data as json, CSV (advanced)
Suggested facets: is_quote_status, lang
user 2 ✖
- swyx 8
- Cedric Chin 1
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1422426258676195328 | swyx 33521530 | 2021-08-03T05:17:02+00:00 | @sgrove @ejames_c @temporalio Ah. I couldnt find a very good definition of CSP in Go (the go docs are way too brief) but yes - we have Signals and Queries https://docs.temporal.io/docs/go/signals/ i was also referring to "synchronous" started workflows, which solve a concern people had for queue-first systems like i proposed | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [30, 309] | 1422423624682655748 | 14435843 | sgrove | 0 | 0 | 1 | 0 | 0 | 0 | en | |||||||
1422429666866987012 | swyx 33521530 | 2021-08-03T05:30:34+00:00 | @dimfeld @sgrove @ejames_c @temporalio yup thats it, and save every step to sharded persistence. i imagine its exactly what you'd have to do if you needed your CSPs to survive any downtime or network failure. | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [39, 210] | 1422428669339860992 | 5647302 | dimfeld | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1422430127212744704 | Cedric Chin 14243237 | 2021-08-03T05:32:24+00:00 | @swyx @dimfeld @sgrove @temporalio Basically what this tweet thread is telling me is to go check out temporal ;-) (I was obsessed with the CSP paper, and the lit around it for a few years in uni). This is *fascinating* stuff. | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [35, 227] | 1422429666866987012 | 33521530 | swyx | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1422431689779802112 | swyx 33521530 | 2021-08-03T05:38:37+00:00 | @ejames_c @dimfeld @sgrove @temporalio this writeup is probably written below your level but the resources at the end may help. would love to hear your thoughts/questions! https://twitter.com/swyx/status/1417165270641045505 | 1417165270641045505 1417165270641045505 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [39, 196] | 1422430127212744704 | 14243237 | ejames_c | 1 | 0 | 1 | 0 | 0 | 0 | en | ||||||
1422450052102967297 | swyx 33521530 | 2021-08-03T06:51:34+00:00 | @boop just checked yours out and uh.. wow i've been missing out haha. RIP fleets | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [6, 80] | 1422448693962108929 | 14782048 | boop | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1422589948318818306 | swyx 33521530 | 2021-08-03T16:07:28+00:00 | @samseely @knocklabs yeah its just 2FA i guess haha. but it pops up unprompted whereas you have to open an app for other kinds of 2FA | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [21, 133] | 1422588284987973634 | 29101388 | samseely | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1422633636772270081 | swyx 33521530 | 2021-08-03T19:01:04+00:00 | @TikTokInvestors @closenowbro TikTokInvestors is long chaos, direction agnostic | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [30, 79] | 1422588355036925957 | 1295428909538906115 | TikTokInvestors | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1422645006385352709 | swyx 33521530 | 2021-08-03T19:46:15+00:00 | Periodic reminder that if you run a podcast or blog I’d love to join you and talk about @Temporalio! Just get in touch, either DM or email (in bio) https://twitter.com/ejames_c/status/1422430127212744704 | 1422430127212744704 1422430127212744704 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 149] | 1 | 0 | 1 | 0 | 0 | 0 | en | |||||||||
1422567771682983937 | swyx 33521530 | 2021-08-03T14:39:21+00:00 | @ASpittel @AWSAmplify !!!!! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [22, 27] | 1422556120527298565 | 3092104835 | ASpittel | 0 | 0 | 1 | 0 | 0 | und |
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]);