Show HN: Openring, a free and decentralized network of blogs
81–90 of 101 posts
Re: Show HN: Openring, a free and decentralized network of blogs
#82What's the use case for something like this ? Looks a bit like what any RSS reader would provide. Or maybe it's meant to publish links to other blogs on a separate site, which could work if the articles have a somewhat permissive license, I guess.
Re: Show HN: Openring, a free and decentralized network of blogs
#83What do everyone use for feed reader !? My old phone used to have a built in feed reader. And my old browser also used to have a feed reader. Looked on Google play and there where very little to choose from. Thinking of creating my own feed reader ... Or have "blogging" moved over to "Youtubing" and the occasional podcast !?
Re: Show HN: Openring, a free and decentralized network of blogs
#84What do everyone use for feed reader !? My old phone used to have a built in feed reader. And my old browser also used to have a feed reader. Looked on Google play and there where very little to choose from. Thinking of creating my own feed reader ... Or have "blogging" moved over to "Youtubing" and the occasional podcast !?
Used https://tt-rss.org/ before, but had so much trouble after updates. Hit and miss.
Re: Show HN: Openring, a free and decentralized network of blogs
#85What do everyone use for feed reader !? My old phone used to have a built in feed reader. And my old browser also used to have a feed reader. Looked on Google play and there where very little to choose from. Thinking of creating my own feed reader ... Or have "blogging" moved over to "Youtubing" and the occasional podcast !?
For reading the Reeder app (iOS, Mac)
Re: Show HN: Openring, a free and decentralized network of blogs
#86What do everyone use for feed reader !? My old phone used to have a built in feed reader. And my old browser also used to have a feed reader. Looked on Google play and there where very little to choose from. Thinking of creating my own feed reader ... Or have "blogging" moved over to "Youtubing" and the occasional podcast !?
Re: Show HN: Openring, a free and decentralized network of blogs
#87Earlier quoted context omitted.
I imagine because go compiles to an actual native binary, whilst electron wraps a browser and a chunk of JavaScript in a zip file. You can’t really say “go gets away with it” as though these languages are doing the same thing.
You're right. My observation was just that the discussions often don't go much deeper than "look at this big binary", so I was surprised to find none of that here.
Re: Show HN: Openring, a free and decentralized network of blogs
#88What do everyone use for feed reader !? My old phone used to have a built in feed reader. And my old browser also used to have a feed reader. Looked on Google play and there where very little to choose from. Thinking of creating my own feed reader ... Or have "blogging" moved over to "Youtubing" and the occasional podcast !?
I don't use it anymore because I don't do RSS anymore. I found the constant browsing to be a bit of a desperate situation, the same way people constantly browse their Facebook account. I'd rather stumble upon a nice article.
Re: Show HN: Openring, a free and decentralized network of blogs
#89It's interesting that none of the comments so far complain about the size of the binary (13MB!). Nodejs and Electron projects get flak for this all the time, but Go somehow gets away with it.
I could definitely stand to strip the binary (saves about 2M), but the main issue is that (1) it's statically linked and (2) I actually pull in a surprising amount of dependencies for a ~100 line program. It uses an template parser & renderer; an HTML cleaner; a time formatter; an RSS/Atom parser; TCP, HTTP, and XML implementations; and extra handling for Unicode. Even then, 11M is a bit excessive. However, the compa…
Re: Show HN: Openring, a free and decentralized network of blogs
#90What do everyone use for feed reader !? My old phone used to have a built in feed reader. And my old browser also used to have a feed reader. Looked on Google play and there where very little to choose from. Thinking of creating my own feed reader ... Or have "blogging" moved over to "Youtubing" and the occasional podcast !?
I'm a lifetime subscriber to Feedly ( https://feedly.com ) which has behaved sanely since I joined and claims to have mobile apps but I'm not the target audience for reading blogs on my phone. There are also quite a few self-hosted options, the most famous one that springs to mind is TinyTinyRSS ( https://tt-rss.org/ ) but I'm sure there are folks who have more experience with any alternatives https://alternativeto.n…