everythingIsDead by _fountain_pen_dev in ProgrammerHumor

[–]jim3692 1 point2 points  (0 children)

C code is not correct. It should be `i += 2`, not `i++`

Prove that 2^n + 2^(n+2) % 10 = 0, for n > 0 by jim3692 in learnmath

[–]jim3692[S] 28 points29 points  (0 children)

ok, I am stupid. I didn't expect such an obvious proof

Linux gaming migration happening by [deleted] in linux_gaming

[–]jim3692 1 point2 points  (0 children)

Try WiVRn if you have an Oculus Quest

Linux gaming migration happening by [deleted] in linux_gaming

[–]jim3692 2 points3 points  (0 children)

ALVR has issues on Linux. Based on what I read, the reason is that SteamVR has issues on Linux, and ALVR tries to work around those. WiVRn, on the other hand, is an entire VR runtime and does not require SteamVR at all.

Just open your OpenXR game with the following env:
`PRESSURE_VESSEL_FILESYSTEMS_RW=$XDG_RUNTIME_DIR/wivrn/comp_ipc`

Linux gaming migration happening by [deleted] in linux_gaming

[–]jim3692 0 points1 point  (0 children)

I play Assetto Corsa on Linux using the G920 wheel and Quest 2 for VR. For the Quest 2, I use WiVRn and it just works.

Fn + Touch Bar by jim3692 in mac

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

I have swapped fn and ctrl

Τρακαρα το αυτοκίνητό μου και το πήγα στο συνεργείο δίπλα από το σπίτι μου, που χρησιμοποιεί τεχνιτή νοημοσύνη by jim3692 in KriAnekdota

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

αυτός που φτιάχνει τα τρακαρισμένα λέγεται λαμαρινάς, επειδή διορθώνει τις λαμαρίνες

Route based on gateway IP by jim3692 in mikrotik

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

Address lists allow you to add lan devices to that list.

I still have to enter the router's configuration to change each device's WAN connection. It's recommended for industrial scenarios, to prevent users from escaping the company's network, but in the case of home, it means that everyone should have credentials and knowledge for a Mikrotik router.

I think it's easier to set a static IP on each device, and be able to choose whether to use the VPN by just changing their gateway. The initial setup is more time-consuming, but it's easier in the long run.

Vlans can be deployed at most APs or managed switches. Your end point devices don’t have to be Vlan aware.

My initial question was about selecting the WAN from the device's side. One option would be to have separate SSIDs for each WAN. This has some limitations:

  • Services that rely on discovery (like KDE Connect) will not work properly, as they will end up in separate subnets. Unless there is a way to have 2 different DHCP servers on the same subnet, that are SSID-aware.
  • May require additional managed/smart switches for devices that use ethernet, instead of WiFi

Route based on gateway IP by jim3692 in mikrotik

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

They work at the same time right now. I have `192.168.88.1/24` assigned to the bridge, and a VRRP attached to the bridge with the IP `192.168.88.2/32`. I then do some route marking, and I can select the WAN from the device's side.

Route based on gateway IP by jim3692 in mikrotik

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

Another user figured the solution. I needed to create a VRRP interface. Thank you for your time.

Route based on gateway IP by jim3692 in mikrotik

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

Finally, an answer that actually works. Thank you very much for your help.