HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sankalpnarula

no profile record

Submissions

[untitled]

1 points·by sankalpnarula·قبل 3 أشهر·0 comments

Show HN: Docker Alternative for Secure Microvms

4 points·by sankalpnarula·قبل 3 أشهر·2 comments

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

7 points·by sankalpnarula·قبل 3 أشهر·23 comments

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

github.com
5 points·by sankalpnarula·قبل 3 أشهر·6 comments

Ask HN: Is Antigravity code search dropping results recently?

7 points·by sankalpnarula·قبل 4 أشهر·0 comments

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

6 points·by sankalpnarula·قبل 4 أشهر·1 comments

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

github.com
1 points·by sankalpnarula·قبل 4 أشهر·0 comments

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

github.com
1 points·by sankalpnarula·قبل 5 أشهر·0 comments

comments

sankalpnarula
·قبل 3 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
Curious, How is this different from pre commit hooks?
sankalpnarula
·قبل 4 أشهر·discuss
Not sure if complexity of microvm/cgroups is just too much for the project?
sankalpnarula
·قبل 4 أشهر·discuss
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 أشهر·discuss
lmaoo
sankalpnarula
·قبل 4 أشهر·discuss
Any chance I could integrate this in my glance dashboard rss feed?
sankalpnarula
·قبل 4 أشهر·discuss
I would argue its close to 99% of the population. Technical people like us usually live in a bubble.
sankalpnarula
·قبل 4 أشهر·discuss
I personally like this better than claude code
sankalpnarula
·قبل 4 أشهر·discuss
I dont think this is meant to please anyone, its just meant for you to become consistent with push ups
sankalpnarula
·قبل 4 أشهر·discuss
Hey just curious. What happens when the memory gets large enough. Does it start creating problems with context windows?