Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)JU
Posts
0
Comments
36
Joined
2 yr. ago

  • I remember reading a post here about steam looking to make steamOS available for other handhelds. I think it would make sense for them to get other handhelds to use steamOS , as that may drive up steam usage and sales.

  • It happens to me on voyager. OP didn’t mention but I think they’re specifically referring to videos with vertical height larger than the screen. The video starts playing as you scroll and when the video is playing, I assume any touch gesture on the video is interpreted as video controls so you’re essentially stuck there without being able to scroll. Only way out is to kill the app and relaunch. Maybe it’s specific to iOS. It’s happening to me on iPhone 13 mini.

  • It actually turned out to be easier than I thought.

    The infrared reader (arduino code) is based on

    https://github.com/Arduino-IRremote/Arduino-IRremote

    The code running on my raspberry pi was written in Java using spring boot which is probably overkill but I am more comfortable with java than python so I used

    https://github.com/Fazecast/jSerialComm

    to read data from the pi’s usb port and just sent instructions to the unified remote server which does most of the heavy lifting. I used

    https://github.com/openhab/openhab-addons/blob/main/bundles/org.openhab.binding.unifiedremote/src/main/java/org/openhab/binding/unifiedremote/internal/UnifiedRemoteConnection.java

    as a reference along with some verbose logging on the unified remote server to see what codes needed to be sent over the rest api.

    Happy to help you along if you want to give this a go :)

  • I use it as a media remote for my computer via infrared. IR sensor sends analog data to an arduino which converts it to digital and sends it to a raspberry pi which then invokes commands to control media on my computer by invoking rest apis on a “unified remote” server running on the computer.

  • No not at all actually. Playnite does everything I want it to, but was just excited at the prospect of trying out a potential alternative to see if it looks better. The default theme of playnite looks a bit bland and I've tried quite a few themes but just couldn't settle on one.

  • Also worth mentioning that it's for mobiles, specifically android. At first glance I thought it was similar to playnite and got excited.

    Edit : didn't mean to insinuate that it's not exciting as it is. Just wanted to point out that for people who are not looking for an android game launcher, this may not be useful.