Computers and the internet gave you freedom. Trusted Computing would take your freedom.
Learn why: https://vimeo.com/5168045

  • 1 Post
  • 210 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle
  • There isnt much to discuss

    oh I think there is!

    you know what is tiring for fucks sake? that you are parroting your opinion basically, without pointing to any evidence. I don’t know this service, but do you call them rapists because they are known for doing that, or because they didn’t block users that were accused of rape?

    I don’t approve of rape and fascism either. but you know, private services don’t make a difference between anyone. why? because they can’t make sure the accusations are true. if they can by looking at your data, they are not a private service.
    would you ban encryption because rapists use it too? encrypted services, like proton and matrix? signal? do you think they are guilty of allowing to conduct rape in secret?

    even if it turns out the maintainers are rapist fascist fucks themselves, the previous paragraph stands, and I’m interested in your responses.





  • since this is most likely not a very popular add-on, any browser with it would stand out considerably more relative to not having it.

    websites cannot look at the list of your addons. they have to detect the presence of each, which is mostly possible when the addon makes changes to the page content, or replaces browser APIs in certain ways.

    Typically its common for browsers that want to reduce fingerprinting (tor, mullvad etc) recommend not installing new addons as then you stand out from crowd.

    because if an addon does something that a website can detect, that’ll make you stand out











  • Unlikely. The maintainer was pushing updates more frequently and sooner than the original app. it’ll be fine

    Otherwise, look into cryptomator. A completely different approach, it makes use of your existing cloud storage accounts, but at least more private then using those directly. It probably requires internet access all the time a file is accessed, though, but check the docs to be sure.


  • Seems strange that the dev seems to be keeping quiet on this, no?

    the issue was just posted 7 hours ago. maybe they just haven’t seen it yet.

    someone in issue #573 asked if the dpapi file is really needed, and by looking at the manual installation instructions, yes, because that contains all the code.

    the developer loads custom code into the spotify process by using such an “override” dll file. it works because spotify is voluntarily loading a dll with this name, and if there’s such a file in the directory besides the .exe file, it’ll take precedence over the original file installed in the system.
    the trojan warning is probably triggered because this technique is often used by malware to change the behaviour of your programs, but as with most technologies, it has good uses too