Super neat blog post about the #Webassembly component model and wit-bindgen interop. https://wasmcloud.com/blog/webassembly_components_and_wasmcloud_actors_a_glimpse_of_the_future/
Interesting read about the current #ziglang development status: https://allyourcodebase.com/zig/
#wasmer 2.3 released:
https://wasmer.io/posts/wasmer-2.3
#wasm #rust
Enarx is an open source framework for running WebAssembly applications in TEEs (Trusted Execution Environments).
Enarx is completely written in Rust and includes an SGX shim, an X86_64 unikernel via KVM with SEV-SNP support.
Our contributions to Rust include:
* static-pie support
* x86_64-unknown-none Tier 2 target
* stabilization of naked functions
* network support for wasm32-wasi
* bindeps feature for cargo
#rust #rustlang #confidentialcomputing
#webassembly #wasm #wasi
The „State of #WebAssembly 2022“ Survey: help Setting the direction for future development of the #wasm ecosystem!
https://docs.google.com/forms/d/e/1FAIpQLSdjWgtS0CAMS2JWNxTDaYpeYUTKQiDYPjfEm1aZNvI398WLiA/viewform
#Kubernetes is ready for cgroupsv2 - a neat writeup on the details: https://blog.kintone.io/entry/2022/03/08/170206
Just a couple of days until #kubecon - already super excited!
@cadey I recently stumbled upon Olin (https://github.com/Xe/olin). Looks like you abandoned it. Is there any background info?
Digging through the source - it has some nice ideas!
2k bugs for a v2 really nice looking #synth? Seriously #teenageengineering - this is too much for me. #op1
I really like how #cloudflare developed in the recent years! #serverless https://blog.cloudflare.com/introducing-d1/
#Introduction Hello #fosstodon!
Yet Another Twitter Refugee landing on the shores of the #fediverse #mastodon world.
I am fleeing the unleashing of the trolls in the impending Musk-alypse.
With >41K blocks and <3K follows on Twitter the noise to signal ratio is trending the wrong way. And it will get worse.
Looking for quality follows for: #technology #softwaredevelopment #golang #FOSS #Kubernetes #cloud #InfoSec #ISP #Infrastructure #meditation #physics #photography #CovidIsAirborne
#mastodon User-IP anonymization - nice little trick: https://libreops.cc/2022/05/09/mastodon/
I wrote a couple of lines on doing file opens in #zig with #wasi. Might be helpful to someone as learning material on this topic seems to be rare... https://voigt.mataroa.blog/blog/zig-file-open-in-wasi-via-preopen/
Hachyderm is on ZFS, a Copy-On-Write file system.
Are you familiar with Copy-On-Write (COW) file systems?
Historically, file systems would modify data in place, destroying the old data.
COW file systems always write to a new location and keep track of what's changed as metadata. Written data is immutable, though it can be garbage-collected. This means more aggressive caching, easier snapshotting, integrity checking, and easier to implement correctly. It's also easier to distribute.
toot 🐘
Doing #golang and #kubernetes for a living. #rust, #zig and #wasm enthusiast. The goal is integrity.