Live data from Hacker News

Show HN: Fraidycat

fraidyc.at

151–153 of 153 posts

Re: Show HN: Fraidycat

#151

Very cool project and basically a modern RSS feed reader for a modern web where not everything has a standardized feed to digest. Which is a little sad... Something like this is really useful for what it does but I'm afraid of how much upkeep might be required if it's scraping pages (which would be required for some platform so it's unavoidable).

Site scraping is definitely my biggest struggle - this is the primary reason it's taken me four months to get to this seemingly simple app ready to post here. I now have a pretty good system in place. I keep a master list of scraping rules that I can update without needing to re-release new Fraidycat versions. I also have an update coming that will allow me to scrape at different stages of the rendering process and t…

In case scraping doesn't work for a certain link, you could have a "limited" update feature: Download website html, compress and hash it and store locally; each update cycle, download it, compress, hash and compare to local copy. If it has changed, then simply light it up in the UI. For me, simply seeing that there's something new on the site I want tracked is enough information so I can visit it and check out the new article myself.

Of course, false positives are a downside. Someone fixing a typo shouldn't count as an update. I'm sure the community can think of settings for the "update sensitivity" where level 0 requires at least a new tag to appear on the page, level 1 requires a change of at least N characters, and level 2 notifies on even a change of one character.

I love this extension already and am willing to help out with PRs :-)

Re: Show HN: Fraidycat

#152
post #13

Earlier quoted context omitted.

This is a neat project. And based on your appreciation for things like Funny Mapguy (who I checked out after seeing your video) I think we have very similar taste in online culture. Good luck dude!

Hey thanks. Yeah I have followed Funny Mapguy for years and the amazing part is that he has not once mentioned maps or been funny in any of his videos. It's insane.

So I was reminded on YT homepage to check him out again... I went through about 15-20 last drink reviews (descriptions). They are all 7-8s. I am super curious if he has ever not liked one now.

Re: Show HN: Fraidycat

#153
post #61

> I use it to follow people This is something I have a real need for. Specifically, podcast hosts. I want to follow certain hosts and listen to every random show they're on. Some hosts do keep lists of their appearances across many shows: http://hypercritical.co/about/appearances/ But that forces me to manually find the episodes and add each one to my podcast app. I want something that aggregates appearances into a c…

This is a brilliant concept. Hosts could keep a feed of their appearances, but it would be interesting for someone to make a site that tracked this sort of thing (using user-submitted links I suppose).

https://huffduffer.com/ is another good discovery/bookmarking tool for podcasts. It has RSS feeds for everything on the site including custom searches that could potentially pick up your favorite contributors. The bookmarking functionality also makes it easy for you to quickly add things you find to one or more followable feeds for the one-off guest appearances you may hear about. (Originally posted at boffosocko.com/2020/03/21/55769517/)
Post reply on HN