Douglas Muth

Results 50 comments of Douglas Muth
trafficstars

Hiya, just wanted to acknowledge this, though I have 2 weeks of travel over the next 3 weeks, so I may not get to this in a timely manner. I'm...

How did I miss this? Anyway... This isn't one I've encountered, because I copy and paste my passwords. But I'll play around with the font and see what I can...

Updated PHP code and shell scripts to generate separate word lists for 6 and 7 dice rolls. 8 dice rolls is a non-starter at this time because my main wordlist...

At this point, there is now debug support for rolling 6 and 7 dice per roll, but I am not entirely sure if that is a direction I want to...

Hey @collectorgeneral, sorry for taking so long to respond--I was away on travel. I just took a look through that page and read through their wordlist, and this looks fantastic!...

You can use this script: https://github.com/dmuth/diceware/blob/master/wordlist/create-wordlist.php to create a wordlist based on additional numbers of dice, based on the 1/3rd most common English words. -- Doug

Oh! The raw wordlist for that script lives at https://github.com/dmuth/diceware/tree/master/wordlist -- Doug

I'm using the package https://www.npmjs.com/package/random-number-csprng which doesn't seem to support passing in seeds, so we may be out of luck on this one for the time being.

I just found this and would love to see it merged, as I'm playing around with multiple httpbin instances, and having a way to uniquely identify each one would be...

> @dmuth You could try https://github.com/chinaran/go-httpbin, a golang port of httpbin. > I added envs param for identify httpbin instance. It will default show HOSTNAME env which in k8s is...