Advertisement · 728 × 90

Posts by David Justice

Post image

Here we go

2 weeks ago 1 1 1 0
Post image

Can't wait for @dblnz.dev to dig into debugging! #webassembly at @wasm.io

2 weeks ago 4 2 1 0

This morning we will be using this sample to teach #hyperlight and #webassembly at @wasm.io

codespaces.new/hyperlight-d... (a bigger machine is a good idea when prompted)

2 weeks ago 6 3 0 0

And a double bonus! Debugging! (though not kotlin quite yet, alas) : 2026.wasm.io/sessions/eve...

3 weeks ago 4 2 0 0

Want a sneak peek at some of fun #Hyperlight stuff going on at Wasm I/O?

3 weeks ago 4 1 0 1
Preview
GitHub - hyperlight-dev/hyperlight-wasm-http-example Contribute to hyperlight-dev/hyperlight-wasm-http-example development by creating an account on GitHub.

of course! The basic sample we'll be using will be github.com/hyperlight-d.... Running and navigating this in order to understand how the component calls get mapped into and back out of the guest micro-vm -- that has no operating system -- is the main core of the workshop. Bonus!!! Changing the WIT!

3 weeks ago 3 1 1 1

If you're coming to @wasm.io this week and want to build and run #webassembly components in #hyperlight-wasm this Thursday, you'll need a linux box (or windows with wsl) that has nested virt enabled.

M3 and M5 macs **may** work, but that's coming in really hot. So get those cloud VMs ready to use!

3 weeks ago 7 5 2 1

This is going to be fun. Se tu sei vicino a Bologna, devi venire!

I'm going to show a bunch of fun things!!!

3 weeks ago 4 2 1 0

I can definitely use this to automate some of the chores and toil that I don't want to deal with on a daily / weekly basis for the projects I and my teams maintain. Nice work, @github.com!

1 month ago 1 1 0 0
Advertisement
Preview
GitHub - microsoft/docfind: A high-performance document search engine built in Rust with WebAssembly support. A high-performance document search engine built in Rust with WebAssembly support. - microsoft/docfind

docfind - a high-performance document search engine built in Rust with WebAssembly support

Combines full-text search using FST (Finite State Transducers) with FSST compression. Uses RAKE to identify multi word phrases. Uses a postcard, a custom serialization.

github.com/microsoft/do...

2 months ago 9 6 1 0

I might be even more thrilled for the entire @fermyon.com and #Akamai teams here than they are. Akamai has realized that it could put together a next-gen cloud native platform that both enables and pushes a huge amount of work far, far closer to the users than ever. And Fermyon....

4 months ago 17 6 1 0
Video

please enjoy: my Wasm-hosted, Wasm-targeting build of Clang/Clang++/LLD: a self-contained, 25 MiB (gzipped) pure function
www.npmjs.com/package/@yow...

5 months ago 154 30 4 3
Graphic depicts select capital flows between OpenAI, Microsoft, Nvidia, CoreWeave, AMD, and Oracle.

Graphic depicts select capital flows between OpenAI, Microsoft, Nvidia, CoreWeave, AMD, and Oracle.

Another depiction if the circularity of capital flows between OpenAI, Microsoft, Nvidia, CoreWeave, AMD, and Oracle.

5 months ago 447 189 26 118
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
On Continuous Test Improvement Ever since we started working on “task-oriented programming”, our group at GitHub Next have been throwing around ideas related to “continuous” tasks in software repositories…

Impressive work from Don Syme on Continuous Test Improvement. The post highlights how AI-driven workflows can systematically expand and improve test coverage with minimal cost and time. dsyme.net/2025/08/27/o...

7 months ago 2 0 0 0

I believe a good test for documentation would be if you can point a coding agent at the docs and have it complete on the first attempt. If it does not, then you should update the docs to provide more instruction to your user and the agent. Rinse, repeat.

8 months ago 0 0 0 0

I think agentic coding AI's offer a really interesting test for usability. Say you are building dev tools and you want to see if given documentation a new user could do it, give it to the AI and see where it fails. I'm going to bet the places where the AI fails will be sticking points for humans.

8 months ago 0 0 1 0

Must read post from @rawkode.dev that does a wonderful job explaining the differences between Wassette and common ways of running MCP workloads.

8 months ago 0 0 0 0
Advertisement

🎉 Introducing Wassette: a runtime for secure, sandboxed WebAssembly Component tool execution via the Model Context Protocol (MCP). Easily register reusable WASM tools inside AI agents like VS Code all without leaving the chat window. Start using it to safely extend your agent’s capabilities! 🚀

8 months ago 7 4 0 0

Our USENIX ;login; article on Crescendo just dropped! We discovered what might be the most powerful blackbox jailbreak technique - Crescendo is undefeated against all frontier AI models in every harm domain we tested. I'm presenting at USENIX Security on August 14th.
www.usenix.org/publications...

8 months ago 18 3 0 0
Preview
Refactor stub pthread library and enable unconditionally by whitequark · Pull Request #602 · WebAssembly/wasi-libc This PR changes the layout of the stub pthread library to match that of libc-top-half: splits it into (mostly) one file per function, and ensures the same API is exposed from both libraries, adding...

i've modified wasi-libc and wasi-sdk (PRs pending) so that you always have the concurrency APIs (pthread_*, thrd_*, <thread>, <mutex>, <atomic>) available to you, even in single-threaded targets. this makes porting applications (especially C++ ones) much, _much_ easier!

8 months ago 23 2 1 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...

8 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
The Dual LLM pattern for building AI assistants that can resist prompt injection I really want an AI assistant: a Large Language Model powered chatbot that can answer questions and perform actions for me based on access to my private data and tools. …

I confess to liking the progress made in the #Dual-LLM family of #llm security patterns started with @simonwillison.net's original Dual-LLM "separation of query concerns" in simonwillison.net/2023/Apr/25/....

....

9 months ago 1 1 1 0

I put LLM spike coding into all my recruitment ads, in white font. Some of the replies are a lot of fun, and it sure speeds up shortlisting.

9 months ago 103 12 1 3
Preview
KubeCon + CloudNativeCon Europe 2025: Wasm I Right or Wasm I Wrong? a Review o... View more about this event at KubeCon + CloudNativeCon Europe 2025

Come join Taylor Thomas and I today as we discuss Wasm I Right or Wasm I Wrong? a Review of the Wasm Ecosystem at KubeCon + CloudNativeCon Europe 2025 sched.co/1tcxS #KubeCon

1 year ago 5 0 0 0
Preview
KubeCon + CloudNativeCon Europe 2025: Building WebAssembly Like It's 2011 - Da... View more about this event at KubeCon + CloudNativeCon Europe 2025

Come join Terence Lee and I today as we discuss Building WebAssembly Like It's 2011 - at KubeCon + CloudNativeCon Europe 2025 sched.co/1txGl

1 year ago 3 0 0 0
Advertisement

There's an incredibly talented and well liked PM I have the fortunate opportunity to observe and emulate.

1 year ago 0 0 1 0

Running #Wasm components inside of a hypervisor and being able to tailor the exact interface between the hosted application and the trusted compute base enables platform builders unequaled ability to tune precisely the access provided to untrusted application code.

1 year ago 14 4 1 1
Preview
Wasm-WG Meeting Notes §WASM WG | Meeting Notes 📆 📅 Fortnightly, Tuesdays at 5:00 pm CET/ 8:00 am PST Tockify Calendar Charter Join the Zoom Meeting Wasm Working Group Slack Past Meetings (TAG-Runtime channel) ...

Good day, folks! The #CNCF TAG-Runtime Wasm Working Group is meeting today in about 30 mins. We'll be covering updates on WASI cloud interfaces (blob, key/value, config, etc) and an update on WASI preview 3! Come join or just listen in! docs.google.com/document/d/1...

1 year ago 3 2 0 0