• Hacker News
  • new|
  • comments|
  • show|
  • ask|
  • jobs|
  • rrego 1 hours

    >One idempotent PowerShell script does all of it

    Could you share this script?

    Also how is your experience with actually using the VM? Can you get most/all of the GPU resource? Is it fully passing the GPU through?

  • kennywinker 2 hours

    Can’t read it. Blocked by cloudflare.

  • drnick1 2 hours

    > My RTX 5070 lives across the room in a Windows gaming machine.

    Running Linux bare metal on that PC would be much better and make the whole process at lot more transparent. Most games that don't rely on some kind of kernel anticheat (effectively, a rootkit) just works.

  • paoliniluis 2 hours

    Just use moonlight and sunshine

  • ephou7 1 hours

    Sorry, you have been blocked You are unable to access stephenkrings.com

    EduardoBautista 59 minutes

    Same error. Might be a false positive DDOS detection.

  • watermelon0 2 hours

    https://archive.is/HBaXZ

    (Cloudflare says I'm blocked from accessing the webpage, even though I'm using a residential IP)

    amazingamazing 1 hours

    Could access fine from nyc

    rodrigodlu 2 hours

    Me too. Thanks for the archive link. As a CF user myself maybe the owner did set the level too high?

    6c696e7578 2 hours

    Same

    mikae1 2 hours

    Same.

  • xena 2 hours

    Blocked for using Linux?

    webstrand 2 hours

    I'm using linux, and I got access with no issue. CF is having an issue.

  • hedgehog 2 hours

    This is SSH into a remote Linux VM that has the GPU attached.

    jackb4040 2 hours

    This. I was ready to be impressed if author had written some software abstraction layer that wrapped a remote GPU in a virtual device that could be used by existing programs running on the local CPU. But there is no novel software at all, they're just remoting into WSL on the other machine.

    syntaxing 1 hours

    Same, I thought it was about some cool network tunneling that made the GPU look like native hardware on the Linux host.

    0x20cowboy 53 minutes

    Check out exo if you haven’t already https://github.com/exo-explore/exo

    jackb4040 39 minutes

    Thank you! Looks cool

    | exo provides multiple API-compatible interfaces for maximum compatibility with existing tools: | | OpenAI Chat Completions API - Compatible with OpenAI clients | Claude Messages API - Compatible with Anthropic's Claude format | OpenAI Responses API - Compatible with OpenAI's Responses format | Ollama API - Compatible with Ollama and tools like OpenWebUI

    So a bit higher-level than a virtual device, but yes still pretty neat.