Could this ever function as a less resource intensive substitute for Electron apps? WASM doesn't have DOM access, but could it be added in these extensions? Edit: Maybe this question doesn't make sense as the OS would need to have the runtime installed, and if that can be assumed, we would have lightweight apps already.
Wasmer 5.0
51–60 of 90 posts
Re: Wasmer 5.0
#52Earlier quoted context omitted.
What is the issue with AI-generated images? Just being overdone in general? Or ethical concerns?
Makes your article looks cheap like a random blogspam. My personal opinion, obviously.
Second, does anyone really care? Has anyone spent more than half a second looking at a generic picture on an unrelated article? Does the generic hoodie hacker look good on security articles? Or the earth with pretty links on a networking article? Or the overdone handshake on a deal article? They feel equally as cheap and more importantly equally unimportant. It's a placeholder that noone should really care about.
Third, what's the value of having human beings spend time on an image that's just there to fill space? I kinda get the argument for company identity and things that matter, but filler for an article? Nah, that's exactly where we shouldn't be spending human resources, IMO.
Re: Wasmer 5.0
#53Earlier quoted context omitted.
> Hacking on a wasm component model and wasi based plugin system these days. Same here! Can you share what you're working on? I'm (slowly) making a 3D CAD modeling API, so you write Rust code to define a model, and compile it to WASM so it can hot-reload and let you iterate faster. https://github.com/bschwind/opencascade-rs/tree/main/crates/...
shape.faces().farthest(Direction::PosZ) nice. is this original from openscad (if that even is your inspiration)?
Here's a snippet from a CadQuery example:
# 3a. The top-most Z face is selected using the >Z selector.
# 3b. The lower-left vertex of the faces is selected with the Z").vertices("
Right now it just does a naive linear search but at some point I'd like to extend it to use more of OpenCascade's underlying geometric acceleration structures (which I assume exist), and add more and more iterator adapters.Re: Wasmer 5.0
#54Earlier quoted context omitted.
Makes your article looks cheap like a random blogspam. My personal opinion, obviously.
What's the difference between this and a generic photo from one of the dozens stock photo catalogs? Is this somehow "cheaper" because it's "AI" generated? Using stock photos is also cheap (free or cents per)... Second, does anyone really care? Has anyone spent more than half a second looking at a generic picture on an unrelated article? Does the generic hoodie hacker look good on security articles? Or the earth with…
I hate AI-generated photo more simply because they're not good enough (yet) to not look fake immediately; it even has somewhat uncanny valley effect. If one day they're as good as stock photos, then my opinion with them would be on par with that, too.
I care, hence the comment. Can't speak for others.
> where we shouldn't be spending human resources
I agree; which is why in general I don't see the need to include irrelevant pictures at all for a software release post.
Re: Wasmer 5.0
#55Cool release! I've yet to personally find a good use case for wasm in any project, kind of the same way I'm not quite sure what to do with a bunch of Raspberry Pis It fills a need, I just don't know who/what has that need. Example: Say I write a bunch of Rust async projects for fun. Scraping APIs, etc. How/why would I choose wasm/wasmer to do that instead? I'd do it in Rust (awkwardly/in some specific non-standard wa…
WASM has two primary usages: 1) Making canvas webapps with unblockable ads built-in 2) Downloading and running random blobs of other people's code in a sandbox
3) Bring back all the plugins that were taken away.
See no other use for it.
Re: Wasmer 5.0
#56I wish they had a solution that didn't require Cross-Origin Isolated headers. I am still using an older version where that wasn't required.
What do you mean? Wasmer isn't a web frontend tech
Don't browsers support wasm natively?
Re: Wasmer 5.0
#57Sorry to be that guy but what's the business model for all these web assembly runtime companies?
This one runs their own serverless platform that you can deploy your WASM apps to, but their pricing is... vague.
Re: Wasmer 5.0
#58Re: Wasmer 5.0
#59Is Wasmer still openly adversarial wrt the Bytecode Alliance?