• 0 Posts
  • 100 Comments
Joined 2 years ago
cake
Cake day: April 24th, 2023

help-circle
  • This doesn’t read as a global Blocklist for all Android phones in the world. It reads more as a local database/API for blocked numbers on your phone.

    So blocked numbers would theoretically be applied to your messages apps and other “telephony” based apps that use phone numbers such as WhatsApp (should said apps implement the API).

    Google already seems to have a spammer database for numbers, though I’m not sure if that applies to just Fi users, Pixel users, or anyone who uses the Google Phone app. If I have call screen disabled, I’ll see numbers on an incoming call have a red background with a “likely spam” description.

    But based on the comments on this post, I feel as if I’ve overlooked something in the article here (I’ve just woken up so it wouldn’t surprise me) - is there a mention of it being a worldwide list?


  • They might’ve done so out of necessity. I don’t know if the dev(s) of the Simple Tools apps were working on it full time, but if they were and just not enough contributions were coming in from it… Well everyone has to eat.

    As the saying goes, “everyone has their price”. It’s easy to condemn the developers for their choice until you’re in the exact same scenario as they were. Whether that’s because they were starving, or even just offered enough money to make their lives a lot easier - not too many people would turn it down.




  • Ah I see, that’s unfortunate then. For what its worth, I still think the bot is a great idea for discoverability and bridging the two services together! I hadn’t seen it before since I usually have bot users muted and happened to see this comment chain while logged out.

    I’ve given it a follow from my Mastodon account since I do tend to miss quite a few cool Lemmy posts it seems, and I think it’ll help me find some communities in general that I’ll want to subscribe to from over here.





  • Precisely, yep! It follows the same rules as subscribing to communities on Lemmy however - if you’re the first on an instance to subscribe, it may not pull the full backlog of videos - and at least one person needs to be subscribed for the instance to continue getting updates from the channel.

    Try heading to !thelinuxexperiment_channel@tilvids.com for example, and you’ll see Nick’s channel come up as a community and each video that they upload will be its own “post”.

    Note that when you lookup stuff on PeerTube, you have to use the channel name - not the uploader’s username. So the one I linked would work, but if you replaced the start with thelinuxexperiment it wouldn’t work, since that is a user and not a channel.






  • I myself haven’t done any major blogging in a while (Last year I started one and just used Hugo as a static-site-generator so no ActivityPub integration, but also ended up not really posting much), but from what I’ve always heard about WordPress the major “selling” point would be its vast ecosystem of plugins and themes.

    But that ecosystem is a double-edged sword, because there is tons of malware for WordPress that comes in the form of plugins (I know WP itself used to be exploited a lot in the past, not sure what its reputation on its own codebase is these days).

    I’ve not ever seen WriteFreely before, but I doubt its ecosystem is anywhere the size of WP. Whether that’s a roadblocker is of course only a decision you can make.

    I’m sorry that I didn’t have much more to offer as an answer, but hopefully it’s something at least!



  • Continuing on what Rolling Resistance said (sorry for the delay, had to step away for a while), I know plenty of people who do use a password manager and still use a static password in some places (hell, I’ve been guilty of that in a few places - but generally on network-isolated systems). Some people also don’t use 2FA because they find it inconvenient.

    Passkeys are more or less very similar to how SSH keys work if you’re familiar with those, your device (or password manager) generates a secret key that it only has access to, and then gives the public key to the website (and a new keypair is generated for every single website). When you login to a website, the website sends you a challenge which you sign with your private key, that the website can then verify using the public key that you used when enrolling the passkey. This way, a website never has any form of secret - making say password hash leaks less relevant, whereas in theory you could give your public key(s) and post it on Google’s homepage without any repercussions… but don’t quote me on that one.

    So even if you use a password manager, if you still have a few websites that share the same password, and one of those gets compromised - those other websites may still be vulnerable which wouldn’t be possible with a passkey.