This is a really good idea. This has nothing to do with the current crisis but if you could somehow credibly guarantee hosting for 50+ years people could read stories to their yet to be born grandchildren. People with terminal diseases and a two year old could still read to their children after their passing. Consider it.
You create a book in the app by taking pictures. Add audio to a page.
You can export the book in a .zip file, that you can put on your desktop and view in your browser.
To be honest, de sharing experience sucks (ever tried getting a big .zip file from a mobile phone to a desktop..?), also the browser view doesn't have the flipping pages.
It's a pet project I've often neglected for a couple of years, and then put some extra effort in. But I'm now working on the online part, where you can upload the zip file, and share the book via an URL, and does have the flipping pages.
Would love to get feedback, so if someone wants to try it out, contact me and I can create account for you.
Would be great to make a commercial product out of it, but I used to not have the tech skills, and now pretty much have the skills, but finding the time is the challenge. Also I refuse to add ads :)
At $.02/GB you could host a 1 GB video on S3 for about $12.
Based on past performance that price would probably be even cheaper as the per-GB-month price keeps dropping.
The video would be likely be much smaller than 1 GB so you could instead spend the same money to put it on all three major clouds, AWS, Azure, and Google, storage tiers for the same price.
I’m willing to bet $100 that at least one of them will still be operating a cloud blob store in 50 years.
You could probably hash the recording names/details and store that on a world-readable unique public URL and feed those to your users through internet archive links.
Awesome idea, and nice work! Is this open source, and if so, would you mind sharing a link to it? I am beginning work on a slightly similar project [1] to help facilitate speech therapy (girlfriend is a speech-language pathologist) over video chat and would be interested to compare with your approach and tech stack.
I saw this [2] Chess + video chat project the other day, and drew heavy inspiration from its approach [3].
With Covid-19 it's not just getting sick, it's getting sick and then being isolated from your family and loved ones knowing you may never see them again. Then you have the health care workers who are providing life saving care while isolating themselves from their loved ones so as not to risk getting them sick. The closest thing I have experienced to that type of fear is military service, but at least in that case my family and I had time to prepare for it mentally. Luckily I got through that experience okay.
I couldn't imagine being in the situation that these people are in today.
Anyways - I find it kind of hard to put into words how Covid makes me feel
Thanks for sharing! It such a great idea :-)
Talking with my wife (SLP) she observed how important is interactive reading and I was wondering if you had that planned or if open sourcing this was an option so I could contribute to something like that.
Just as a reference, some therapy platforms allow the users to draw on the book, or put stickers and such... and even though this is not full-blown therapeutic, being able to draw (a transparent HTLM canvas on top of the image? websockets communicating x,y?) would add a lot to this, I think.
I thought about adding a transparent layer so that my daughter and parents can draw on a story. I never thought about it from a therapy point of view, but that is just not an area I am familiar with - interesting though. I would be super happy if this can be used for that.
As far as open sourcing it goes - I have not made it open source ATM, but it is definitely something I am considering.
I just wanted to personally thank you for making this. My 7yr old and his grandparents in NYC are LOVING this. Please keep uploading more great books to the library!
Nice app. It could also be used to help the medical students who's exams have all been cancelled. I would like to help if this is open-sourced.
One feature request: my Microsoft surface has a front and back camera. For some reason, the app started with the read camera on. Would be nice if there was a way to pick which camera you want, if there are multiple cameras on the device.
I think that what camera is used doesn't depend on the app but on the browser. In mine (Firefox) it asks me if I want to give permission to the app to use the my camera AND it asks me which camera I want to give permission to. Chrome also has something like that (I think it's in the URL bar, an icon that looks like a video camera?)
Pretty great.
It let me write this really quickly with minimal effort. There were some quirks and some weird hacks I had to make when it came to working with JS, but that could also be me doing it wrong.
My biggest complaint would be around some latency issues when the connection is bad, but I knew that would be an issue when I chose it. I would definitely choose it again.
[+] [-] anticsapp|5 years ago|reply
[+] [-] juliushuijnk|5 years ago|reply
https://play.google.com/store/apps/details?id=com.juliushuij...
You create a book in the app by taking pictures. Add audio to a page.
You can export the book in a .zip file, that you can put on your desktop and view in your browser.
To be honest, de sharing experience sucks (ever tried getting a big .zip file from a mobile phone to a desktop..?), also the browser view doesn't have the flipping pages.
It's a pet project I've often neglected for a couple of years, and then put some extra effort in. But I'm now working on the online part, where you can upload the zip file, and share the book via an URL, and does have the flipping pages.
Would love to get feedback, so if someone wants to try it out, contact me and I can create account for you.
Would be great to make a commercial product out of it, but I used to not have the tech skills, and now pretty much have the skills, but finding the time is the challenge. Also I refuse to add ads :)
[+] [-] freepor|5 years ago|reply
[+] [-] koolba|5 years ago|reply
Based on past performance that price would probably be even cheaper as the per-GB-month price keeps dropping.
The video would be likely be much smaller than 1 GB so you could instead spend the same money to put it on all three major clouds, AWS, Azure, and Google, storage tiers for the same price.
I’m willing to bet $100 that at least one of them will still be operating a cloud blob store in 50 years.
[+] [-] amerine|5 years ago|reply
[+] [-] benja123|5 years ago|reply
- Create a site where people can manually upload phone videos of them reading a story to their child.
- Store it in S3 or Glacier
- Have a request access section - basically a contact me form. You will anyways need to verify the individual, so this part can be completely manual.
Why not give it a shot?
[+] [-] amelius|5 years ago|reply
[+] [-] unknown|5 years ago|reply
[deleted]
[+] [-] scott113341|5 years ago|reply
I saw this [2] Chess + video chat project the other day, and drew heavy inspiration from its approach [3].
[1]: https://github.com/scott113341/slp-memory
[2]: https://news.ycombinator.com/item?id=22790728
[3]: https://glitch.com/edit/#!/rootshirechess
[+] [-] benja123|5 years ago|reply
Tech stack: Elixir/Phoenix (liveview mostly) WebRTC code is based off: https://codelabs.developers.google.com/codelabs/webrtc-web/#...
I setup a turnserver using https://github.com/coturn/coturn
What do you need help with? Maybe I can help you now.
[+] [-] license2e|5 years ago|reply
After reading this article: https://www.cnn.com/2020/04/03/us/costa-luminosa-passengers-... "Kevin and Ryan Sheehan will never know whether their father heard them say goodbye on speaker phone."
My thought was to create a place where you can leave your last message to someone or to the world.
[+] [-] benja123|5 years ago|reply
With Covid-19 it's not just getting sick, it's getting sick and then being isolated from your family and loved ones knowing you may never see them again. Then you have the health care workers who are providing life saving care while isolating themselves from their loved ones so as not to risk getting them sick. The closest thing I have experienced to that type of fear is military service, but at least in that case my family and I had time to prepare for it mentally. Luckily I got through that experience okay.
I couldn't imagine being in the situation that these people are in today.
Anyways - I find it kind of hard to put into words how Covid makes me feel
[+] [-] mataug|5 years ago|reply
She struggles with video editing software to make videos. This could help a lot, especially if I could have custom stories.
She could do a story session with my and I would just record the screen.
[+] [-] benja123|5 years ago|reply
[+] [-] _benj|5 years ago|reply
Just as a reference, some therapy platforms allow the users to draw on the book, or put stickers and such... and even though this is not full-blown therapeutic, being able to draw (a transparent HTLM canvas on top of the image? websockets communicating x,y?) would add a lot to this, I think.
Thanks for sharing!
[+] [-] benja123|5 years ago|reply
As far as open sourcing it goes - I have not made it open source ATM, but it is definitely something I am considering.
[+] [-] zoom6628|5 years ago|reply
[+] [-] benja123|5 years ago|reply
[+] [-] brianforde|5 years ago|reply
[+] [-] nicois|5 years ago|reply
https://www.who.int/news-room/detail/09-04-2020-children-s-s...
[+] [-] benja123|5 years ago|reply
[+] [-] JuanJew|5 years ago|reply
[deleted]
[+] [-] tagolli|5 years ago|reply
[+] [-] unknown|5 years ago|reply
[deleted]
[+] [-] benja123|5 years ago|reply
[+] [-] artur_makly|5 years ago|reply
[+] [-] benja123|5 years ago|reply
[+] [-] hoomank3|5 years ago|reply
One feature request: my Microsoft surface has a front and back camera. For some reason, the app started with the read camera on. Would be nice if there was a way to pick which camera you want, if there are multiple cameras on the device.
[+] [-] _benj|5 years ago|reply
Anyways, hope this helps!
[+] [-] benja123|5 years ago|reply
I will look at adding that option in the future.
When you say it could be used to help people study for their exams, do you mean in one on one sessions or do you mean group sessions?
[+] [-] unknown|5 years ago|reply
[deleted]
[+] [-] ldenoue|5 years ago|reply
I also created a similar tool a few weeks ago available for free as well here https://www.appblit.com/bookcafe
[+] [-] benja123|5 years ago|reply
[+] [-] sshah1983|5 years ago|reply
[+] [-] war1025|5 years ago|reply
[+] [-] benja123|5 years ago|reply
[+] [-] cs44|5 years ago|reply
[+] [-] benja123|5 years ago|reply
My biggest complaint would be around some latency issues when the connection is bad, but I knew that would be an issue when I chose it. I would definitely choose it again.
[+] [-] anymane|5 years ago|reply
[+] [-] TheYahiaBakour|5 years ago|reply
[deleted]
[+] [-] Dedatbc|5 years ago|reply
[deleted]