For me it’s: -HN many times a day (probably too much to be healthy as it’s my default “I’ve got 60 seconds to spare”) -Reddit used to be many times a day but since they turned off compact mode on mobile it’s maybe once a day using old.Reddit.com on my phone and really not like how I have to zoom to read stuff -gmail as workflow for personal chores and work GitHub/GitLab, maybe 5 times a day -discord once or twice a d…
Definitely recommend using Apollo with a little tuning for Reddit on mobile. Clean and clear of all their growth experiments
Ask HN: How many websites, apps or notifications do you look at to “catch-up”?
71–80 of 104 posts
Re: Ask HN: How many websites, apps or notifications do you look at to “catch-up”?
#72No notifications aside from Signal, some Matrix channels of my OSS project and my work Teams. All the rest including WhatsApp has notifications disabled. Phone is on DnD most of the time. I occasionally check HN Frontpage,a local news website and a few selected subreddits and that's about it.
I made it to re-direct to people, some of whom, gets angry that I don't do unscheduled Voice calls.
Re: Ask HN: How many websites, apps or notifications do you look at to “catch-up”?
#73Earlier quoted context omitted.
I appreciate that HN has extremely high quality moderation. There is virtually no garbage content. I don’t know how this magic is achieved, but I am grateful.
there is, if you're in the new section like some of us
Re: Ask HN: How many websites, apps or notifications do you look at to “catch-up”?
#74Re: Ask HN: How many websites, apps or notifications do you look at to “catch-up”?
#75For me it’s: -HN many times a day (probably too much to be healthy as it’s my default “I’ve got 60 seconds to spare”) -Reddit used to be many times a day but since they turned off compact mode on mobile it’s maybe once a day using old.Reddit.com on my phone and really not like how I have to zoom to read stuff -gmail as workflow for personal chores and work GitHub/GitLab, maybe 5 times a day -discord once or twice a d…
Re: Ask HN: How many websites, apps or notifications do you look at to “catch-up”?
#76No notifications aside from Signal, some Matrix channels of my OSS project and my work Teams. All the rest including WhatsApp has notifications disabled. Phone is on DnD most of the time. I occasionally check HN Frontpage,a local news website and a few selected subreddits and that's about it.
You are a productivity god.
Re: Ask HN: How many websites, apps or notifications do you look at to “catch-up”?
#77Re: Ask HN: How many websites, apps or notifications do you look at to “catch-up”?
#78Earlier quoted context omitted.
there is, if you're in the new section like some of us
Well, there will always be garbage on any site, the most important thing is not to let nonsense be the main focus of the site. If good threads top the front page most of the time I consider it a win.
Re: Ask HN: How many websites, apps or notifications do you look at to “catch-up”?
#79I run GPT on a cronjob to summarize my twitter timeline for me. I'm sure it's not perfect, but it catches a lot
Care to share the script code?
Re: Ask HN: How many websites, apps or notifications do you look at to “catch-up”?
#80I run GPT on a cronjob to summarize my twitter timeline for me. I'm sure it's not perfect, but it catches a lot
What are the mechanics of doing that? How do you tell it what page to open, how far to scroll, what exactly you want to hear about, and how do you plug that into the model and get a result?
- scraping is relatively dumb and straightforward. I use playwright to login and just scroll my timeline for the first 100 tweets. I run the thing every 3 hours right now, but definitely could tweak the number of tweets vs frequency
- I only care about AI tweets really on my timeline, so filtering to that is pretty straightforward just passing it to GPT
- I included the prompts in the link. Definitely far from perfect, but it works well enough. It does surprisingly suck sometimes, like I've noticed that it doesn't always pick up on tweets about LangchainAI despite AI being in the name etc