HackerTrans
TopNewTrendsCommentsPastAskShowJobs

xenni

no profile record

Submissions

Show HN: LibPDF – The PDF library for TypeScript that I needed

github.com
4 points·by xenni·6 bulan yang lalu·0 comments

Show HN: FYICombinator – What YC startups are doing

fyicombinator.com
3 points·by xenni·8 bulan yang lalu·0 comments

Show HN: Vanity Post – Create a stylish image/video of your post

vanitypo.st
4 points·by xenni·4 tahun yang lalu·0 comments

comments

xenni
·6 bulan yang lalu·discuss
We're almost there, I've been working on something similar using a markdown'd version of the ISO32000 spec
xenni
·4 tahun yang lalu·discuss
Depending on the startup time, you can use something like AWS Serverless Express and just wrap the application. If startup takes a little while you can store an instance above the handler code which will be kept alive across invocations of that serverless instance.

I've used this to great success in a similar project.