juja

joined 1 year ago
[–] juja@lemmy.world 6 points 9 months ago

What does this mean for the spring framework? Doesn’t VMware maintain spring these days ? Or is it unrelated ?

[–] juja@lemmy.world 5 points 10 months ago (1 children)

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.

[–] juja@lemmy.world 2 points 11 months ago* (last edited 11 months ago)

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 :)

[–] juja@lemmy.world 5 points 11 months ago (2 children)

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.

[–] juja@lemmy.world 1 points 1 year ago (1 children)

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.

[–] juja@lemmy.world 3 points 1 year ago* (last edited 1 year ago) (3 children)

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.

[–] juja@lemmy.world 1 points 1 year ago (1 children)

Just curious, what about go or rust makes them the logical next choice and not java? What do go or rust do better that java doesn't?

[–] juja@lemmy.world 7 points 1 year ago (12 children)

What would your language of choice have been? And why is java horrible for this scenario? it sounds like a reasonably good choice to me

view more: ‹ prev next ›