tweets
8 rows where in_reply_to_screen_name = "preetster" sorted by lang
This data as json, CSV (advanced)
Suggested facets: favorite_count
created_at (date) 7 ✖
- 2021-08-27 2
- 2021-08-16 1
- 2021-08-17 1
- 2021-09-01 1
- 2021-09-12 1
- 2021-11-16 1
- 2021-11-25 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1427162288893485062 | swyx 33521530 | 2021-08-16T06:56:19+00:00 | @preetster heavy is the burden of not breaking the web so much that i hold it back on purpose | Twitter for iPad 574fe4fa937eeb131136f7e3678f32d4ff3078d5 | 0 | [11, 93] | 1427160809952616449 | 16343912 | preetster | 0 | 0 | 2 | 0 | 0 | en | ||||||||
1427465816300163077 | swyx 33521530 | 2021-08-17T03:02:26+00:00 | @preetster this is a great chart :) nice way to sum it all up. didnt model bicameral voting where your vote can count 3-4x more based on what state you live in 😉 also can frame capitalism as the least worst form of economic organization because it is in effect univariate score voting https://twitter.com/swyx/status/1427465816300163077/photo/1 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [11, 286] | 1427463168201089030 | 16343912 | preetster | 0 | 0 | 3 | 0 | 0 | 0 | en | |||||||
1431071676918206466 | swyx 33521530 | 2021-08-27T01:50:50+00:00 | @preetster machines are so bad at learning they need a shit ton of data, whereas we regularly learn approximately right lessons from n<10 samples… something i think about often. deep learning is maximum nihilism, next level of ML has to use some form of intuition/universal laws somehow | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [11, 289] | 1431063186157887493 | 16343912 | preetster | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1431074678613807107 | swyx 33521530 | 2021-08-27T02:02:46+00:00 | @preetster yeah like yes transfer learning is a thing but it feels positively neanderthal compared to what human babies can do | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [11, 126] | 1431072993774505986 | 16343912 | preetster | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1432895757812518914 | swyx 33521530 | 2021-09-01T02:39:05+00:00 | @preetster brb raising 5m on 50 post | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [11, 36] | 1432894058821656577 | 16343912 | preetster | 0 | 0 | 2 | 0 | 0 | en | ||||||||
1437116204846624772 | swyx 33521530 | 2021-09-12T18:09:38+00:00 | @preetster @reactjs whats wrong with web sockets? and yeah most the solutions i mention are community developed | TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 | 0 | [20, 112] | 1437114301647491073 | 16343912 | preetster | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1460548511917764611 | swyx 33521530 | 2021-11-16T10:01:15+00:00 | @preetster @TwitterBlue twitter eng interview: design distributed system in 30 minutes twitter eng job: take 3 years to add folders to bookmarks, another 3 years for search | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [24, 173] | 1460477334079737858 | 16343912 | preetster | 0 | 0 | 17 | 0 | 0 | en | ||||||||
1463665318732046337 | swyx 33521530 | 2021-11-25T00:26:20+00:00 | @preetster @dalmaer smol is beautiful | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [20, 37] | 1463634168047226880 | 16343912 | preetster | 0 | 0 | 2 | 0 | 0 | en |
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]);