I’m an anarchocommunist, all states are evil.

Your local herpetology guy.

Feel free to AMA about picking a pet/reptiles in general, I have a lot of recommendations for that!

  • 8 Posts
  • 50 Comments
Joined 6 years ago
cake
Cake day: November 25th, 2019

help-circle










  • here you go, if you have a better idea, pitch it:

    1. I have a work program, this notifies me if I get a call or email, the work program then presents an accept/decline page, and does not proceed until I either accept, decline, or it times out.
    2. I want it to do two different things depending on if it’s a call or email
    3. It provides no notification other than the sound and an “accept” button on the page
    4. I have a chrome window open that does nothing but this, and I never use chrome for anything else
    5. I want to automatically do various things when I receive either this call or email
    6. I want it to be broadly applicable rather than a script designed for the specific website giving me the notification (so not a chrome extension). This prevents me from having to update any code in the event that the backend changes dramatically, and even if the notification sound changes, i’d just record a new sound as the activation noise.
    7. The noise is always the same, and hasn’t changed for many years, and there is a distinct noise between calls and emails
    8. They never overlap, they never play multiple times at the same time, and they never make any noises other than those two. The noises are distinct.

    but so far my solution is to setup dejavu to listen to a sink i’ve named work and then set chrome to play on that sink, and that sink will be setup to forward to my default audio device

    https://github.com/worldveil/dejavu


  • It’s really not in this case, I can see why people think that since i’ve been vague, but tbh I thought somebody would have already made an easy sound recognition program and I just hadn’t seen it, and that once someone pointed that to me the rest would be easy.

    Here is the entirety of the problem:

    1. I have a work program, this notifies me if I get a call or email, the work program then presents an accept/decline page, and does not proceed until I either accept, decline, or it times out.
    2. I want it to do two different things depending on if it’s a call or email
    3. It provides no notification other than the sound and an “accept” button on the page
    4. I have a chrome window open that does nothing but this, and I never use chrome for anything else
    5. I want to automatically do various things when I receive either this call or email
    6. I want it to be broadly applicable rather than a script designed for the specific website giving me the notification (so not a chrome extension). This prevents me from having to update any code in the event that the backend changes dramatically, and even if the notification sound changes, i’d just record a new sound as the activation noise.
    7. The noise is always the same, and hasn’t changed for many years, and there is a distinct noise between calls and emails
    8. They never overlap, they never play multiple times at the same time, and they never make any noises other than those two. The noises are distinct.

    These factors cause me to want to run a script once the noise is recognized, only if the noise is playing in a particular app. I’m using pipewire/hyprland on arch.

    edit: actually they have, it should be really easy with this: https://github.com/worldveil/dejavu













  • That is NOT classical security thinking AT ALL, and anybody who told you that is lying to you. Classic security thinking says minimize the surface area of attack…

    …I’m sorry but your core argument seems to be “it’s okay that clients can do literally whatever they want because if you run anything proprietary you should be using windows” and I don’t understand this all-or-nothing stance. Do you expect me to vet every line of code that runs on my PC to make sure it’s safe? Do you think everyone should do that? Do you think the operating system should be designed so that grandmas are required to read code before they install software?

    I’m sorry but this is just so obviously terrible design, I don’t know how you think gatekeeping solves anything, and that seems to be all you’re doing. Shitty clients shouldn’t be able to wreck peoples lives/computers, and we should minimize the amount of damage shitty clients can do. You also seem to believe that everyone is cognizant of the fact that they’ve been infected with something, in reality, you will go months or even decades without knowing you’ve been hit in some cases, we should minimize the amount of damage that can cause, not give them full access to everything on the entire pc because you think we should check every piece of software that runs.

    There aren’t newsworthy breaches involving x.org because it’s widely regarded as not to be trusted, and has been for so long that nobody uses it for anything that needs security.

    Flatpak is great and has a verification system so you know when the app is by the developer… It’s sandboxed so the clients can’t do as much damage, this is significantly easier for users to manage and prevents terrible things while not limiting anybodies usecase and allowing apps to be packaged for every distro at once. That’s pretty awesome, actually, and you can use different repos if you don’t trust flathub, i’m sure once flathub does something bad there will be alternate “more secure” ones.

    Either way, I don’t want to live in the world where you make the choices for software, it seems like you want a world where everyone needs a license to use their computer.