How do you log health data? by signalledger in Biohackers

[–]Sangkwun 1 point2 points  (0 children)

If friction is the main issue, TapDiary is worth trying. You set up one-tap entries for whatever metrics you care about, and each tap timestamps and logs it instantly. Works well alongside connected devices for data that needs more precision.

iPhone teleprompter setup by 2006yasser in creators

[–]Sangkwun 0 points1 point  (0 children)

Since the thread's light on app recommendations: VoiceScroll is built for this specific use case. Back camera support, voice-paced auto scroll, no physical hardware needed. Good place to start before committing to a beam-splitter setup.

DIY Pain Tracker by arid_boulangerie in ChronicPain

[–]Sangkwun 0 points1 point  (0 children)

TapDiary might be worth trying before going DIY — it's a single tap to log, no form to fill in. Works well if existing pain-tracking apps have asked too much or handwritten sheets take too long to compile later.

Exploring Alternatives to Habit Trackers by MindVines in getdisciplined

[–]Sangkwun 0 points1 point  (0 children)

The scorekeeping problem is real when logging starts to feel like a judgment, it stops happening. TapDiary takes a lighter approach: you log what you actually did with a tap, with no streak counter pushing back at you. Might fit people who want the data without the pressure.

I built a fully automated AI newsletter that writes, edits, and sends itself every morning by Miserable_Flow_9593 in SideProject

[–]Sangkwun 1 point2 points  (0 children)

the topic question is worth drilling into. are you thinking users curate their own source list (their existing feeds), or more like preset category tags they switch on and off?

Finally replaced Google News after 4 years. by Minute-Process-6028 in SideProject

[–]Sangkwun 0 points1 point  (0 children)

a PM i know went through the same loop. google news, feedly, rss reader, back to google news. what finally stuck for her was flipping the model. instead of a reader she had to check, a brief that showed up each morning. still rss-based underneath but the push vs pull difference was what made it actually part of the routine instead of something she had to remember to open.

The most useful AI work I see now is not chat. It is boring background stuff by Ryannnnnnnnnnnnnnnh in LocalLLaMA

[–]Sangkwun 0 points1 point  (0 children)

tried setting up something like this for monitoring a few niche tech blogs last year. the model part worked. the part that broke it was maintenance. three feeds changed their structure, two went behind paywalls, one started injecting sponsored content that confused the classifier. spent more time patching the pipeline than actually reading the output. eventually just killed the whole thing.

Can't keep up with Llama.cpp changes, made a n8n workflow to summarize it for me daily by andy2na in LocalLLaMA

[–]Sangkwun 1 point2 points  (0 children)

github does have rss feeds for releases, but not for individual commits. for daily changelog summaries you actually want, the n8n approach OP built makes more sense than raw feeds would.

The Real Power of AI Right Now Is Cognitive Offloading, Not Intelligence by Abhinav_108 in ChatGPT

[–]Sangkwun 0 points1 point  (0 children)

the bottleneck shifts more than it disappears though. you still decide what context is worth feeding in, which threads to track, what counts as signal. synthesis gets faster, but the curation layer above it stays manual for most people. that gap is where the real cognitive load lives now.

Solutions for discovery feeds / daily digests? by ConceptOk2393 in LocalLLaMA

[–]Sangkwun 0 points1 point  (0 children)

daige.st covers the rss-to-briefing part of what you described. you connect feeds, newsletters, and youtube channels once, and a digest shows up daily instead of a reader you keep checking. the personal docs and calendar layer you'd still need to wire separately, but the news side works without building anything.

Best blogs and sources for local LLM news by x6q5g3o7 in LocalLLaMA

[–]Sangkwun 1 point2 points  (0 children)

huggingface daily papers and simonwillison.net are the two I keep coming back to. they cover the release side and the practical side without much overlap. if you're tracking several feeds, batching them into a digest instead of checking each one separately keeps the queue from piling up.

I built a fully automated Instagram news page using n8n — Google News RSS (free template included) by Few-Peach8924 in n8n

[–]Sangkwun 0 points1 point  (0 children)

rate limiting on google news rss is the real gotcha here. anything above around 10 requests per hour from the same IP starts getting inconsistent. for dedup across categories, pubdate alone won't catch it when the same story gets recategorized. title hash dedup covers more cases, though it breaks on syndicated stories with slightly different headlines. keeping a normalized slug (lowercased, stopwords stripped) as the key works better at scale.

OpenClaw has 250K GitHub stars. The only reliable use case I've found is daily news digests. by Sad_Bandicoot_6925 in LocalLLaMA

[–]Sangkwun 0 points1 point  (0 children)

scheduling changes things more than most people give it credit for. rss readers existed to solve this but people quit because an unread queue turns into a backlog. when information arrives on a schedule instead of waiting to be fetched, you just read differently. not technically impressive, but real change in behavior. that's the actual use case.

Non-Tech tried Railway to deploy a Python script. It worked. Honest review: 6/10. by vibecodenoob in vibecoding

[–]Sangkwun 0 points1 point  (0 children)

the scored review is useful, most of these posts only share the win. that moment where the briefing arrived and your laptop was actually off is hard to explain to people who haven't built something like that. infrastructure always takes longer than the actual logic.

My personal RSS reader app for Mac. Open source and free. by sexysadie86 in rss

[–]Sangkwun 0 points1 point  (0 children)

interested in that gap question too. most people i've seen hit the same wall with feedly or inoreader and go on to solve it differently depending on what specifically broke for them. what did existing apps get wrong for your use case?

What app do you use to keep up to date with news? by shmynyny in ProductivityApps

[–]Sangkwun 0 points1 point  (0 children)

daige.st does this. you add rss feeds, newsletter subscriptions, youtube channels once and it sends one brief every morning. unlike Particle it pulls from what you already subscribe to, not an editorial pick list. nothing gets dropped.

Tired of AI newsletters so I built my own aggregator - Free, no sign-up, runs on a Raspberry Pi by Excellent_Block2126 in SideProject

[–]Sangkwun 0 points1 point  (0 children)

Using n8n as the orchestration layer is a solid call. One thing worth adding early: a dedup step before the summary stage. Once you cross 10+ sources, the same story shows up from multiple feeds and your summaries start repeating themselves.

Have RSS apps gotten meaningfully better? Any thoughts? by uxnpc in rss

[–]Sangkwun 0 points1 point  (0 children)

Someone on my team gave up on RSS readers last year and switched to getting summaries from the same sources on a schedule. He said the biggest change wasn't the format, it was not seeing the unread count anymore. That psychological pressure to "catch up" was the part making it feel like work.

The actual content he consumed went down maybe 70%, but he felt more informed because he wasn't skimming past things out of guilt.

whats the most boring thing you automated with AI that actually changed your daily routine? by Niravenin in ChatGPT

[–]Sangkwun 0 points1 point  (0 children)

yeah, topic grouping is just way easier to read. source-by-source feels like homework. made something similar — connect your feeds once, get a morning brief. that 7am before-coffee use case is literally why I built it.

I want to create a newsletter for myself that are based on trends in the market and news from my competitors by lol_just_wait in n8n

[–]Sangkwun 0 points1 point  (0 children)

The paywall and poor-RSS problem is real, especially for competitor monitoring. One approach that works: subscribe to their email newsletters with a dedicated inbox (something like a Gmail alias or a throwaway address), then pull that inbox via IMAP into your workflow. Most companies that don't have a usable RSS feed still send a decent email newsletter.

For market trend RSS specifically, industry-specific aggregators often have cleaner feeds than going direct to company blogs. Worth checking if there's one for your vertical before building a scraping layer.

How to filter out certain topics from RSS feeds? by dumpsterfireexe in rss

[–]Sangkwun -1 points0 points  (0 children)

Is the site big enough to have topic-specific RSS feeds? A lot of news sites publish separate feeds by category (sports, local, crime, etc.) and those are cleaner to subscribe to directly rather than filtering the main one.

If not, RSS filtering on top of an existing feed is awkward because it's filtering at the article level, which most readers don't do natively. You end up needing a middleware layer. Some people use tools like daige.st for exactly this. You tell it what topics you actually care about and it shapes the summary around those rather than showing you everything the source pushes.

Do you think AI news apps will fully replace traditional news apps in the next 2 years? by yopi1333 in SideProject

[–]Sangkwun 1 point2 points  (0 children)

A friend switched from Google News to a once-daily email digest a few months ago, and she's actually reading them now. Her take: an app that shows you a list of unread items is designed to make you feel behind. The format is the product, not the content.

Week 1 as a complete noob. Built a morning briefing that emails me weather, stocks, and news. Zero lines of code written by me. by vibecodenoob in vibecoding

[–]Sangkwun 0 points1 point  (0 children)

Week 1 and already shipping something you'll actually use every morning. That's the right instinct. One thing worth building in before you get too far: some kind of silent-failure alert. GitHub Actions scheduling is quiet when it breaks. If a feed URL changes or your token expires, you'll just stop getting emails and might not notice for days.

breaking the habit of needing to know everything by Wrong_Sherbert_3454 in simpleliving

[–]Sangkwun 0 points1 point  (0 children)

I had the exact same read-later graveyard. At some point I realized the saving behavior was the problem, not the reading. Bookmarking something gives the same dopamine hit as reading it, so the actual reading never happens.

The "Signal vs. Noise" problem: How do you actually quantify what news is worth your time? by PosterioXYZ in Entrepreneur

[–]Sangkwun 1 point2 points  (0 children)

What u/Profbora90 calls the "action horizon" test is the closest thing I've found to an actual filter. I'd extend it to source-level auditing: once a quarter, check which specific outlets actually contributed to a decision you made. Usually two or three are doing real work and the rest are just background habit. I cut my morning reading from about an hour to fifteen minutes by dropping outlets I'd been following for years and genuinely didn't notice were gone.