Drunken Bishop (2023)
82 points
3 days ago
| 6 comments
| re.factorcode.org
| HN
GolfPopper
2 days ago
[-]
It's been a while but I can't get past the first image. I keep wanting to kill the orcs and grab all those spellbooks and gems, while keeping a wary eye on the elemental. (Although since this is obviously the Elemental Plane of Air, my ascension kit should let me handle it easily enough.)
reply
p1necone
2 days ago
[-]
How universal are roguelike character mappings? Is there some central bit of knowledge that all the developers refer to to decide whether 'b' should be a bear or a beholder?
reply
jtolmar
2 days ago
[-]
Punctuation characters tend to be pretty consistent; there's a few lineages of roguelikes that copy them from each other, and only a handful of things a given mark can mean. ! means potion

Letters are almost always monsters, but which monsters are in which game is anyone's guess.

reply
ramses0
2 days ago
[-]
These links are not loading for me but hopefully it's just some network hiccups on my end:

The Art of Unix Programming: http://www.catb.org/~esr/writings/taoup/html/

GNU Coding Standards: http://www.gnu.org/prep/standards/standards.html

Standard list of long options: http://www.gnu.org/prep/standards/standards.html#Option-Tabl...

Short options from -a to -z: http://www.catb.org/~esr/writings/taoup/html/ch10s05.html

...so this is the "serious" version of what you're describing.

reply
codeduck
2 days ago
[-]
Time to cast Dispel Evil
reply
starry_dynamo
2 days ago
[-]
I love being able to see the keys that are generated.

Years ago I made a high res greyscale version of the drunken bishop:

https://raw.githubusercontent.com/justintrupiano/RSA-Randoma...

reply
mrjbq7
2 days ago
[-]
That's pretty cool, do you have the algorithm described anywhere?
reply
starry_dynamo
1 day ago
[-]
https://github.com/justintrupiano/RSA-Randomart-4k

Forgive the 6 year-ago-me Processing code.

It used an increase in the color value instead of iterating through characters like the original.

reply
dtgriscom
2 days ago
[-]
I see the theoretical need for such fingerprint displays, but I can't imagine noticing that the display for one of the computers I work with has changed. Maybe if I printed them all out and posted them around my monitor...
reply
ethan_smith
2 days ago
[-]
I've found setting an alias like `alias ssh='ssh -o VisualHostKey=yes'` makes these fingerprints appear on every connection, creating muscle memory for how they should look. When something changes, it immediately feels "off" without needing to remember specific patterns.
reply
twic
2 days ago
[-]
I wonder if this would work better if it played a little jingle on every connection, rather than showed a picture.
reply
riffraff
2 days ago
[-]
Why not use ssh's config rather than an alias?
reply
pointlessone
2 days ago
[-]
These visualisations are so bland I can’t tell them apart. I mean, if looking at two side by side than sure, but if I look at them like every other day at best I can’t tell if anything has changed.
reply
jakobnissen
2 days ago
[-]
The visualisation makes it hard to see changes near the end of the string, which makes it a bad visualisation for verifying cryptographic hashes.
reply
Thorrez
2 days ago
[-]
With cryptographic hashes, partial collisions are easier than full collisions, but still difficult.

But yes, it's unfortunate that Drunken Bishop provides different amounts of protection for bits in different locations. Ideally the protection would be equal among all the bits.

reply
bubblebeard
2 days ago
[-]
I am at a loss for words. This is simply an amazing read. Thank you for supplying me with this information.
reply