Advertisement · 728 × 90

Posts by

Post image Post image

"Server-side WebAssembly" — kindly gifted and signed by @danologue.bsky.social at #WasmCon26 🙏

www.manning.com/books/server...

45% off for you with KubeConEU26 😉

#WebAssembly #Wasm #WasmCon

4 weeks ago 9 2 1 0
Hyperlight Nanvix: POSIX support for Hyperlight Micro-VMs The Cloud Native Computing Foundation’s (CNCF) Hyperlight project delivers faster, more secure, and smaller workload execution to the cloud-native ecosystem.

I've been working on making it easier to run higher-level apps (e.g., Python) in #Hyperlight by adding POSIX support to our micro-VMs. Posted about it on MSFT's OSS blog (see below). It features a demo w/ Hyperlight micro-VMs running AI generated code :)
opensource.microsoft.com/blog/2026/1/...

2 months ago 0 0 0 0

Amongst all the things, this really is a great book about #webassembly

Geez. I needed a great distraction, and this is it

3 months ago 6 3 0 0

danilo's book, server-side webassembly, is now available in print!

read his thread for a much better breakdown than we could ever do ↓

half off through jan 12th: hubs.la/Q03ZLzpp0

3 months ago 6 2 0 1

You’re right again! Tysm!!

3 months ago 1 0 1 0

Oh—thanks for the heads up. I couldn’t find his profile :)

3 months ago 1 0 1 0

Anyway, I'm really proud to be able to hold a book I've written myself, so figured I'd share. Big thanks to the team at @manning.com , everyone who reviewed the book, Brendan Burns for the foreword, and Luke Wagner for the afterword. (5/5) 🧵

3 months ago 5 1 1 0

I also took inspiration from one of my favourite technical books, Accelerated C++ by Andrew Koenig and Barbara E. Moo. Like that book, you'll apply what you learn to a running project (a smart content management system) at the end of every chapter. (4/5) 🧵

3 months ago 1 0 1 0
Advertisement

Part 2 is for developers and shows how to use Wasm today with familiar tools in the cloud-native ecosystem and Kubernetes. (3/5) 🧵

3 months ago 2 0 1 0

I split the book into two parts. Part 1 is for architects and covers lower-level Wasm, including building your own runtime host embedding and running Wasm inside a database as user-defined functions (bringing compute closer to data!). (2/5) 🧵

3 months ago 1 0 1 0
Post image

During the last year and a half, I wrote a book on server-side WebAssembly. Getting into Wasm is hard. Resources are scattered, the tech is complex, and it's constantly changing. I wanted to contribute a resource to make learning easier. manning.com/books/server... (1/5) 🧵

3 months ago 18 2 1 1
Preview
🚀 Internship Opportunity in Systems Research The Microsoft Research - Systems Group https://lnkd.in/dPCb5fqC) and the Azure Research - Systems https://lnkd.in/dhf6Xx-s) are hiring an intern to help… ... 🚀 Internship Opportunity in Systems Research The Microsoft Research - Systems Group https://lnkd.in/dPCb5fqC) and the Azure Research - Systems https://lnkd.in/dhf6Xx-s) are hiring an intern to help b...

For those Master's or Ph.D. students doing systems work, you might have a look at this internship with @microsoft.com's research team: www.linkedin.com/posts/pedroh...

Yes, you'll do some immediately important work, and it's really cool, too.

6 months ago 4 3 0 0
Preview
Hyperlight: Debugging hardware-protected guests - Microsoft Open Source Blog Find out how you can step through code in your guest micro-VM by attaching the GNU Debugger at runtime to debug Hyperlight guest micro-VMs.

For those who are about difficult hardware #virtualization efficiency and dev experience (WTF????) you might find @dblnz.dev's blog post on #hyperlight and interactive debugging interesting. It's a blast for any micro-guest, including #webassembly. opensource.microsoft.com/blog/2025/07...

9 months ago 6 6 0 1
Preview
WebAssembly, ‘Hyper VMs’ and Hypervisors: Fast Speeds, Intense Isolation In this article, we look at what happens when you combine WebAssembly with Hyperlight.

Missed this: very good article by @thenewstack.io on a @rejekts.io talk prior to #kubeconEU about #hyperlight and #webassembly in #envoy. Slow as a first draft; but getting faster and makes hostile multitenant #networkfunctions possible to imagine. thenewstack.io/webassembly-...

9 months ago 11 6 0 1
Preview
Speakers Archive - RustConf 2025 Meet our RustConf 2025 speakers!

🎉 Speaker lineup announced!

RustConf 2025 is bringing together some of the most exciting voices in Rust — from global adopters to project maintainers to AI researchers and beyond.

Explore the full speaker list → rustconf.com/speakers

Full program and registration to come!
@rustfoundation.org

10 months ago 22 8 1 2
Advertisement
Post image

@danologue.bsky.social and Mikhail Krinmin talking about #hyperlight and #envoy network filters at @rejekts.io

1 year ago 5 2 1 0
Preview
Hyperlight Wasm: Fast, secure, and OS-free - Microsoft Open Source Blog We're announcing the release of Hyperlight Wasm: a Hyperlight virtual machine “micro-guest” that can run wasm component workloads written in many programming languages. Learn more.

Something I can't wait to talk about at #wasmio and @rejekts.io and at #kubecon: how to run #webassembly components at scale but with efficient hardware protection using #hyperlight.
aka.ms/hyperlight-w...

1 year ago 17 12 2 2
Preview
Hyperlight: Achieving 0.0009-second micro-VM execution time - Microsoft Open Source Blog In this post, we’ll take the demo application and show how it demonstrates one way you can use Hyperlight in your applications. Learn more.

Pair that with @danologue.bsky.social post on using #hyperlight at scale and you have got something: aka.ms/hl-kubecon-d...

1 year ago 1 1 1 0
Preview
[Sandbox] Hyperlight · Issue #312 · cncf/sandbox Application contact emails David.justice@microsoft.com,Simon.Davies@microsoft.com,ralph.squillace@microsoft.com Project Summary Hyperlight is an open-source Rust library you can use to execute smal...

Very happy that the @cncf.io toc has voted to accept #hyperlight into the sandbox program! github.com/cncf/sandbox...

1 year ago 16 6 2 1
Preview
Hyperlight: Achieving 0.0009-second micro-VM execution time - Microsoft Open Source Blog In this post, we’ll take the demo application and show how it demonstrates one way you can use Hyperlight in your applications. Learn more.

Learn how hyperlight can create virtualization-based sandboxes for WASM applications:

1 year ago 26 11 0 1
Preview
Hyperlight: Creating a 0.0009-second micro-VM execution time  - Microsoft Open Source Blog In this post, we’ll take the demo application and show how it demonstrates one way you can use Hyperlight in your applications. Learn more.

At #KubeConNA2024, we demoed super fast, hardware-protected micro-VMs with Hyperlight—executing untrusted code in just 900µs!

Read how we achieved this & try the demo yourself: 🔗 opensource.microsoft.com/blog/2025/02...

#RustLang #WebAssembly #CloudNative #MicroVMs

1 year ago 10 6 0 4

Some cool #hyperlight news: office hours! Come for fun, come for the roadmap, come for the beers (just kidding, libations are only virtual). Got some cool stuff coming fast this new year!

bsky.app/profile/davi...

1 year ago 7 6 1 1
Preview
GitHub - hyperlight-dev/hyperlight: Hyperlight is a lightweight Virtual Machine Manager (VMM) designed to be embedded within applications. It enables safe execution of untrusted code within micro virt... Hyperlight is a lightweight Virtual Machine Manager (VMM) designed to be embedded within applications. It enables safe execution of untrusted code within micro virtual machines with very low latenc...

Hey Folks, join us for our first public community meeting for github.com/hyperlight-d... on Wednesday Feb. 5th at 9am PT (dateful.com/convert/pst-...). You can find the join details and agent for the meeting here hackmd.io/blCrncfOSEuq.... Feel free to add topics. See you soon!

#rust #hyperlight

1 year ago 8 6 0 3
Advertisement
Post image

Here at #KubeCon @danologue.bsky.social can't stop demoing #hyperlight.

1 year ago 8 4 0 1
Preview
Introducing Hyperlight: Virtual machine-based security for functions at scale - Microsoft Open Source Blog The Microsoft Azure Core Upstream team is excited to announce the Hyperlight project, an open-source Rust library you can use to create very small VMs for embedded functions. Learn more.

I've been working on Hyperlight for more than three years now, and each month almost, I became more convinced this was a real step forward for cloud-native infrastructure.

opensource.microsoft.com/blog/2024/11...

1 year ago 59 31 5 9
Preview
Introduction to Rust | Online Training Course | Udacity Learn Rust programming with Udacity's beginner-friendly course. Master Rust syntax, memory management, concurrency, and advanced concepts through hands-on projects and real-world applications. Enroll ...

Also—here's the course link: www.udacity.com/course/intro...

1 year ago 0 0 0 0
Advanced Declarative Macros in Rust
Advanced Declarative Macros in Rust YouTube video by danlogs

🚀 Just launched a Rust course w/ Udacity! Covers from ownership to FFI, with a project where you build a game engine!! Check out a sneak peek on YT w/ a video on declarative macros covering hygiene tips, and patterns like callbacks, and TT-munchers! youtu.be/lecz9iE2Au0?...

1 year ago 5 2 1 0
Preview
Server-Side WebAssembly “WebAssembly on the server is the future of computing.” –Solomon Hykes, founder of Docker</b> Server-Side WebAssembly</i> shows you how to harness the power of Wasm on the application back-end. By f...

I am a technical editor on the very timely and helpful book "Server-Side WebAssembly" (out soon)! It'll teach you how to use WASM for ergonomic cross-language sandboxed tooling. I'm learning tons from reading/editing the chapters, and I hope you will too.

www.manning.com/books/server...

1 year ago 17 4 1 0