New Blog Post: Extending Kafka the Hard Way (in which we inject #Wasm inside a Kafka broker using #Chicory, #extism and some elbow grease)
https://blog.evacchi.dev/posts/2025/08/25/extending-kafka-the-hard-way-part-1/
New Blog Post: Extending Kafka the Hard Way (in which we inject #Wasm inside a Kafka broker using #Chicory, #extism and some elbow grease)
https://blog.evacchi.dev/posts/2025/08/25/extending-kafka-the-hard-way-part-1/
I released a new version of WebGPU Shader Toy which fixes the flickering that was occurring during resizing.
Go 語言遊戲開發:無 LLM 三個月 vs. LLM 三天對比
➤ 從零開始的遊戲開發: LLM 如何將開發週期從三個月縮短至三天
✤ https://marianogappa.github.io/software/2025/08/24/i-made-two-card-games-in-go/
作者分享了他使用 Go 語言開發兩款卡牌遊戲的經驗。第一款是「Truco」,他耗時三個月、未使用 LLM,純手工開發;第二款是「Escoba」,他藉助 LLM (Claude),僅花了三天就完成了核心功能。透過這兩次經驗,他對比了 LLM 在遊戲開發效率上的巨大提升,並詳細介紹了將 Go 後端編譯為 WebAssembly (WASM) 的技術細節,以及如何在前端與 WASM 互動,同時也提供了搭建類似專案的指南。
+ 這種對比非常直觀, LLM 的確是強大的工具,但底層技術的掌握仍然關鍵。
+ WASM 結合 Go 來製作遊戲後端真是個有趣的思路,尤其是在不需要獨立伺服器的情況下。
#遊戲開發 #Go #WASM #LLM #程式設計
@T_X Nice!
Here are some more #WASM games for the brower of your choice.
https://github.com/midzer/awesome-emscripten
And those hosted on my website https://midzer.de/games
What Debugging JavaScript on WebAssembly Looks Like https://thenewstack.io/what-debugging-javascript-on-webassembly-looks-like/
Exception handling support has just been merged in Wasmtime. Great news for #Kotlin and @graalvm compiling to #Wasm for server-side (and fullstack) use cases! https://github.com/bytecodealliance/wasmtime/issues/3427#issuecomment-3208867315
One Open-source Project Daily
PyScript is an open source platform for Python in the browser.
https://github.com/pyscript/pyscript
#1ospd #opensource #html #javascript #python #wasm
What means roof:direction=E ? Really East? #OSM2World "snaps" to the next wall angle. (pic 2) #F4map produces a bit of a disaster (pic1)
We should try to make an own rendere, "like F4" but better. And we try. (pic3/4) A lot to code, a lot to analyse and describe, how to make #OpenStreetMap tagging to a 3D view.
Would you like to help? Just Testing? Documentation?
Do you code #Bevy #BevyEngine? Do you know #GPU coding? UI design? #wasm ?
#ASPNETCore updates in .NET 10 Preview 7 | by Dan Roth.
buff.ly/QVE9Rij
#dotnet #dotnet10 #webdev #blazor #json #wasm #apis
ASP.NET Core updates in .NET 1...
#ASPNETCore updates in .NET 10 Preview 7 | by Dan Roth.
Dive into the world of #WebAssembly! Laurent Doguin & Geoffroy Couprie explore their pioneering work with Wasm on the infrastructure side.
They discuss the benefits & challenges, and explain why it's becoming a powerful, safer alternative to containers.
Listen to the #InfoQ #podcast: https://bit.ly/463vc8P
#transcript included
"Interns Gone Wasm."
Khan Karimov, my PhD student, talks about his summer internship work at F5 in this podcast. #webassembly #wasm #fuzzing https://youtu.be/OhybI5aUy5M
PSA for anyone starting to use #wasm #webR to share R code snippets: We have a new short URL for the webR app: https://webr.sh!
Blogged: Running .NET in the browser without Blazor
https://andrewlock.net/running-dotnet-in-the-browser-without-blazor/
In this post I show how to run .NET in your browser without using Blazor, and instead rely on lower-level abstractions provided by [JSImport] and [JSExport]
WordPress Playground – Run WordPress in the browser via WebAssembly PHP https://lobste.rs/s/as3woa #php #wasm
https://playground.wordpress.net/
Passing Strings and Arrays between JS and WASM
https://blog.libove.org/posts/passing-strings-and-arrays-between-js-and-wasm/