Viewing profile — courtcircuits
courtcircuits
HN member- Joined
- Mon, Feb 17, 2025, 8:56 AM UTC
- HN karma
- 13
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About courtcircuits
No profile information was provided.
Recent public activity
- story
- story
- story
-
comment
Comment #48921408
To be fair, when I started learning CS, the `for x in y` syntax was cryptic to me because I was unfamiliar with concepts such as iterators & generators. `for(int i=0; i<len(y); i++…
-
comment
Comment #47001921
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. B…
-
comment
Comment #47000620
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…
-
comment
Comment #47000609
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…
-
story
Show HN: Cracked – a TUI to download crackmes.one challenges easily
Last weekend, I built a TUI to download crackmes.one challenges from my terminal because come on, who leaves his terminal in 2025 ? (btw the cli is written in rust)
-
comment
Comment #45194701
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 !
-
comment
Comment #44950070
Gonna make API calls to that next time I need to generate an Elgamal key pair
-
comment
Comment #44668199
> Lumo’s code is open source Where's the source code ? I couldn't find it yet.
-
comment
Comment #43730140
A few weeks ago, I attended a hackathon held by Dagger, where I managed to run a Windows XP virtual machine in Dagger to play Starcraft with just a few lines of code. This article …
- story