@ignaloidas @cnlohr exactly.
a1ba@suya.place
@a1ba@suya.place
Posts
-
I do not understand how people think frameworks like Emscripten are valid. -
I do not understand how people think frameworks like Emscripten are valid.@ignaloidas @cnlohr sure, yeah, I can implement all needed stuff myself, but that doesn't really fall into category of using "existing C code", right?
At that point I can just hack it until it works or rewrite it in JS. -
I do not understand how people think frameworks like Emscripten are valid.@cnlohr @ignaloidas and so, again, could've be done with asm.js long before wasm.
I want to write for web in single language. It means either C or JS should go away.
what problem wasm does solve? Yeah, using existing C code is cool but then you have another problem which is emscripten and all it's quirks
please read the thread, it's already has been discussed. -
I do not understand how people think frameworks like Emscripten are valid.@cnlohr @ignaloidas and so could asm.js. And so can plain javascript.
if it all boils down to calling webgl why do I need an extra step with C if it's gonna be javascript anyway? -
to every government deep packet introspection software developer out there I wish deep anal cancer@grishka зависит от качества их разработок! -
I finished the mod, it works perfectly on Linux from the first try and we even found and fixed one bug that was happening on Mesa drivers.I finished the mod, it works perfectly on Linux from the first try and we even found and fixed one bug that was happening on Mesa drivers. Hope it will hit public soon, and I think Linux port is gonna be included as well.
But I'm not gonna talk about the mod. Let's talk about the dude who made it!
I knew Aynekko is a musician and composed music for his mod all by himself. And the music is great! But only today I realized that I actually listened to his music more than a decade ago.
What are the fucking odds...
https://hikimusic.bandcamp.com
https://skyforest.bandcamp.com
https://traceline.bandcamp.com
https://blurrylights.bandcamp.com
RE: https://idtech.space/objects/c30156d7-3f89-4117-8013-246de7d36668 -
to every government deep packet introspection software developer out there I wish deep anal cancer@newt @captainepoch internet censorship is bad -
to every government deep packet introspection software developer out there I wish deep anal cancerto every government deep packet introspection software developer out there I wish deep anal cancer -
I do not understand how people think frameworks like Emscripten are valid.@lanodan @cnlohr @ignaloidas I started appreciating actually somewhat conforming environments after I've witnessed homebrew development on switch, psvita and psp.
In all three cases it's some random newlib + gcc port. newlib kinda okay for ISO C99-ish. But C++? Eh... POSIX? Don't even think about it.
It's an enormous amount of work, yeah. But I understand now why people don't maintain their ports for these targets for too long. -
This post did not contain any content.@bogdan мальчик: снюс
мужчина: снилс -
I do not understand how people think frameworks like Emscripten are valid.@ignaloidas @cnlohr so basically, yes, emscripten is what we deserve.
And the only application for it is to run some 90s games stuttering in a single frame per second. -
I do not understand how people think frameworks like Emscripten are valid.@lanodan @cnlohr @ignaloidas oh, yeah, that's a thing.
At least it kinda allows to run existing software, if you really need to -
I do not understand how people think frameworks like Emscripten are valid.@ignaloidas @cnlohr the webapps written in javascript that your browser run right now doesn't require POSIX. And you know I wasn't talking about POSIX here.
Let me write interactive websites without JS dammit. Wasm could've been an alternative if the "web" in its name had _any_ meaning. -
I do not understand how people think frameworks like Emscripten are valid.@ignaloidas @cnlohr it's already solved problem in another kind of wrapper: an operating system kernel.
It doesn't care from which language you call it unless you can emit syscalls. -
I do not understand how people think frameworks like Emscripten are valid.@ignaloidas @cnlohr I think if there was something like that in browsers, with browser specifics, like accessing DOM, sandboxed APIs and so on
wasm would get much more adoption than just running Quake with emscripten -
I do not understand how people think frameworks like Emscripten are valid.@ignaloidas @cnlohr wasm running in a wasi compliant virtual machine is quite useful. -
I do not understand how people think frameworks like Emscripten are valid. -
I do not understand how people think frameworks like Emscripten are valid.@ignaloidas @cnlohr I may be stupid
but if thing called webthing, I suppose it should be for web
but I think there are more uses for wasm as a language for virtual machine that you can embed into your application rather than something to run in browser -
I do not understand how people think frameworks like Emscripten are valid. -
I do not understand how people think frameworks like Emscripten are valid.@ignaloidas @cnlohr yes but POSIX doesn't play nice with a complete absence of a filesystem and not only that but the whole asynchronous nature of running stuff in web browser.
It just doesn't work like that.