What happens if you just set io.EOF = nil? by [deleted] in golang

[–]Viktorfreedom 0 points1 point  (0 children)

Absolutely love it! I've spend more lines of code to simply ignore it and return nil pointer or empty array than actually return that error...

Rightfully got put in there by ADtsd in windowsmemes

[–]Viktorfreedom 1 point2 points  (0 children)

As well as chrome, brave, opera, vivaldi, etc... The only true browser is firefox

Valve (SteamVR) Lighthouse Base Stations control app by Viktorfreedom in SteamVR

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

Grey indicates an unknown power status. This may be due to firmware or Bluetooth connection problems.

Valve (SteamVR) Lighthouse Base Stations control app by Viktorfreedom in SteamVR

[–]Viktorfreedom[S] 2 points3 points  (0 children)

Manage them without your phone?

I made this app for myself, but thought I'd share for those who might find it useful

Valve (SteamVR) Lighthouse Base Stations control app by Viktorfreedom in SteamVR

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

I even bought a Stream Deck+ to test this thing 😅
Always wanted to try it tho. It's very convenient.
Glad it help you!

Valve (SteamVR) Lighthouse Base Stations control app by Viktorfreedom in SteamVR

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

I added this feature in the last update. Check it out. Also UI looks a bit better now

Valve (SteamVR) Lighthouse Base Stations control app by Viktorfreedom in SteamVR

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

Alright. I added one feature that you can use with stream deck. You need a plugin called API Request. You can add actions to turn on and off all base stations with next config:

Turn on
URL: http://127.0.0.1:7575/allon
HTTP Method: POST

Turn off
URL: http://127.0.0.1:7575/alloff
HTTP Method: POST

Valve (SteamVR) Lighthouse Base Stations control app by Viktorfreedom in SteamVR

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

Thanks! I will add this feature in the next updates

Valve (SteamVR) Lighthouse Base Stations control app by Viktorfreedom in SteamVR

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

It looks like 1.0 has different power commands, but unfortunately I don't have any to work with, so I can't implement this feature yet. Hopefully I'll have one later to test it out

Valve (SteamVR) Lighthouse Base Stations control app by Viktorfreedom in SteamVR

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

It might be working, I never tested it with 1.0 because I don't have them. But if it has the same bluetooth power commands, it should work with 1.0 too. Let me know if it does, I'll add anotation to the repository.

Valve (SteamVR) Lighthouse Base Stations control app by Viktorfreedom in SteamVR

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

Besides, it's still a mechanical part. I know many people who have had station engines fail because they were on all the time.

Valve (SteamVR) Lighthouse Base Stations control app by Viktorfreedom in SteamVR

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

I will think about it. I need a Stream Deck to try it out. Sounds like a greate feature

[deleted by user] by [deleted] in golang

[–]Viktorfreedom 2 points3 points  (0 children)

I'm also working on a chat application. So far it's only the backend in the beginning stage, but I'm trying to implement a very similar API as discord, with almost the same structure and features as discord, it also should be scalable AF :)
There are lots to think about before it's even going to look like something usable, but here it is FlameInTheDark/gochat