• 1 Post
  • 37 Comments
Joined 4 years ago
cake
Cake day: June 27th, 2020

help-circle


  • It may sound a little silly but when I get good feedback on something, I pop it in my journal under a specific tag so I can revisit it from time to time.

    It’s unfortunate that people are unfair to you, possibly they are younger or otherwise have incorrect expectations about your fallibility as a human.

    I used to respond to things like that but these days I let the positive comments speak for themselves. Just remember to ask for feedback- a lot of people otherwise won’t do it unless they’ve got something negative to say.


  • Passkeys (depending on implementation) are more resistant to info stealer viruses.

    The private key portion can be in your OS’s credential store and can be used to sign the challenge without being revealed to the calling application.

    Of course this doesn’t work if you got rooted, but a lot of viruses of this kind try to steal what they can get as a regular user, and you can get a lot, ie AWS credentials, saved browser passwords etc.

    In my view it’s cheap defense in depth.


  • Well I had hoped, naiively that Reddit would respect the developer community that had helped make their website so popular. A community of developers provided apps and services for them for the simple price of a free API. I thought the APIpocolypse might happen, but I thought reddit was special somehow and they would see how beautiful and vibrant that community was and not damage it for fear of damaging the soul of the website. Yeah, that was pretty fucking naiive.

    Ah well, I’ll put my energy into Lemmy and Fediverse projects instead.



  • I’ve been on the internet since pretty much the start so I’ve seen dozens of great communities come and go. Normally they reach some kind of malthusian breaking point where they collapse under their own weight, I think this is the first time where sheer greed caused the end though.

    So yes, this is the cycle of the internet. Death is actually good for an ecosystem though, it means that new things can evolve, such as the fediverse.

    I do feel sad for what will be lost though, and every time I load Apollo to remember this great app with all the care and attention put in to it will be gone at the end of the month.








  • I think defederating is easier said than done, and besides, what if one community is very well behaved and helpful and another is toxic and awful? You throw out the good with the bad in that case.

    I think instead the user should be able to choose to combine similar communities, similar to the ‘multireddit’ concept. Then they can get lemmy.ml gaming and beehaw gaming in the same feed.

    To help with discovery, a curated list could be created, and perhaps communities from that list could be suggested as time goes on. This does require some kind of centralisation but it would be down to the instance owner to decide to subscribe to it.


  • I think defederating is easier said than done, and besides, what if one community is very well behaved and helpful and another is toxic and awful? You throw out the good with the bad in that case.

    I think instead the user should be able to choose to combine similar communities, similar to the ‘multireddit’ concept. Then they can get lemmy.ml gaming and beehaw gaming in the same feed.

    To help with discovery, a curated list could be created, and perhaps communities from that list could be suggested as time goes on. This does require some kind of centralisation but it would be down to the instance owner to decide to subscribe to it.






  • 777@lemmy.mltoLemmy@lemmy.mlLemmy is blowing up
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I just mentioned Dynamo as an idea without thinking about it too much.

    Dynamo works well for one and two dimensional data structures but for more complex things you probably want a regular database. I expect it could be done efficiently but not at a good cost and without tons of technical difficulty.


  • Yes, looking at the docs linked from a sibling comment I see that upvotes and downvotes are part of the protocol, which is good to see. To prevent vote stuffing however, it does seem that all instances will have a database of upvotes and downvotes and who did them. They were never really secret anyway but it’s interesting that any server can see this, it’ll be an interesting development to be able to track vote brigading.