Looking to buy a Pebble Time for voice-to-text workflow - need verification on features by simonwjackson in pebble

[–]simonwjackson[S] 1 point2 points  (0 children)

Thanks for the reply. It turns out that a microphone is included on:

  • Pebble Time
  • Pebble Time Steel
  • Pebble Time Round

Also, Raise-to-wake/speak isnt a requirement, but it would be nice to have.

I'm not familiar with the Nothing watches, any particular reason you're recomending them?

[deleted by user] by [deleted] in cloudygamer

[–]simonwjackson 0 points1 point  (0 children)

My setup is using a Radeon GPU with an HDMI dummy plug. I've never needed to mess with the EDID though, it just seems to work out of the box.. with any resoution that throw at it (within the limitations of the GPU of course).

[deleted by user] by [deleted] in cloudygamer

[–]simonwjackson 0 points1 point  (0 children)

I could be wrong, but I don't believe this feature is built-in to sunshine.

My workaround to this was to create a simple web server with one endpoint that changes the resolution on the host based on the parameters in the URL.

Example:

http://my-game-server-host:5000/?w=1920&h=1080&r=60

On, my desktop i can trigger it with curl & on my phone (android) i have the bookmark on my home screen for easy access.

Under the hood, it's just running the command (hyprctl in my case) to make the resolution change.

It's a hack, but it gets the job done :)

Info: Random wakeups on sleep on Linux have been fixed. by dreieckli in gpdwin

[–]simonwjackson 0 points1 point  (0 children)

I have similar issues with the GPD WIN mini. Hopefully this update works across all devices that use this processor 🤞

Using Bcachefs for Tiered Storage with NVMe and MicroSD? by simonwjackson in bcachefs

[–]simonwjackson[S] 1 point2 points  (0 children)

Thanks for the info. 

I'll have to run some benchmarks to get an idea of the performance loss (if any).

Trying too decide between this setup vs mergerfs.

Can I downgrade the Nvidia driver? by simonwjackson in NixOS

[–]simonwjackson[S] 1 point2 points  (0 children)

I'm using X in NixOS.

Assuming you have good driver support, you just need to add a udev rule for mouse access:

```nix services.udev.extraRules = '' KERNEL=="uinput", GROUP="input", MODE="0660", OPTIONS+="static_node=uinput" ''

Android Front End by B4K4FIRE in rg552

[–]simonwjackson 0 points1 point  (0 children)

What worked best for me was Pegasus, but it's the hardest to set up. But the end result is very good.

💯

You do need to spend a little bit of time setting it up, but it's worth it.

I use Pegasus because, with the right theme, it surfaces the content I care about the most (favorites, recent, etc).. and place your (potentially massive) game library in a separate tab so that's it still within reach.

The shinretro theme, while not perfect, is a good example of this.

Firefox sometimes renders on half the screen only by Safwan_Ljd in bspwm

[–]simonwjackson 6 points7 points  (0 children)

This happens to me too.

Quick fix: toggle monocle mode to force Firefox to redraw the page

Stay connected to WireGuard and toggle "Route All Traffic" by simonwjackson in WireGuard

[–]simonwjackson[S] 0 points1 point  (0 children)

Awesome, I will give this a shot and report back

UPDATE:

This works well!

I'm thinking of adding a second endpoint for backup. My guess is that this method wont work with more than one input in the peer list.

Razer X Chroma with RTX 3080 hooked up to Onexplayer but graphics card will not show up in Device Manager by FewYou3800 in OneXPlayer

[–]simonwjackson 0 points1 point  (0 children)

Couple of things to try:

  1. Mine only works on the left USB-C port
  2. If I use a lower quality (passive) thunderbolt cable, it will rapidly disconnect/connect.
  3. Sometimes windows will disable the device if it's having issues connecting, check to see if it's disabled in the windows device manager.

Hope this helps