Ryan Kuba

Results 104 comments of Ryan Kuba

Threads opens up a bunch of options here, check out ds emulation: https://user-images.githubusercontent.com/1852688/147860005-425405aa-3c2b-422a-aec6-1125705e6aea.mp4 https://ipfs.infura.io/ipfs/QmPCcMAR3bSyWzGBgZCJKHo78eXpMh9PFqwteC1vrUBB36?filename=melon.zip I would bet this makes stuff like Saturn playable as well, though I can't figure out...

As suspected Saturn runs really good with threading: (full speed on an Xbox) https://user-images.githubusercontent.com/1852688/148463500-e2321890-1b7a-4640-988d-c3628d458f77.mp4

Holy cow @BinBashBanana this is amazing you are a genius. Correct me if I'm wrong here, but this should add capabilities to anything that doesn't leverage simd right? Shouldn't stuff...

You are missing apparmor ``` --security-opt apparmor=unconfined ``` The setuid variant can potentially run as root in the container but I have not gotten that working. I discovered this while...

You and me both, I really don't want to have all this stuff forked off all over the place. Would be nice to ingest directly from libretro for the most...

> Might be worth modifying my [build script](https://github.com/EmulatorJS/build) > > I can also give y'all the bash script I use for my nightly core builds if y'all want. I also...

We pin our release tags, so just like you saw you would want to use the rolling or even the `develop` tags if you are looking for the newest system...

They would be deps and would be ingested using apt. You can look over the core image here: https://github.com/kasmtech/workspaces-core-images/blob/develop/dockerfile-kasm-core This would be based on Focal.

If you are actually trying to pass a security audit using Ubuntu is pointless, you would want to base the image off the Alpine 3.18 Baseimage: https://github.com/kasmtech/workspaces-images/blob/develop/src/alpine/install/firefox/install_firefox.sh Or Fedora 38...

None of us use Apache, if you figure this out feel free to update us with the fix, but I will not be spinning up an apache env to troubleshoot.