Cool. For even more privacy, you could generate the PDF client-side.
Asking as a self-taught not-so-advanced-yet guy wanting to build a similar I/O web app: Could you elaborate a bit on how client-side transformation/ generation could be achieved?
Show HN: My first web app – PDF memo creator
91–100 of 154 posts
Re: Show HN: My first web app – PDF memo creator
#92I like it. Dead simple. Makes nice output. The UI is correct. I would use. Feedback: Consider replacing "We take privacy seriously" with "I take privacy seriously". Better yet, consider removing that sentence so you don't make people second guess it. It's even easier then because there's less information that needs mental processing. You might just say, "Once you generate your memo, your information is deleted foreve…
Re: Show HN: My first web app – PDF memo creator
#93I just recently used Prawn to make a PDF receipt generator in Rails for work. It's surprisingly fun when you get into it, and Prawn is very powerful. I've been thinking of making a Resume generator using Prawn in my spare time, but I haven't really found the time.
Re: Show HN: My first web app – PDF memo creator
#94Re: Show HN: My first web app – PDF memo creator
#95Very nice! A few questions: - Where are you hosting this site? - What is your tech stack? - Do have any plan to build on this web app?
>Where are you hosting this site?
$ dig +short a www.createamemo.com
memo-gen.herokuapp.com.
us-east-1-a.route.herokuapp.com.
23.23.225.163
> What is your tech stack? $ curl -I www.createamemo.com
...
Server: WEBrick/1.3.1 (Ruby/2.2.4/2015-12-16)
...
So, it looks like it’s a Rails app hosted on Heroku.Re: Show HN: My first web app – PDF memo creator
#96Re: Show HN: My first web app – PDF memo creator
#97I couldn't tell if it was an "office space" joke or not, and didn't want to put my e-mail address in just to find out.
The link takes you, without clicking on anything, to the inbox of a disposable email address that perishes if you don't visit it for 24 hours or if you close the session.
Re: Show HN: My first web app – PDF memo creator
#98Very nice! A few questions: - Where are you hosting this site? - What is your tech stack? - Do have any plan to build on this web app?
Re: Show HN: My first web app – PDF memo creator
#99Entering a non-American date format, or leaving the date blank, gives an internal server error. Nice project, well done!