HackerTrans
TopNewTrendsCommentsPastAskShowJobs

asphero

no profile record

Submissions

[untitled]

1 points·by asphero·6 個月前·0 comments

Building a simple tool to help students explore income options

sidebuz.com
2 points·by asphero·6 個月前·0 comments

[untitled]

1 points·by asphero·6 個月前·0 comments

[untitled]

1 points·by asphero·6 個月前·0 comments

[untitled]

1 points·by asphero·6 個月前·0 comments

[untitled]

1 points·by asphero·7 個月前·0 comments

[untitled]

1 points·by asphero·7 個月前·0 comments

[untitled]

1 points·by asphero·7 個月前·0 comments

[untitled]

1 points·by asphero·7 個月前·0 comments

[untitled]

1 points·by asphero·7 個月前·0 comments

[untitled]

1 points·by asphero·7 個月前·0 comments

[untitled]

1 points·by asphero·7 個月前·0 comments

[untitled]

1 points·by asphero·7 個月前·0 comments

[untitled]

1 points·by asphero·7 個月前·0 comments

[untitled]

1 points·by asphero·7 個月前·0 comments

[untitled]

1 points·by asphero·7 個月前·0 comments

[untitled]

1 points·by asphero·7 個月前·0 comments

[untitled]

1 points·by asphero·7 個月前·0 comments

[untitled]

1 points·by asphero·7 個月前·0 comments

[untitled]

1 points·by asphero·7 個月前·0 comments

comments

asphero
·7 個月前·discuss
The friction point capture is interesting. In my experience, the hardest part isn't collecting feedback - it's getting users to actually leave it in the moment.

How are you handling the timing of the widget popup? Too early = users haven't formed an opinion yet. Too late = they've already left.

Also curious about the LLM categorization accuracy. Do you let users correct misclassifications to improve the model over time?
asphero
·7 個月前·discuss
Interesting approach. The scraper-vs-site-owner arms race is real.

On the flip side of this discussion - if you're building a scraper yourself, there are ways to be less annoying:

1. Run locally instead of from cloud servers. Most aggressive blocking targets VPS IPs. A desktop app using the user's home IP looks like normal browsing.

2. Respect rate limits and add delays. Obvious but often ignored.

3. Use RSS feeds when available - many sites leave them open even when blocking scrapers.

I built a Reddit data tool (search "reddit wappkit" if curious) and the "local IP" approach basically eliminated all blocking issues. Reddit is pretty aggressive against server IPs but doesn't bother home connections.

The porn-link solution is creative though. Fight absurdity with absurdity I guess.
asphero
·7 個月前·discuss
If you are a marketer or indie maker, you know the struggle: You can't post anywhere without Karma.

You try to launch your product on r/SideProject, but your post gets auto-removed because your account is too new. You try to comment on a discussion, but you get hit with "You need 50 Karma to participate."
asphero
·7 個月前·discuss
Completely legal. This is publicly available Reddit data, not something we scraped illegally.
asphero
·7 個月前·discuss
Hey HN! Built this after Reddit's API changes made most tools unusable.

The problem: Getting API approval now takes weeks or never happens.

The solution: Desktop app that works without API approval. Data stays local, completely private.

Main features: - Search and analyze subreddits - Bulk extract posts/comments/user data - AI-powered insights - CSV export

Built primarily for marketers and researchers. Free tier gives 90 searches/day.

Would love feedback on the approach - especially from anyone who's dealt with Reddit's API changes!