home / twitter

tweets

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

9 rows where "created_at" is on date 2021-09-04, is_quote_status = 0 and source = "9335de48b3673c3f69433a34861c115d1d382be3" sorted by lang descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: retweet_count, retweeted

favorite_count 7 ✖

  • 1 3
  • 0 1
  • 2 1
  • 4 1
  • 5 1
  • 8 1
  • 28 1

source 1 ✖

  • TweetDeck · 9 ✖

is_quote_status 1 ✖

  • - · 9 ✖

created_at (date) 1 ✖

  • 2021-09-04 · 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
1434279350527053826 swyx 33521530 2021-09-04T22:16:59+00:00 RT @kylebrussell: I wrote a primer on the Loot project that everyone’s getting hyped about in the NFT scene Gimme the Loot! by @kylebrusse… 1433232024102387716 1433232024102387716     TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 0 [0, 140]             0 138 0 0 1   en  
1434281079280750601 swyx 33521530 2021-09-04T22:23:51+00:00 @jamonholmgren @jkup that Computer Science Lewis was the original #LearnInPublic guru       TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 0 [21, 85] 1434280734181658626 30273948 jamonholmgren       0 2 8 0 0   en  
1434281732833005570 swyx 33521530 2021-09-04T22:26:27+00:00 for what its worth: I ask because I'm on my 2nd or 3rd "last job". I'm enjoying it, paycheck is addictive as heroin, but also working for/with others diffuses responsibility and there's some strange psychological block to my creativity when anyone can veto me       TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 0 [0, 259] 1434278725210841095 33521530 swyx       0 0 28 0 0   en  
1434282354101600258 swyx 33521530 2021-09-04T22:28:55+00:00 @AlexClark_NZ that's awesome. i hope they know that and i hope things go well enough that it makes sense for you to do it! (a lot changes in 20 years)       TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 0 [14, 150] 1434282023628132354 1153608875225993217 AlexClark_NZ       0 0 1 0 0   en  
1434283807599960066 swyx 33521530 2021-09-04T22:34:42+00:00 @funkstitch i havent lasted more than two years at any job but believe it or not that is my platonic ideal of a happy career. i guess its rare to find a company that takes care of you that well that staying beats leaving as opportunities consistently compound with your career.       TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 0 [12, 277] 1434283117880172552 2862656088 funkstitch       0 0 2 0 0   en  
1434284919514177539 swyx 33521530 2021-09-04T22:39:07+00:00 @Saeris i feel like cash earnings ceiling is 150-200k. beyond that you're just buying stock with time. and the better you do as an employee the more you raise the opp. cost for staring something. pretty sure @levelsio would never have started his $1m/yr biz if he had had a $100k/yr job       TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 0 [8, 287] 1434282783036166146 14865775 Saeris       0 0 4 0 0   en  
1434285293130199042 swyx 33521530 2021-09-04T22:40:36+00:00 @audacitus keep it up! let me know how i can help with your launches.       TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 0 [11, 69] 1434283920619708428 3241910302 audacitus       0 0 1 0 0   en  
1434285490878943234 swyx 33521530 2021-09-04T22:41:23+00:00 @dcorbacho @IndieHackers i considered it with awesome lists, but honestly most awesome lists are very not awesome and overwhelm rather than inspire.       TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 0 [25, 148] 1434285054017036289 19149515 dcorbacho       0 0 5 0 0   en  
1434285713827278848 swyx 33521530 2021-09-04T22:42:16+00:00 @dougmoscrop @jeremy_daly @AlaShiban @aldonline works until someone comes along who wants to do something the spec doesnt allow, then you have that XKCD comic all over again       TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 0 [48, 173] 1434285154768408577 120186062 dougmoscrop       0 0 1 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 139.743ms