HN user

schlarpc

174 karma

Senior security engineer at Amazon.

Posts0
Comments40
View on HN
No posts found.
Mosh Mobile Shell 11 months ago

Interesting that it can’t reestablish the connection, as the application level protocol should support it just fine. The client should notice the GRE (game rules engine) TCP socket is broken, and reset everything. When you reconnect, the front door service should notify you to a GRE session still in progress, and the client should be able to rejoin that. At least, that’s how it works on desktop.

Just wanted to say thanks for nix2container. I’ve been using it to do some deploys to AWS (ECR) and my iteration time between builds is down to single digit seconds.

I have a similar display, and also use blue noise dithering. Mine is driven in the backend by a web browser, which means I was able to abuse CSS and mix-blend-mode to do the dithering for me:

  ha-card::after {
    content: "";
    background-image: url(/local/visionect-dither.png);
    background-repeat: repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    mix-blend-mode: multiply;
  }
The dithering texture used is 128_128/LDR_LLL1_10.png from https://github.com/Calinou/free-blue-noise-textures

Whoa, .alt is finally a proposed standard with a real RFC number. Really happy about this, it's sorely needed in some spaces.

There's a couple recent products that hit similar niches:

GPD Pocket: https://www.indiegogo.com/projects/gpd-pocket-7-0-umpc-lapto...

GPD Win 2: https://www.indiegogo.com/projects/gpd-win-2-handheld-game-c...

Ockel Sirius A: https://www.ockelcomputers.com/sirius-a/

I have the original GPD Win, and it's a surprisingly competent PC for being roughly the size of a Nintendo 3DS XL. The keyboard is terrible for typing on, but that's kind of expected with its gaming focus.

I don't particularly like Discord (which I assume you meant) because I don't see a monetization plan for them that doesn't screw over their users. With Slack, I know that they have enterprise customers that essentially pay for the free users. Discord has nothing like that, and I can only foresee two outcomes: running out of money or selling out their users. Charging for their service won't really work, either, because gamers are a pretty price-sensitive group in my experience and Slack is still free.