• 0 Posts
  • 10 Comments
Joined 6 months ago
cake
Cake day: December 13th, 2024

help-circle

  • Even if it’s not an attack of their argument, and is stated simply as a fact, a personal attack does still work to discredit the opponent to any audience, and can therefore be considered a fallacious ad hominem tactic.

    It’s basically poisoning the well. Even though you’re not explicitly saying it, the audience will infer that someone who can justifiably be described as “shit for brains” should not be trusted on the relevant topic. Even someone profoundly stupid can be right, and even someone incredibly intelligent can be wrong.

    That being said, even if someone has been viciously personally attacked, if the attacker has otherwise proved their argument wrong, that’s what truly matters. It does definitely make me think less of someone if they constantly personally attack their opponent, though.


  • To be clear, the “protesters” at the Capitol were hitting and bashing the police, with zero instigation from the police, and no retaliatory violence against them (except for that lady that got shot climbing through a barricaded window).

    The protesters (and media!) in LA are being shot at and trampled by cops after zero instigation from them.





  • It’s simpler, there is a client for everything even mobile phones, it has a move command, it has props that can be edited without a copy command, pagination is however you set it up to be rather than a one size fits all approach, it can be just as scalable as S3 if you build it to be, it has much simpler locks that make them easier to use so you might actually use them, keys can be longer than 1024 characters, actual directories exist.

    That’s just the protocol level. The biggest benefit for me isn’t really at the protocol level, but part of the design of my own WebDAV server: deduplication. I can throw the same file into my server with 50 different keys, and it will only take up the space of one copy on disk. This basically moved the logic of deduplication from my application to the blob store. Mountains easier from an application design perspective.

    There are use cases where S3 is better, but they are few and far between. And, WebDAV is extensible. You can build whatever functionality you need into it, rather than using some proprietary protocol.