Skip Navigation

Posts
2
Comments
666
Joined
2 yr. ago

  • The pommel is spiked to end your enemies extra righteously

  • The sea should be marked as C considering that's what you'll discover when you get deep into it.

  • The author pointed out how exceptions are often faster than checking every value. If your functions throws an error often enough that Exception handling noticeably slow down your program, surely you got to take a second look at what you're doing.

  • They both have their place. I just recently discovered a bug in lemmy bot I wrote where the lemmy API module will raise an Exception if login fails (response status code != 200), which feels extremely out of place, as the error/status code do matter in that case.

    Other times exceptions make more sense as Phillip pointed out. It's easier faster to ask for forgiveness than permission after all.

  • I can't remember ever having used meta critic to guide a purchase. There is so much content both from forums and YouTube/Twitch that gives you much more accurate impressions of games. Meta critic seems rather pointless nowadays.

  • Permanently Deleted

    Jump
  • It's a genuine concern though. If you want one centralised server hosting all the content, just use reddit.

  • I don't think you become the best tech CEO in the world by having a healthy approach to work. He is just wired differently, some people are just all about work.

  • Children probably

  • A few days ago it was a refreshing 8° in Trondheim/Norway, now it's 22°.

  • It's just a research paper, not a product. It's about discovering and learning new possible methods and applications.

  • I thought they dissolved after Chester's suicide?

  • wtf

    Jump
  • Never would have guessed I would ever see Devon Larratt on Lemmy

  • The spring and summer is pretty good in Norway. Several weeks with 20+ weather and sunshine. It's maybe more unstable on the west coast, but Norwegian summers are easily better than the heat wave summers you see south in Europe.

  • Expected to see the stave church that one black metal band member burned down just to spread misery

  • That's a narrow view of art

  • You could always ask someone to vouch for you. It could also be that you have open communities and closed communities. So you would build up trust in an open community before being trusted by someone to be allowed to interact with the closed communities. Open communities could be communities less interesting/harder for the bots to spam and closed communities could be the high risk ones, such as news and politics.

    Would this greatly reduce the user friendliness of the site? Yes. But it would be an option if bots turn into a serious problem.

    I haven't really thought through the details and I'm not sure how well it would work for a decentralised network though. Would each instance run their own trust tree, or would trusted instances share a single trust database 🤷‍♂️

  • Peaked in 2005

  • There was/is a few communities that are just bots mirroring a similar community on reddit. No idea if those got canned though.

  • A chain/tree of trust. If a particular parent node has trusted a lot of users that proves to be malicious bots, you break the chain of trust by removing the parent node. Orphaned real users would then need to find a new account that is willing to trust them, while the bots are left out hanging.

    Not sure how well it would work on federated platforms though.