So I built this - and its initial purpose was just to help me keep up on public TiddlyWikis (like philosopher.life) that I had discovered. But I couldn't get myself to rip off other news readers - I've not been satisfied with RSS and I disliked Google Reader. I didn't like that it basically created a second read-only email inbox - where I'm supposed to look through every message. And I didn't like that I lost the for…
Show HN: Fraidycat
141–150 of 153 posts
Re: Show HN: Fraidycat
#142Earlier quoted context omitted.
have you considered following hackernews profiles? (comments, posts, etc) also, best promo video of all time and amazing concept. we'd be great friends IRL. alas.
If I'm not misinterpreting you, you can already do this with rss : https://edavis.github.io/hnrss/
this could be the foundation of what my request was implying. it's the data pipe, but would need the frontend the OP is building
Re: Show HN: Fraidycat
#143Earlier quoted context omitted.
have you considered following hackernews profiles? (comments, posts, etc) also, best promo video of all time and amazing concept. we'd be great friends IRL. alas.
If I'm not misinterpreting you, you can already do this with rss : https://edavis.github.io/hnrss/
Re: Show HN: Fraidycat
#144So I built this - and its initial purpose was just to help me keep up on public TiddlyWikis (like philosopher.life) that I had discovered. But I couldn't get myself to rip off other news readers - I've not been satisfied with RSS and I disliked Google Reader. I didn't like that it basically created a second read-only email inbox - where I'm supposed to look through every message. And I didn't like that I lost the for…
Really nice work! I'm playing with the app currently. Is there a way to set the default browser used to open links?
Re: Show HN: Fraidycat
#145Earlier quoted context omitted.
Really nice work! I'm playing with the app currently. Is there a way to set the default browser used to open links?
It should use whatever browser your operating system has set as the default. But please let me know if that is not the case.
Re: Show HN: Fraidycat
#146Re: Show HN: Fraidycat
#147Earlier quoted context omitted.
This is very cool. I wish there was something like this for the various web serials I read. Keeping track of them all can be...cumbersome.
Couldn't this be that? If those serials are posted somewhere that has an RSS feed, you're good to go.
Re: Show HN: Fraidycat
#148> 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).
Re: Show HN: Fraidycat
#149I love this. And the video is amazing. I love the design, especially the bizarre loading screen. Initial UX thoughts from a elfeed user who imported their feeds with an opml: - It would be great if the enter and close buttons were in the same spot, instead of the close button jumping to the bottom, so you could open and close drawers more easily. - It'd be great if links could be shaded after they'd been opened, or m…
- Working on this. https://github.com/kickscondor/fraidycat/issues/50 - Re: link colors. I think this is already the case for post titles. What platform did you try it on? - Re: reordering tabs. I've put this in the queue. Thank you. - Re: changing tabs. Part of this: https://github.com/kickscondor/fraidycat/issues/70 - Re: empty home tab. Good point. If home isn't wanted, maybe I make it go away... Hmm need to think…
Re: Show HN: Fraidycat
#150Fraidycat is the first piece of open-source software I noticed using Blue Oak Model License.
Nice! Didn't even know this exists. I'm a bit confused, tho: the only real content is: > This license gives everyone as much permission to work with this software as possible, while protecting contributors from liability. This doesn't really sound unambiguous to me (but maybe that's because English is not my native language). As comparison from The Unlicense: > Anyone is free to copy, modify, publish, use, compile, s…
The Blue Oak Model License aims to be closer to the MIT License than to the Unlicense. The Unlicense releases the software into the public domain, which means, for example, that someone who makes a derivative work could release that work under a proprietary license. In contrast, the Notices section of the Blue Oak Model License, just like the third paragraph of the MIT License, requires derivative works to be released under the same license. I would say the Blue Oak Model License uses the idea of “freedom through self-imposed restrictions” more than both the Unlicense and the MIT License.
I think the biggest difference between the MIT License and the Blue Oak Model License is that the MIT License doesn’t mention patents, which (some lawyers think) could allow authors of MIT-Licensed software to sue users for violating their patents used by the software. The Blue Oak Model License’s Patent section closes that loophole.