• 25 Posts
  • 51 Comments
Joined 11 months ago
cake
Cake day: December 2nd, 2024

help-circle

  • Signal is really simple and has a sizable userbase now. I’ve worked with people in non-tech companies and they’ll have signal installed because theres someone in management that cares for security to a degree and does official nonofficial team communication with signal

    Element/Matrix I think has a chance. The newest Element X app looks a lot better on the phone and on desktop. It’s progressing to good user experience






  • F-Droid is different. It distributes apps that have been validated to work for the user’s interests, rather than for the interests of the app’s distributors. The way F-Droid works is simple: when a developer creates an app and hosts the source code publicly somewhere, the F-Droid team reviews it, inspecting it to ensure that it is completely open source and contains no undocumented anti-features such as advertisements or trackers. Once it passes inspection, the F-Droid build service compiles and packages the app to make it ready for distribution. The package is then signed either with F-Droid’s cryptographic key, or, if the build is reproducible, enables distribution using the original developer’s private key. In this way, users can trust that any app distributed through F-Droid is the one that was built from the specified source code and has not been tampered with.

    If it were to be put into effect, the developer registration decree will end the F-Droid project and other free/open-source app distribution sources as we know them today, and the world will be deprived of the safety and security of the catalog of thousands of apps that can be trusted and verified by any and all.









  • Whatever the cost is for high speed internet service specifically for a car is, it will never be worth it. Like GeForce Now uses like 100mbps for their highest quality stream, data caps and cost for uncapped or like a terabyte a month or something specifically for my car, not worth. A Steam Deck is cheap mini-pc/laptop territory.

    If gaming in a car actually mattered, there’d be an option to put a small 720p-1080p display in the middle of the car facing the backseats and it’d just have a Ryzen HX-370 or better tucked somewhere and then people can play pretty much everything a Steam Deck can but with better performance






  • One of the reasons I prefer Matrix even though anyone I know in real life uses Signal so I use Signal practically everyday but Matrix sparingly. Federated matrix servers. I worry how resilient Signal can be if enough countries ban it, not really confident in the US or EU countries or any countries long term for encrypted chat for the Signal Foundation, and also signing up with phone numbers. Phone number providers being another point of regulation



  • The US just pulls headline. I remember a long time ago seeing the CCTV setup in the UK and being pretty WTF is going on here. Then I remember Czech Republic talking about internment camps citing US Japanese internment camps as a good example of justification. Then I remember Italian court cases over seismologist not warning people enough/not being predictive enough to prevent deaths in a major earthquake. Or the groping of a girl and being let off because it didn’t last enough time for it to be considered bad by the judge. For all the headlines the US has. Then of course I feel like it’s been at least 15 years of trying to pass anti-encryption/anti-privacy laws. US makes headlines, but something about European conservatism/traditionalism/paternalism makes the whole continent feel like a powder keg to me. Also the neo-Nazis






  • Your numbered list, yes that’s the steps

    With the other person’s answer, you have a choice when interacting with a block chain.

    You run a node that directly sends commands to the blockchain, this one uses up more storage as it downloads the blockchain but it’s the one that requires least amount of layers of trust

    Or you use a wallet that uses a trusted 3rd party full node. That’s why open source is important for these wallets. This is really easy and convenient and in most cases uses open source software and is built on years of community vendors operating in good faith. These lite wallets, they run on practically anything. You manage the keys to your wallet; it’s the keys to authorize transactions.

    The “heavy lifting” is delegated to another computer. Heavy lifting in quotes because the idea of blockchains is to be decentralized so one pillar idea is that it should be pretty cheap to run a node

    Even having a full node, unless you want to mine, it’s really just storage and download. If you want to support the network a bit, some upload so others can download block chain history from you too.

    It’s like how in Linux most users now just trust that the package maintainers for the distributions package manager is delivering legit software when you apt/dnf/etc software from the default sources

    If you’re not going to run a node yourself, you’ll have to accept some level of trust. Also with an open source wallet, you can with certainty point your lite wallet to whatever full node you want, your own or one you trust