Opinion on possible future project i could be developing

Hi everyone,

I’ve been working on an idea for a new game streaming app and I’m aiming to have an initial release ready in about one or two month. Before I dive too deep, I wanted to gauge the community's interest and see if something exactly like this already exists.

The Concept: I want to create a PC-to-phone game streaming app that actually feels like a native mobile experience, similar to Gamehub, rather than just mirroring a desktop UI.

How it works:

  • Native Local UI: Instead of streaming a desktop launcher (like Playnite Fullscreen) to your phone, the server pulls your game library from all your storefronts and sends only the metadata (names, images, etc.) to your device. The library is rendered locally on your phone, making scrolling and browsing buttery smooth especially with touch/controllers.
  • Virtual Monitor Matching: When you hit "Play," the PC server spins up a virtual monitor tailored perfectly to your phone’s exact resolution and framerate, and launches the game there.
  • Auto-Configuration: I’m looking into auto-discovery or mounting config files so the game automatically adjusts its internal screen size/aspect ratio for streaming.
  • Remote Downloads: Ability to remotely trigger game downloads to your PC directly from the mobile app.
  • Support for games acquired differently: Obviusly other than stores games i will have the ability to add .exe directly or autodiscovery in a subfolder for more advanced user

Under the Hood: To get this off the ground quickly, I’m not reinventing the wheel. I plan to leverage the core streaming tech from Sunshine/Moonlight and handle the data pulling via Playnite code. The project will be open-source (MIT License), so there won't be any copyright headaches.

Future Roadmap: Eventually, I want to make it possible to run the server headless via Docker or inside a VM for completely seamless self-hosted setups.

My questions for you:

  1. What is the general sentiment for an app like this? Would it solve problems for your setup?
  2. Are there any existing projects doing this exact thing that I missed?
  3. Any ideas for a catchy name?
reddit.com
u/InternalMode8159 — 7 hours ago

Sharkord now has an android client

Hi i spent the last month creating the sharkord android client for a university project, so if anyone needs it i just pubblished the first official release with feature parity with the sharkord web app, i tryed and fixed all bugs i encountered but obviusly since i've been the only tester every issue you report will be usefull

github.com
u/InternalMode8159 — 7 days ago

Is a phone controller (switch style) confordable for pc gaming

I know the question probably seems strange but i wanted to get into mobile gaming/emulation but i also do not have a pc controller, i use a ps5 one but i do not always have it avaiable, so i wanted to know if someone used it for this reason if the mobile controller, i was looking at a g8 pro, is confortable also used as a pc controller and if there are better "combo" options, like a switch style controller that can be used for phone but has an attachment to put in the middle for pc use?

Thanks for who will respond, i'm not an english speaker so sorry for grammar.

reddit.com
u/InternalMode8159 — 7 days ago
▲ 39 r/unsloth

What to run on a 128gb ram + 32 vram setup

Hi, i got for a bunch of time a setup with 128gb of ram and a 5090 i wanted to try a big model to see what can be done with them, i usually run llms on my home pc with a 3060 and online i can find the gguf to run them on llama.cpp but for example looking for deepseek 4 flash i could not find a file to run it, how does the setup with such big model works? and what can i run on it at a decent speed (>20tk/s)?

reddit.com
u/InternalMode8159 — 18 days ago

What’s a good coffee grinder around 200 [€200]

I have a Hibrew H13, i was looking at buying the fellow opus gen 2 but it is still not avaiable in italy where i live and i also heard some people say it is not really good, should i wait more? should i buy something else?

Like written in the title i'm looking at a price range around 200€ it would be best if avaiable at amazon and not some proprietary store (it is not mandatory) and obviusly it needs to ship to italy, max price 250€

here i would add the price i can find the option people give me in the comment and i find online:
Eureka Mignon Zero 55s 280€
Encore Esp 180€
Turin Sk40 175€
Turin DF54 190€

Virtuoso+ 230€

reddit.com
u/InternalMode8159 — 19 days ago

DIscord Self Hosted Alternative comparison

Hi, I'm the maintainer of the Discord Self-Hosted Alternatives comparison table, a contributor to some of the listed projects, and the developer of the future unofficial Sharkord Android app.

I found this subreddit today while browsing for a project I had seen a few days ago on mobile. It looked like a federated, seriously developed alternative, and I wanted to add it to the table, but unfortunately I couldn't find it again 😅

Since I'm here, I also wanted to share my project, as it's currently one of the first Google results when searching for this topic, and ask if anyone would like me to add other projects to the comparison table.

If possible, please also include suggested scores and how you think they should be assigned, so I can speed up the review and addition process. Thanks!

link:
https://github.com/Vigno04/discord-selfhosted-alternatives

u/InternalMode8159 — 1 month ago

The option i see online seem to make the model slower

This are the option I'm currently using, setting parallel at 1, using more draft or adding the draft-min-P at 0.75 seem to not be improving, i have a 5090 and I'm running inside docker, now it runs at 100 tok/s and modifying this option it falls to around 80, what I'm doing wrong?

      - "-m"       - "/models/Qwen3.6-27B-UD-Q4_K_XL.gguf"       - "--n-gpu-layers"       - "999"       - "--ctx-size"       - "162144"       - "--spec-type"       - "draft-mtp"       - "--spec-draft-n-max"       - "2"       - "--parallel"       - "1"       - "--cache-type-k"       - "q8_0"       - "--cache-type-v"       - "q8_0"       - "--flash-attn"       - "on"       - "--batch-size"       - "2048"       - "--cont-batching"

reddit.com
u/InternalMode8159 — 2 months ago