Avatar

TMP_NKcYUEoM7kXg4qYe

TMP_NKcYUEoM7kXg4qYe@lemmy.world
Joined
6 posts • 97 comments
Direct message

Tbh it’s the English language that decides what counts as Open Source. Free/Open Source software has been established for decades at this point. It’s good that they changed the name to “Source First”.

I think that better wording would be “the organization that doesn’t believe that foss solves every problem”. For project like immich AGPL is completely fine but for the android keyboard it might not be a good idea to allow Google to use it to abuse their customers.

permalink
report
parent
reply

I don’t think it’s possible to make this project proprietary because FUTO does not own the rights to the code that were made by random contributors on git. Part of the promise was that they won’t change their CLA so it should be fine.

permalink
report
parent
reply

It’s probably a skill issue but don’t really know how to setup desktop streaming. I’ve tried

[[apps]]

title = "Desktop"

[apps.video]

source = "pipewiresrc capture-screen-cursor=true capture-screen=true"

But it just shows black screen.

permalink
report
reply

Actually I want to use the wireguard tunnel regardless because right now I am tunneling VNC through SSH, which is laggy because it’s TCP. But thanks either way.

permalink
report
parent
reply

I guess OP could change the if statement to check if nixos-rebuild is running, not just check for music being played.

`

 music_is_playing=$(pw-cli i all 2>&1 | grep running -q)

  # Only suspend if audio isn't running

  if [ $music_is_playing == 1 ] && ! pidof nixos-rebuild; then

    systemctl suspend

  fi

` But I guess not using the script at all is also an option if putting the PC to sleep is a no-no.

permalink
report
parent
reply

I don’t want to be mean but searching “DNS hostnames” just gives generic AI generated “DNS explained” articles. This answer is helpful only if you already know that mDNS exists.

permalink
report
parent
reply

Thanks, it does indeed work. I guess I’ll add a wireguard tunnel so that I won’t have to bother with the “do you trust the fingerprint?” every time I’m on a different network or when the IP changes.

permalink
report
parent
reply

Unfortunately the router at my gf’s house does not resolve the hostname, so no. Though thanks for the suggestion, I feel kinda stupid for not trying that.

Edit: I’m a noob. Solved by adding “.local” suffix after the hostname.

permalink
report
parent
reply

Sure, but that is just unnecessary bloat if you already have the systemd-stuff installed.

permalink
report
parent
reply