poeir

- friends
531 link karma
14,750 comment karma
send messageredditor for
what's this?

TROPHY CASE

Grand Theft Auto III on sale for 99 Cents on Google Play by ragflanin Android

[–]poeir 0 points1 point ago

There's a sequel, Rebuild 2. It's an improvement over the original, but it takes longer to play.

What makes a good villain? by shokkerin rpg

[–]poeir 0 points1 point ago

There was a Advanced Dungeons & Dragons Second Edition supplement, The Complete Book of Villains, that is exclusively about the answer to this question. The great news is there's nothing I can remember in there that's 2e-only: The book doesn't even need to say "Dungeons & Dragons" on it to apply to most campaigns.

Were you this patient? 1994 classic game "7th Guest" is free from the Mac app store today. by netoholicin patientgamers

[–]poeir 1 point2 points ago

Gamespot had a neat article on the developers of The 7th Guest, The Rise and Fall of Trilobyte, which for some reason now seems to be missing pages.

I only played it on store displays. It was fun. Too bad I don't have a Mac now.

Our ranger attempted a Twin Strike during an epic battle. Athas is a cruel world. by Dickie_Luvs_Youin DnD

[–]poeir 3 points4 points ago

Level 20 fighters have attracted the attention of the gods, some of whom do not look kindly upon mortal hubris.

How's that for an explanation?

What obsolete (or near obsolete) technology do you still use? by DamienMaxwellin AskReddit

[–]poeir 8 points9 points ago

OmniTouch is a better solution than watch interfaces, giving all of the advantages of a wrist-worn device and then some. It will probably be more expensive, but that's a small price to pay for a much more flexible interface.

What is your all time favourite moment from The Simpsons? by m3taphorin AskReddit

[–]poeir 1 point2 points ago

I was very disappointed when I learned Bill Gates didn't voice himself in that episode. It's Hank Azaria.

I give up, WebEx. You tell me what my password should be. by numbskiin geek

[–]poeir 8 points9 points ago

That gets on my nerves so much. "Use a special character. No, not that special character."

I give up, WebEx. You tell me what my password should be. by numbskiin geek

[–]poeir 71 points72 points ago*

Whoever made the decision to implement such a scheme is utterly convinced that his set of rules makes everybody using his site/application more secure.

What's really ridiculous about this is that each password requirement reduces the necessary search space of a brute force dictionary attack, thereby increasing vulnerability. This is true even if people pick completely random passwords that they can also remember (such passwords do not exist, as randomness is the enemy of memory).

For "any 8 character password, made up of alphabetic characters, numbers, and special characters," there are 26 lowercase characters, 26 uppercase characters, 10 digits, and 33 easily-typeable special characters (I speculate that, in practice, the most frequently-used special characters will be in the set [ "'()&!.,?] since those are punctuation people regularly use. The set [@$%&:;] is also likely to see some fans, but after that, most people will ignore the characters. I have not confirmed this. The brackets are only for grouping, they are not part of either set.).

This gives an alphabet of 95 characters. Allowing for passwords of length 1-7 gives Σ(n:1..7) 95n = 70,576,641,626,495 ~= 7 * 1013 potential combinations, meaning that mandating a minimum of 8 characters eliminates 70 trillion possible combinations. Now, in practice, most combinations aren't going to be used; people are much more likely to pick 'password' for their password than 'o?3Qk@FWC' so exhaustive dictionary attacks aren't necessary, and usually the kind of attack that will try to guess passwords only needs one account with a dictionary entry. Also, there are more potential 8 character passwords (958 = 6,634,204,312,890,625 ~=6.6 * 1015) than potential 1-7 character passwords, so this particular point isn't as huge a deal as it might seem at first glance.

Any requirement of special characters reduces the search space. We know that there's at least one number, one letter, and one special character, so our formula is instead:

10 * 33 * 52 * 955 = 132,780,808,875,000 ~= 1.3 * 1014 edit: itsjustaride27 points out an error in this value

(Number of digits) * (number of special characters) * (number of alphabetic characters) * (full alphabet)5 characters remaining

This search space is 2% ~56% the size of the search space for only a length 8 requirement, a significant reduction.

The benefit is people are less able to pick dictionary words, but the drawbacks are:

1) The search space to brute force dictionary attacks is reduced (and in practice, most people are going to use something like 'password1.' which is still very vulnerable to dictionary attacks, it's just a matter of changing the dictionary).

2) People can't remember their password, so they record it somewhere, which its own security risk.

Avoiding dictionary words isn't even necessarily a good thing: A password made up of four random words from a 10,000 word vocabulary, each of is a dictionary word, has far more possibilities (1016) than an eight character password using the full 95-character alphabet.


Here's hoping I didn't make any math errors that invalidate my point.

If/when I start playing Shadowrun, I was thinking I could take the groups runs and animate them into short film cartoons when we finish. Would anyone be interested in seeing them? Also, does something like this exist already? by Nrksbulletin rpg

[–]poeir 6 points7 points ago

Darths and Droids was inspired by The DM of the Rings, which reimagines the Lord of the Rings films as a d20 campaign. It uses the same format as Darths and Droids.

Zombie Survival Map by vanillebaerin funny

[–]poeir 1 point2 points ago

How to play better Hangman by NickBerryin boardgames

[–]poeir 2 points3 points ago

I put together a quick Monte Carlo simulation of the game, along with a stochastic analysis (which gives exact probabilities; the two work as a good sanity check against one another, since they should be in the same ballpark).

Event            | Stochastic Analysis           | Monte Carlo Probability | Cases (out of 10^6) | Cases (out of 10^7)
No matching card | 720/1024 = 45/64 (70.3125%)   | 70.3%    - 70.4%        | 703,847             | 7,031,708
1 matching card  | 240/1024 = 15/64 (23.4375%)   | 23.38%   - 23.43%       | 233,810             | 2,343,154
2 matching cards |  60/1024 = 15/256 (5.859375%) |  5.44%   -  5.86%       | 54,418              | 585,857
3 matching cards |   4/1024 =  1/256 (0.390625%) |  0.3925% -  0.3928%     | 3925                | 39,281

(Apparently reddit no longer supports table-format markdown, so you'll have to make do with this fixed-width table.)

I'm assuming that if the dealer has two cards of one suit and three cards of another suit, he always picks the two cards, making the other three cards losers. This also assumes an infinite deck; probabilities would change with a standard 52-card deck, or any finite-sized deck.

Reasonable payouts would be nothing if they stop, 4x if they match one, 16x if they match two, and 250x if they match three; certainly not any higher than 4x for one, 17x for two, 255x for matching three.

Cheapest time to buy international airline tickets? by likufanelein travel

[–]poeir 4 points5 points ago

I recently learned about Matrix ITA. It also lets you specify multiple starting airports, as well as moderately flexible dates.

A Coat of Arms generator for your personal heraldic shield! by Lord_Blizzardin Fantasy

[–]poeir 0 points1 point ago

Tincture are the colors used on heraldry; some particular rules are listed which makes the heraldry much more legible.

I just figured out why Quinn / Barney doesn't work for me. by redthedain HIMYM

[–]poeir 2 points3 points ago

A super popular prime-time TV show wouldn't have incest in it. (Has that ever happened? Closest I can think of is Boone and Shannon on Lost, but they were only step-siblings...)

Does A Game of Thrones air in prime time? I really don't know, I only read the series, not watched the show.

When the logistics gods smile upon you by Throwaway01011010in AdviceAnimals

[–]poeir -1 points0 points ago

I don't think I've ever received an item from Amazon or NewEgg on or after the estimated date. In some ways I'd prefer they took longer to get here; it's nice to have something to look forward to, and once the item's arrived I can't look forward to it any more. One effect is I'm much less likely to order something when something is already in transit, so it's probably a good business decision to deliver as soon as possible.

People who live near Time Zone lines: Do you clarify which Time Zone you're referring to when stating a time? by jevan027in AskReddit

[–]poeir 5 points6 points ago

Britain has GMT, Big Ben, and The Doctor; not to mention that thing about the sun never setting on their empire. It's like you're trying to claim dominion over time itself.

What are some great house rules you have for board games? by lineofsightnamein AskReddit

[–]poeir 1 point2 points ago

It's hard to say. The rules are made up, but you keep the cards between games (usually), so it's not really Calvinball.

What are some great house rules you have for board games? by lineofsightnamein AskReddit

[–]poeir 16 points17 points ago

You should give 1000 Blank White Cards a try.

What are some great house rules you have for board games? by lineofsightnamein AskReddit

[–]poeir 1 point2 points ago

I like the top hat because when you're doing well, you can have it brim down, but when you're doing poorly, you can turn it over, with the brim at the top, as though you were accepting donations.

Though frankly I don't care for Monopoly. Acquire is a much better take on the same theme.

What are some great house rules you have for board games? by lineofsightnamein AskReddit

[–]poeir 0 points1 point ago

This isn't a house rule, but a response to your friend's listed house rule:

In Monopoly, on your third turn in jail you must either roll doubles or pay $50; in either case, you leave jail.

What about a movie exchange? by spacemanspiff30in secretsanta

[–]poeir 3 points4 points ago

The exchange you're thinking of was a mix CD exchange. This would have necessarily involved copying tracks from multiple CDs onto one CD. Most people aren't diligent enough to get permission from all the necessary parties to make that not copyright infringement.

A movie exchange would likely be the exchange of commercially available DVDs, which is protected by the right of first sale in the USA, so that legal issue doesn't exist.

I am not a lawyer.

I also have no plans to participate since the exchange would encourage giving money to the enemies of free speech. It's too bad; I used to like movies, but the social cost of the industry is too high.

What is a video game you're surprised they've never made? by BindingsAuthorin AskReddit

[–]poeir 4 points5 points ago

In a lot of ways, you just described Minecraft.

[DCSS] I Am My Own Worst Enemy... by xStopAndGoin roguelikes

[–]poeir 0 points1 point ago

I once encountered two of my own ghosts, plus three named uniques, in a level that was one big open area in the shape of a plus sign. I died before clearing the level, since both it and the lower levels were more than I could handle.

view more: next