• 0 Posts
  • 108 Comments
Joined 2 years ago
cake
Cake day: August 13th, 2023

help-circle



  • I doubt these tools would help you. They are primarily for pulling data off devices, spying on them, or controlling them.

    Even if you could buy them as a private individual you wouldn’t want to pay that cost. There might be pirated versions, but most who have use of these tools have no interest in pirated software.

    There are extremely skilled people who make a living finding vulnerabilities, so there’s not a lot of low-hanging fruit left and those who find serious vulnerabilities have generally worked hard to do so.

    When a single exploit can pay enough that you could pay off all your loans, buy a house, or not have to work again for years, or maybe ever. Why would you go through all the trouble of finding it to release it publicly and get nothing? Especially when it’s going to be used by these shady companies either way.

    I’m not saying exploit selling is morally right, it certainly isn’t, but if I was offered millions of dollars to do the wrong thing, I’m not sure I would turn that down.




  • Worse! At just level 7, a rogue is likely to have +11 and Advantage to pick a lock, which combined with Reliable Talent means they can’t fail a DC 21, and have a 1/2 chance of beating a DC 26.

    So if you want there to be uncertainty and challenge, you have to make the DC more like 25-28. Making it all the more likely that the lock should be impossible to the rest of the party.

    If I wanted to formally add ability check crits I would make them add/subtract something from your result. Not automatically pass/fail, because the consequences of that are bonkers.


  • Well DnD consistently doesn’t have criticals outside of attack rolls and death saves.

    Like the person you replied to asked, what would you even expect to happen on an ability crit? If the DM only lets you roll on things that would be possible for you, then you would succeed on a 20 anyway. If the DM lets you roll on impossible things, then you have a 5% of doing the impossible. Neither option is good.

    I absolutely let a 20 or 1 have extra effect whenever it makes sense and feels right. But having it be a core rule would be a PITA.

    Not to mention that it would make skill checks even more driven by randomness, which is already a problem.


  • My old mother, who is completely disinterested in technology, has used a Linux desktop for a decade now without major issues.

    If you aren’t a power user the differences between it and Windows are minor. You have windows, icons, menu bars, x closes the application, the box makes it big, right-click to open a menu, left-click to select, it’s all the same stuff. Besides, most of your time is spend in a browser anyway.

    Yeah things break some times, but no more than in Windows. Being on a very default Ubuntu installation she can just search for her problems online and blindly run some random console command that probably fixes it, just like on Windows.

    Hardware is easier because drivers are generally just magically there. Software is easier because it’s mostly in a repository which automatically installs dependencies and updates and doesn’t come with malware.

    By far the biggest problem has been documents and executables that can only be opened in Windows. Mostly PDF forms (fuck you Adobe).






  • I feel like you made it sound a bit backwards :)

    There’s nothing to install on a “git server”, git doesn’t have a server component. You can point your git client to a remote place where it can store its files using SSH. But you don’t install anything on the server for this.

    Which is why self hosting a git remote is super easy. All you need is a server with ssh and a little bit of storage.

    If you just want to sync code between different computers and have a backup, that’s all you need.


  • There’re a lot of privacy enthusiasts who seem to view privacy as a binary. So because Mozilla isn’t perfect, it’s as bad as can be.

    They also commonly have little understanding of the underlying technology, law, business, etc., which I guess is why they can’t do any threat modeling. They’re just really scared of a nebulous threat they do not understand. Which I can sympathize with.

    But privacy then becomes more about “staying pure” in some abstract sense, rather than about avoiding concrete threats.

    (As a tip to those who want to do better, any real security starts with threat modeling. There is no such thing as perfect security, it’s always a tradeoff. So you must do threat modeling to make sure you’re putting your resources where they will make a difference.)


  • It’s not about identity as much as it’s a very poor way to try to convince someone.

    Don’t base your line of argument on a statement you know the other person will likely disagree with.

    For example “You should play Pathfinder because DnD sucks”, holds no weight to people who don’t think that DnD sucks. In fact if they happen to like DnD, it undermines your argument, because if you disagree about DnD, aren’t you also likely to disagree about Pathfinder?


  • If they play a system, they probably like that system and find its shortcomings acceptable. You can’t convince someone that a system isn’t enjoyable when they have first-hand evidence to the contrary.

    Asking people to stop being comfortable doing something they like, so that they can be uncomfortable doing something you like, isn’t a good value proposition.


  • If you lead with “Thing you like is actually bad”, their immediate response will be to disagree with you and start defending the thing they like. And if you want someone to listen to your arguments, rather than just try to poke holes in them, you must avoid putting them on the defensive.

    To get through to people, find common ground and build off that. “If you like FEATURE in GAME, you’ll probably love SIMILAR FEATURE in OTHER GAME because…” is something that’s actually going to get someone interested, rather than start a pointless argument :)