Hacker Newsnew | past | comments | ask | show | jobs | submit | resdev's commentslogin

They could’ve used mongodb which is web scale NoSQL database because SQL is 1990’s era legacy technology.

/s


I agree, I should've been more clear, i was referring to database. The main issue is if database , storage and backups are located with single Cloud provider, it is a possibility for a single point of failure.


I don't understand the point of real time status pages if they are clearly not real time and not accurate.

My error notifications were blowing up my phone, the first thing I did is check their status page and assumed issue is within my application, and I couldn't even access my backend application. Out of desperation, I had to check downdetector to confirm the issue. I have formed new respect for downdetector.


1. It only goes to red after a set of humans determine it's really high impact and should be made public. Minor or localized outages rarely qualify.

2. Previous point is ignored very often and outage is only made public when major clients or news organizations take notice and inquire.


I like AWS's approach of having your own personal incidents page. Still not exactly real time but better than an unchanging wall of green. And they include performance degradations as incidents which is nice.


Love librivox.

Couple of tips:

1) atleast in United States you can use Libby app with a valid library card for non public domain audiobooks. However Wait times are going to be in pain.

2) I’ve created an iOS app based on librivox with additional functionalities like saving history, ease of use, sleep timers, offline , speed etc.,

https://apps.apple.com/us/app/librivox-audiobooks-zlibrary/i...


Thanks for making this app and it saves a few steps from downloading the books directly and playing them through Dropbox or some other app that plays mps3.

I don’t understand the subscription angle from a user standpoint. Why is this $10/year? There’s no per user costs for you. I wanted to purchase the app as its quite convenient, but having a subscription for what I expect to use for the rest of my life doesn’t seem wise to me.

Also coupled with the fact that I have a family so I’d need to pay $50/year just to listen to free librevox recordings.


Thanks for your reply.

Just wanted to clarify couple of points before explaining the $10/year for premium subscription for the app.

1) In iOS, there is a perk that developers can enable where if someone has a subscription for the app, the family members in iCloud settings (upto 6) are also automatically included with no additional cost. Many apps don't enable it though, but I've enabled it for all my apps since the day I introduced pricing.

2) The app itself is free, adhering to public domain ethos, even without the premium subscription there is no blocker to listen to thousands of books. I've included all the popular books, and in addition to the home page, explore section where you can filter by tags, languages will also enable anyone to listen with no ads or whatsoever. I'll explain more below regarding why I had to include $10 and some technical aspects.

In order to have seamless ux, I had to create and maintain a database and api with data which incur some cost but not earth shattering. The original problem I had with librivox is that there's a lot of metadata like description that's not searchable and if someone wants to read a book on a topic or keyword that's hidden deep inside description, it won't be shown on the website.

In order to solve this issue, I've created a service similar to elastic search, which proven to useful but a bit costly at the level where it means that I have to shut down the app in the long run.

So unhappily I introduced premium subscription that enables this feature. My plan was to introduce more features like importing audiobooks etc., however last time checked this app is not in breakeven range regarding the cost, so at the moment I'm focusing on other projects. Less than 0.01% buy the subscription which is not great but that at least reduce the risk of me incurring huge loss. The current state is that I do not want to take down the app for a simple reason that I've spent quite a bit time developing it, a lot of free users are still using it and leaving the door open for future if it at least gets in breakeven zone, so currently just doing minimal maintenance and fixing bugs if any occasionally.

A tip that I can share at my expense is that, even if you don't want to pay $10/year but want to use the advanced search, you can start the free trial that lasts for 7 days, just listen for few moments and download those keyword targeted audiobooks, so that they stay in your history. So even when you cancel the free trial, you can still enjoy your targeted audiobooks and thousands of books shown in home and explore screen. You have to cancel the trial before end of 6th day though.


Thanks for the note and these seem like understandable reasons.

I would have paid a one time fee just to “reward” you. Instead I downloaded the LibriVox app (free but with ads or subscription) that has a much more advanced UI. And then I just downloaded VLC and search and download directly from librevox.org. Comically, this works best on my iPhone and I’m again grateful for VLC and the great open source/free work they do.

I’ve always released under Apache/BSD/MIT to explicitly allow others to commercialize, if they want. So I’m just criticizing, just lamenting the fewer purchase offerings and more needless (to me) saas offerings. If the product doesn’t provide some ongoing improvement, then I don’t want saas. Storing books and usage data on my device is not a useful saas service. I’m still butthurt over paying $60 to ynab for them to switch to a crappier version of saas that provides less functionality.


Glad it worked for you.


I read somewhere that libraries pay a decent amount to the publishers for every audiobook borrowed through Libby. So I always try to make sure the book interests me and will actually listen to it once borrowed.


> atleast in United States

Is working in Quebec, Canada as well.


Love public domain availability news. Bdw You can also listen to public domain LibriVox audiobooks on iOS at https://apps.apple.com/app/id6443647742


This is great! What else in the public domain is available like this? (through a nice & sleek app?)


There should be a matching Project Gutenberg ebook app, "gutebooks" (I have it on my Android phone) which allows you to switch back and forth between audio and text book.

Unfortunately, it doesn't seem to have an option to pay to remove adds/paid books as the audio version does.


Hi, yes the frontend technology is react-native such is a mobile app framework and dynamic height based on length of quotes and number of quotes etc. Unfortunately that would mean losing some functionality like keyboard shortcuts etc.,

I’ll need to research if there’s a workaround for that.


We created QuoteDark.com so that users can explore more than 500k quotes in a streaming Quote-Engine we custom developed. Users can swim through the world of quotes by clicking on tags and authors in Quote Engine with Play/Pause/Next/Previous controls.

Pages are divided between Author, tag and quote page along with related quote. Each page have their own context of quotes.

Our goal is to bring world of quotes that are hidden in the dark in an intuituve way. Hence QuoteDark - bringing quotes out of the dark.

Please hacker news users, feedback/criticism/suggestions are more than welcome.


I think it would be hard for non public domain for one single reason - licensing and drm. Similar to how Netflix/Prime video don’t let us download the movie file without their app.


There are non-public-domain ebooks out there without DRM. Kobo sells some, for example, though you have to check the format before purchasing since they aren't all DRM-free. Libreture has an extensive list of DRM-free ebook shops[1].

[1] https://www.libreture.com/bookshops/


Ah, excellent! Thank you!


I’ve created a webapp for Gutenberg catalog if anyone’s interested - https://bookdark.com

Features:

- works in all platforms with pdf format

- faster navigation

- faster search


Doesn't work for me with Firefox 82.0.3 (64 bit) on Win10. Hitting the Read Book link just gives me a blank window with the Close Book link at the top.

Took me a few moments to realize that this is because my Firefox is set to download PDFs instead of displaying them in Firefox.


Thanks for letting me know. Hopefully you can at least access the pdf by downloading. Just so you know, the pdf display embed only works in desktop screens etc., mobile screens would open pdf in a new tab in mobile browser. This is because pdf embed within app makes text to be too small for some readers.


Hey, great idea.

Just one thing: the two-level horizontal scroll doesn't work consistently for me, and just seems a bit weird. I feel like the top level navigation should be left to the obvious top links. I don't really see the point of visualising all the sections as a continuous whole, whereas the individual lists make sense to be scrollable.


Hey jgtrosh, Thanks for the valuable suggestion. I know exactly what you are referring to. The ui behavior is similar to mobile app, where I implemented kinda “force touch” in order to scroll right within that section. And regular scroll does page Navigation. I admit it’s takes some time to get used to. Regarding top navigation, I’ll need to research on what’s a better ui experience for mobile users.

I did experiment with list based home screen, but I thought the information density is low for mobile screens. However for tags and authors it’s list based as you suggested.

That being said, I’m planning an update in near future to include public domain audio Books where I can reform Home screen section behavior better for new users.


You can find some non English book PDFs here - https://bookdark.com/

(which are sourced from Gutenberg catalog, but with dynamic navigation and search)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: