HackerTrans
TopNewTrendsCommentsPastAskShowJobs

courtcircuits

no profile record

Submissions

Show HN: Cracked – a TUI to download crackmes.one challenges easily

github.com
2 points·by courtcircuits·hace 8 meses·0 comments

comments

courtcircuits
·hace 5 meses·discuss
Yep I know, I had to build a proxy for s3 which supports custom pre-signed URLs. In my case it was worth it because my team needs to verify uploaded content for security reasons. But for most cases I guess that you can't really bother deploying a proxy just for CORS.

https:/github.com/beep-industries/content
courtcircuits
·hace 5 meses·discuss
Go for Garage, you can check the docker-compose and the "setup" crate of this project https://github.com/beep-industries/content. There are a few tricks to make it work locally so it generates an API key and bucket declaratively but in the end it does the job
courtcircuits
·hace 5 meses·discuss
From my experience, Garage is the best replacement to replace MinIO *in a dev environment*. It provides a pretty good CLI that makes automatic setup easier than MinIO. However in a production environment, I guess Ceph is still the best because of how prominent it is.
courtcircuits
·hace 10 meses·discuss
This repo seems to handle VM exits and memory initialization : https://github.com/soulxu/kvmsample/blob/master/main.c

I'd say it's a good place to start !