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

  • 2 Posts
  • 311 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








  • oh and if you’re interested in archiving, definitely check out the Archive Team!

    they are always running archiving projects, they even participate in preserving reddit content, and they have a connection with archive.org and the Wayback Machine.
    they maintain a virtual machine image that you can run at home even on a simpler PC, and help in their projects. It does not consume much storage actively, only some network bandwidth. It’s basically a distributed archiving tool, a lot of people running it download all kinds of data (good for performance and to avoid restrictions) for the selected project, and upload it to AT for preservation


  • Oh my sweet summer child, 12 GB is not a lot! :)

    well, for one you can start saving webpages you found helpful, maybe your useful links collection or bookmarks, if you have any of those. I would recommend using Firefox and the singlefile addon, or the webscrapbook addon. feel free to look into their settings, but don’t let it overwhelm you, of you need it take it in smaller pieces, there’s no shame in it.
    since this is mostly text, it shouldn’t take up that much space quickly, and it’s also very efficiently compressible! for example with 7zip.

    if you often watch videos, like on YouTube or somewhere else, and you find something useful or otherwise you think it’s worth preserving (entertainment is also a valid reason), you can grab it too. have a look at yt-dlp, it’s very versatile, very configurable, and not only for youtube.
    but this will easily take up a lot of space, videos are huge and not really compressible losslessly.

    other than that, have a look at the DataHoarder community: !datahoarder@lemmy.ml (I hope the link works). for even more, you may check the datahoarder and opendirectories subreddits through libreddit/redlib


  • 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