HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aostiles

no profile record

Submissions

Show HN: Serverless WebAuthn Implementation with Astro and Cloudflare D1

github.com
1 points·by aostiles·قبل 3 سنوات·0 comments

comments

aostiles
·قبل 6 أشهر·discuss
I was trying to copy a directory and used:

Pull from sprite to local: sprite exec -s my-sprite sh -c "tar -czf - /home/sprite/<my_dir>" | tar -xzf - -C ./

Push from local to sprite: COPYFILE_DISABLE=1 tar -czf - <my_dir> | sprite exec -s my-sprite sh -c "tar -xzf - -C /home/sprite/"
aostiles
·قبل 6 أشهر·discuss
This seems cool but maybe not for a production setting requiring concurrency? I just signed up on PAYG which offers 3 concurrent sprites. I only see an option to upgrade to 10 concurrent sprites.
aostiles
·السنة الماضية·discuss
He was really nice in Stanford's CS 240h. He helped me better understand Safe Haskell and GHC internals.
aostiles
·قبل سنتين·discuss
I've been using it to build a dynamic blog/newsletter. Local DX with https://github.com/kitsonk/kview has been nice.
aostiles
·قبل 3 سنوات·discuss
I'm not an expert on MiniZinc, but tried applying it and GPT-4 to a toy problem: https://buttondown.email/aostiles/archive/flight-optimizatio...
aostiles
·قبل 3 سنوات·discuss
thanks!
aostiles
·قبل 3 سنوات·discuss
https://aostil.es

Just started writing about programming. First post was about implementing WebAuthn.