Shivansh Vij's Avatar

Shivansh Vij

@shivanshvij.com

CEO @loopholelabs.io

1,651
Followers
193
Following
52
Posts
24.04.2023
Joined
Posts Following

Latest posts by Shivansh Vij @shivanshvij.com

Perfect, let’s definitely hang out then! I’ll dm you!

30.01.2026 16:37 👍 2 🔁 0 💬 0 📌 0

Who’s going to FOSDEM in Brussels next week?

DM me if you'd like to hang out, talk about high performance cloud infrastructure, live migration, eBPF, Spot Instances - or all of the above!

Looking forward to meeting all the cool OSS folks!

30.01.2026 15:25 👍 1 🔁 0 💬 1 📌 0

Who’s going to re:invent in Las Vegas next week?

DM me if you'd like to hang out, talk about high performance cloud infrastructure, live migration, eBPF, Spot Instances - or all of the above!

Can’t wait to see everyone!

#aws #reinvent #reinvent2025

29.11.2025 21:18 👍 9 🔁 1 💬 0 📌 0

Nice that one can use network-bypass techniques without crazy vendor frameworks or kernel mods. Even cooler that one can recreate iptables functionality like this for faster inter-host networking

16.11.2025 08:44 👍 7 🔁 4 💬 0 📌 0
Preview
Using XDP for Egress Traffic XDP only works for ingress. We found a loophole that lets it work for egress. Here's how we did the impossible.

loopholelabs.io/blog/xdp-for...

15.11.2025 02:18 👍 4 🔁 0 💬 0 📌 1

People aren’t ready for the next blog post from @loopholelabs.io

If you thought the XDP post was interesting (linked below) this next one is going to blow your mind.

Here’s a hint:

What do chess engines and NAT’s have in common?

15.11.2025 02:18 👍 7 🔁 2 💬 1 📌 1

Great post by @alex.sorlie.io

04.11.2025 21:14 👍 10 🔁 4 💬 0 📌 0

We finally decided to write out how we use XDP in our network plane for live network migrations and more specifically to process outgoing packets!

This is the first in a series of promised deep dives into how Loophole's live migration tech works!

04.11.2025 18:25 👍 11 🔁 4 💬 0 📌 0

🙋‍♂️

kccncna2025.sched.com/event/27Fd6/...

07.10.2025 19:15 👍 2 🔁 2 💬 0 📌 1

Who is coming to KubeCon NA 2025 in Atlanta?

07.10.2025 12:27 👍 2 🔁 2 💬 0 📌 1

Marked your account for priority!

29.04.2025 03:00 👍 2 🔁 0 💬 0 📌 0

We’re not just putting this together for CI, we’ll also be connecting it to a CLI so you can just throw your local environment into a cloud VM to run really quickly and be torn down!

29.04.2025 02:26 👍 4 🔁 0 💬 1 📌 0

RWX looks amazing! I wonder if there’s an opportunity for collaboration there…

13.04.2025 22:20 👍 2 🔁 0 💬 0 📌 0

I can’t wait to open source our filesystem this month, it’s ridiculous the kind of stuff we jammed into the Linux kernel

04.03.2025 03:24 👍 3 🔁 0 💬 0 📌 0

I'm getting more and more excited about drop-in, frictionless infrastructure. Lots going on in observability, containers, cloud compute, etc. eBPF is part of it, so is monkey patching. Some interesting ones: @loopholelabs.io, @polarsignals.com, junctionlabs.io ﹩, subtrace.dev ﹩

03.03.2025 23:14 👍 26 🔁 2 💬 3 📌 1

- How to run VMs anywhere (even without KVM support)
- How to do L3/4 Checksums in eBPF XDP hooks
- How to write an in-kernel filesystem (and why)
- Deduplicating memory between VMs
- Reverse Engineering the CUDA API

18.02.2025 01:10 👍 3 🔁 0 💬 0 📌 0

Request: Topics for the @loopholelabs.io Blog

I want to start posting some short-form blogs that go through the technical challenges of building @loopholelabs.io and how we’ve solved them.

If folks have requests for content they’d like covered now’s the time to ask!

Topics I have so far 👇

18.02.2025 01:10 👍 4 🔁 2 💬 1 📌 0
Post image

Just got to Malta for the company getaway! It’s really convenient that these EU outlets have a whole THREE USB-C outlets! So great.

19.01.2025 09:12 👍 25 🔁 1 💬 3 📌 0
BOINCCompute for Science BOINC is an open-source software platform for computing using volunteered resources

boinc.berkeley.edu

You can volunteer your unused compute capacity towards research projects run by Berkeley For things like discovering pulsars, studying climate change, etc.

14.01.2025 00:49 👍 0 🔁 0 💬 0 📌 0

Donate to BOINC!

10.01.2025 08:10 👍 0 🔁 0 💬 1 📌 0

Yessir - the price to performance ratio alone makes them exciting but once you factor in power draw it becomes a no-brainer

01.01.2025 21:48 👍 1 🔁 0 💬 0 📌 0

If Asahi Linux ends up supporting M4 chips this year, I think adoption in datacenters will go through the roof

01.01.2025 21:45 👍 3 🔁 0 💬 1 📌 0

I think the most excited thing about this blog post is the one we get to publish next - a deep dive into how Architect works under the hood.

There were so many “impossible” problems we had to solve to make Architect a reality - and now that we have I’m having a blast explaining how we did it.

27.12.2024 19:17 👍 9 🔁 3 💬 3 📌 1

Here’s a demo of us migrating between spot instances across cloud providers all of which have different CPUs (generations, clock speeds, etc.)

loophole.sh/kc2024

27.12.2024 20:39 👍 1 🔁 0 💬 1 📌 0

Yep - and in those situations we can swap to a different instance type silently. We prefer that over a different region.

One of the more “impossible” problems we had to solve was migrating between different cpu types/generations seamlessly - that’s going to be the highlight of the next post.

27.12.2024 20:37 👍 1 🔁 0 💬 1 📌 0

So the nice thing about architect is that we can always fall back to on-demand instances if there’s no spot available - or we can switch to a different region, or if we’re really in a pinch we can swap to a completely different cloud provider.

Users can configure what level of fallback they want.

27.12.2024 20:35 👍 1 🔁 0 💬 0 📌 0

For sure - and we do recommend some level of overprovisioning to help against this, but because we run in your cloud account we generally only have to worry about the size of the individual customer’s workload on a per-region basis

27.12.2024 20:33 👍 0 🔁 0 💬 1 📌 0
Preview
Rethinking Spot Instances - How We Solved the Preemption Problem Run any application on Spot Instances with zero downtime and 75%+ cost savings - no code changes required. Architect eliminates the reliability concerns that previously made Spot Instances impractical...

@evanphx.dev this looks pretty cool loopholelabs.io/blog/rethink... built on OSS live migration tech that forked firecracker and related virtualization technology github.com/loopholelabs...

27.12.2024 19:34 👍 7 🔁 3 💬 1 📌 0

Your mental model is spot on (no pun intended)- though to make it work across spot instances and even cloud providers we had to go far beyond the capabilities of vmotion

27.12.2024 19:26 👍 2 🔁 0 💬 1 📌 0

This looks super cool. Get up to 75% cost-savings of using spot instances without data loss or interruption. My mental model of what this does is the equivalent of vSphere vMotion, but for spot instance workloads running in the Cloud.

27.12.2024 19:22 👍 4 🔁 1 💬 1 📌 0