• 0 Posts
  • 203 Comments
Joined 2 years ago
cake
Cake day: July 23rd, 2023

help-circle


  • The simple answer is: Yes! If you want to be completely sure no one is accessing your data - now or in the future - then you have to host it yourself. There are companies and countries that are more trustworthy/safe than others, but you never know how politics will change.

    I’ve been using a Synology NAS for ages, and I can wholeheartedly recommend it! Especially if you don’t have that much experience with Linux and servers, but also if you want something that’s more Plug-n-Play and stable, or you want access to some of their proprietary services or really good customer support. Just make sure you get one that supports Docker, because that’s how you’ll install most if not all of the 3rd party services.

    That being said, building one yourself can also be great fun, and you do have that one additional level of control if everything is open-source and installed by you.


  • if I can get it working

    It’s really as simple as starting one container per chat service, with a config like this:

    services:
        beeper-<service>:
            image: ghcr.io/beeper/bridge-manager
            restart: unless-stopped
            environment:
                - MATRIX_ACCESS_TOKEN=<your beeper matrix token>
                - BRIDGE_NAME=sh-<service>
            volumes:
                - ./beeper-<service>:/data
    

    then messaging the @sh-<service>bot:beeper.local bot user, and logging in to your chat account.




  • I’m using the DS920+, as it’s still the best 4-bay Synology NAS for media streaming/encoding tasks afaik. Caches are read-write, and do use the NVMe slots.

    The RAM upgrade and added caches definitely made a huge difference. The system is averaging around 70% RAM usage, and goes beyond that for certain tasks, so the current workload wouldn’t really be feasible without the extra RAM. And the caches really make most IO operation noticably faster, especially random drive access e.g. from multiple simultaneous processes.

    I have some Arr containers on there, as well as Plex, Audiobookshelf, AppFlowy, some Beeper Matrix bridges, FileFlows for media conversion, my own Piped instance, SearXNG, Vaultwarden, FirefoxSync, and a few smaller ones.



  • It’s hard to overstate what a nothing-burger this article really is! Let me break it down:

    • Signal got $3 million from the Open Technology Fund at some point in its development
    • Some anonymous source alleges that the OTF’s ultimate goal is to promote US foreign interests
    • The current chairman of the board Katherine Maher worked at the National Democratic Institute and Wikipedia before
    • The same anonymous source says she was recruited because of connections to the OTF
    • She has at some point voiced the opinion that a completely free internet without regulation just reproduces existing power structures, and that balancing regulation and 1st amendment rights is a tough problem
    • Signal doesn’t have reproducible builds on iOS (it absolutely does on Android btw)
    • Some people feel like Signal chats come up more often than they should in court cases and media reports

    That’s it, that’s the whole story. That’s the reason why the Telegram guy of all people thinks you should be careful, and better use his chat service instead, and the Twitter guy agrees.

    I mean, reproducible builds on iOS would be nice, but that platform has much bigger problems from a privacy/security/sovereignty/freedom standpoint anyway. And the rest is just nothing turned up to 11.



  • shrugal@lemm.eetoPrivacy@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    From what I understand the GDPR says you have to give users a real choice about the usage of their data, without any unreasonable negative repercussions. Having to pay money (at least as much as they are asking for) is such an unacceptable repercussion, no matter how FB might phrase it.

    They are allowed to take money or show ads for access, but they can’t couple that decision with the one about the user’s data usage.


  • The video is probably factually correct, but very disingenuous with its interpretations and conclusions imo.

    Of course Mozilla and Firefox have their own share of problems and bad decisions, and they are pretty well known and talked about from what I’ve seen, but equating it to Google and Chrome is just pure cynicism. Mozilla having to earn money somehow (1% donations!) and Google trying to maximize profits at all costs is not the same thing, even if it might look similar sometimes.







  • How much are you willing to bet? I give a hint, there is an open issue from 2016 on their GitHub about supporting the manufacturer of my mouse. And that’s pretty much the point, because on Windows I just get the software with the box and that’s it. Of course it’s closed source and stuff, but it still provides a better experience than no support at all. And that’s just one example, Linux also can’t use the highest available resolution of my webcam, and the fingerprint reader on my laptop has been completely unusable on Linux from day one.

    Immutable distros fix most boot issues, in the sense that you can undo a failed change, but that’s about it.

    Ofc Windows has its fair share of issues, but it just doesn’t break as much in my experience. Probably because they have orders of magnitude more people working on finding and fixing consumer issues, incl. from 3rd party device and software manufacturers.

    I’m sorry, but you’re lying to yourself if you think consumer support is on par with Windows. It’s getting closer and closer every year, but we are not there yet.


  • “The vast majority” is useless if the hardware someone has doesn’t work, and you usually don’t get official support and warranty from the manufacturer for Linux. There are also some categories like webcams, audio equipment or fingerprint readers where Linux support is still notoriously bad. And even if something mostly works, it’s fairly common for some hardware to have missing features, instabilities or minor issues on Linux. E.g. my mouse works on Linux ofc, but the software to set and edit profiles doesn’t.

    Usability issues are mostly cases where you have to fall back to the terminal. An example from my experience would be that trying to upgrade the system from the app store fails half the time, so I have to use the terminal. Another would be a failed boot or graphics issues due to a broken Nvidia driver installation or messed up SELinux policies. It’s all fixable in the terminal, but good luck if you can’t use that.