• 1 Post
  • 16 Comments
Joined 10 months ago
cake
Cake day: November 7th, 2024

help-circle




  • Excerpt from the article:

    The researchers… call their approach “WhoFi”, as described in a preprint paper titled, “WhoFi: Deep Person Re-Identification via Wi-Fi Channel Signal Encoding.”

    Who are you, really?

    Re-identification, the researchers explain, is a common challenge in video surveillance. It’s not always clear when a subject captured on video is the same person recorded at another time and/or place.

    Re-identification doesn’t necessarily reveal a person’s identity. Instead, it is just an assertion that the same surveilled subject appears in different settings. In video surveillance, this might be done by matching the subject’s clothes or other distinct features in different recordings. But that’s not always possible.

    The author asserts that re-identification doesn’t necessarily reveal a person’s identity, although I suppose this is similar to how a single fingerprint or DNA sample doesn’t necessarily reveal a person’s identity, right up until somebody can connect your fingerprint to your identity, say, by correlating your location with other tracking methods or something.




  • windows… has not had an issue with anything I’ve wanted to do.

    Then you should use Windows. It sounds like it works for you.

    I offered up a counter-anecdote to your anecdote. I did not mean to invalidate your experience.

    That said, I’m triggered by statements like, “Linux isn’t ready,” because they aren’t conducive to productive conversation. A better way to think of it is, “Linux/Windows/<Insert OS here> isn’t for me.” Linux doesn’t have to be for everybody. Likewise for Windows or any other OS. I think it’s great that we have so many choices.



  • Thanks for chiming in. I’ve confirmed creating the file in the file browser under “Home > .config > MangoHud” places the file in /var/home/curious_dolphin/.config/MangoHud, so I’m still scratching my head as to why I’m unable to edit the document after the initial save. As a workaround, I’ve placed the config file in my top level home folder (aka /var/home/curious_dolphin) w/ a link to it from /var/home/curious_dolphin/.config/MangoHud where the app expects, and this seems to be working as desired.



  • Can you create any files in $HOME OR $HOME/.config/ ?

    Yes - I can create (and later edit) files under /home/curious_dolphin, even under /home/curious_dolphin/.config, but for some reason once I’ve created a file under /home/curious_dolphin/.config/MangoHud, I cannot edit it even though the file and its parent directory appear to have the same permissions as the other files that I can edit.

    In other words, after creating test.txt under /home/curious_dolphin/.config/MangoHud, I cannot edit it:

    curious_dolphin@bazzite:~$ ls -la ./.config/MangoHud/
    total 20
    drwxr-xr-x. 1 curious_dolphin curious_dolphin   42 Feb 20 14:46 .
    drwxr-xr-x. 1 curious_dolphin curious_dolphin  552 Feb 20 14:47 ..
    -rw-r--r--. 1 curious_dolphin curious_dolphin 9671 Feb 20 12:22 MangoHud.conf
    -rw-r--r--. 1 curious_dolphin curious_dolphin    5 Feb 20 14:46 test.txt
    

    However, after creating test.txt under /home/curious_dolphin/.config, I can edit it:

    curious_dolphin@bazzite:~$ ls -la ./.config
    total 44
    drwxr-xr-x. 1 curious_dolphin curious_dolphin  552 Feb 20 14:47 .
    drwx------. 1 curious_dolphin curious_dolphin  460 Feb 20 14:41 ..
    drwxr-xr-x. 1 curious_dolphin curious_dolphin   42 Feb 20 14:46 MangoHud
    -rw-r--r--. 1 curious_dolphin curious_dolphin   10 Feb 20 14:47 test.txt