HackerTrans
トップ新着トレンドコメント過去質問紹介求人

sankalpnarula

no profile record

投稿

[untitled]

1 ポイント·投稿者 sankalpnarula·3 か月前·0 コメント

Show HN: Docker Alternative for Secure Microvms

4 ポイント·投稿者 sankalpnarula·3 か月前·2 コメント

Ask HN: Should we collectively stop spell checking and fixing grammar

7 ポイント·投稿者 sankalpnarula·3 か月前·23 コメント

Show HN: I built a self-hosted Fly.io engine using Go and Firecracker

github.com
5 ポイント·投稿者 sankalpnarula·3 か月前·6 コメント

Ask HN: Is Antigravity code search dropping results recently?

7 ポイント·投稿者 sankalpnarula·4 か月前·0 コメント

Show HN: Herd – A Go sidecar to stop stateful processes Puppeteer/LLMs from OOM

6 ポイント·投稿者 sankalpnarula·4 か月前·1 コメント

Show HN: Herd – Session-affine process pool for Go

github.com
1 ポイント·投稿者 sankalpnarula·4 か月前·0 コメント

Show HN: GitHub Action to deploy to Portainer over Tailscale (no open ports)

github.com
1 ポイント·投稿者 sankalpnarula·5 か月前·0 コメント

コメント

sankalpnarula
·3 か月前·議論
TBH, that is not the behaviour, I have observed around me.

Most of my friends, have started using AI to do job applications, where you have to answer 3 questions. 1-2 para each. Even though the probability of you actually getting an interview is less that 0.01%. So is it reasonable to spend 25 minutes per job application. And when all the application answers look the same, wouldn't having an unpolished version stand out?
sankalpnarula
·3 か月前·議論
But the level of polish which AI generates nowadays, is almost unparalleled. My bigger concern here is what happens to people whose job was to write polished posts.

What this have led to is, even if some blog, article is written by human, if it uses even slightly fancy words, I have a tendency to assume it's human. Are other's experiencing the same?
sankalpnarula
·3 か月前·議論
Similar primitive, but with two fundamentally different architectural trade-offs.

Sprites are fantastic for persistent, hardware-isolated sandboxes. But to achieve those instant creation speeds, they start from a minimal base Linux environment rather than a standard OCI image.

herd solves the same problem (sub-second Firecracker cold boots) but optimizes for a different workflow:

I wanted to keep the standard Dockerfile developer experience. herd uses a containerd devmapper pipeline to instantly carve out copy-on-write snapshots directly from standard OCI images. You get the microVM isolation and speed, but you bring your existing containers.

Sprites are a managed cloud primitive. herd is built as an embeddable control plane, it's a single Go binary you can deploy directly onto your own servers or inside an air-gapped enterprise VPC.

It's the same core Firecracker magic, just optimized for teams who want to keep their Dockerfiles and own their metal.
sankalpnarula
·3 か月前·議論
I am going to save you some time: please do not use herd for this right now.

Firecracker (and by extension, herd) is currently optimized for blisteringly fast CPU and network isolation—specifically. We do not currently support PCIe GPU passthrough at the moment.

If you need fast serverless GPU deployments, look into platforms like Modal. Once we tackle GPU scheduling in herd, I will make a lot of noise about it, but right now it is not the right tool for your specific job.
sankalpnarula
·3 か月前·議論
Coder is the exact enterprise BYOC use-case I built herd for. Since the entire control plane is driven by a gRPC/REST API, building a Terraform provider is absolutely the next logical step on the roadmap.

Quick question for your setup: Coder workspaces usually require persistent state for the developer. Are you looking to map local NVMe LVM volumes to the microVMs for speed, or are you relying on network-attached storage? herd's devmapper pipeline handles the ephemeral rootfs beautifully right now, but I'd love to hear what your specific persistence requirements are for those workspaces.

If you're open to chatting about how the Terraform provider should be structured to fit your team's workflow, shoot me an email: [email protected]
sankalpnarula
·4 か月前·議論
Curious, How is this different from pre commit hooks?
sankalpnarula
·4 か月前·議論
Not sure if complexity of microvm/cgroups is just too much for the project?
sankalpnarula
·4 か月前·議論
Blacklisting Phone numbers and IP are gonna become extreme now, to the point it wont allow any unknown number/email without `karma` to reach anyone.
sankalpnarula
·4 か月前·議論
lmaoo
sankalpnarula
·4 か月前·議論
Any chance I could integrate this in my glance dashboard rss feed?
sankalpnarula
·4 か月前·議論
I would argue its close to 99% of the population. Technical people like us usually live in a bubble.
sankalpnarula
·4 か月前·議論
I personally like this better than claude code
sankalpnarula
·4 か月前·議論
I dont think this is meant to please anyone, its just meant for you to become consistent with push ups
sankalpnarula
·4 か月前·議論
Hey just curious. What happens when the memory gets large enough. Does it start creating problems with context windows?