__bee's comments

__bee | 7 years ago | on: Show HN: 22 top US newspapers in an RSS OPML list

I found RSS feeds to be better alternative to read the news beyond the filtering bubble that our social media platforms create.

There was an interesting tool to monitor RSS list of newspapers[1] on HN sometime ago. I wish that this tool [2] is hosted somewhere to easily get notification on my slack without setting it up or managing it. With load of information we face everyday, the idea of monitoring RSS feeds through Slack interface is very interesting.

[1] https://github.com/tzano/wren/blob/master/wren/config/rss_fe...

[2] https://github.com/tzano/wren

__bee | 7 years ago | on: MLflow: An Open Source Machine Learning Platform

How about SageMaker, Can we include it in this list. I played with SageMaker sometime ago and it helps you build a whole pipeline to host your models, in addition to host your notebook and bridge the gap between data scientists and data engineers.

__bee | 7 years ago | on: Adventures in Deleting Tweets

Twitter API allows you to get 3200 old tweets. That's not enough to delete all the tweets. If you request your data, you can get all your tweets.

>> tweet_id is not enough

tweet_id is enough to do any interaction if you give read/write to the key that you are using in your Twitter API. I deleted my tweets (back to 2012).

__bee | 7 years ago | on: Adventures in Deleting Tweets

You don't need all of this. All what you need is to request your data from twitter (Your Tweet archive > https://twitter.com/settings/account). Iterate through the csv file and use tweet_id to unlike, remove or do what you want through their Twitter API.

Source: I have done it before, and it took less time/work than what you have stated.

page 1