Stefano Gogioso

Results 16 comments of Stefano Gogioso

On Firefox 95.0, the `hljs-meta` spans are replaced with blank lines when the text is copied (this also happens in the Read the Docs snippet I linked previously, so I...

If the items inside vaults are limited in amount, then exploration is rewarded, but charting is not (at least not for long). What about also having few rarer vaults which...

I was thinking more of something that encourages people to re-visit vaults, and/or that makes it interesting to share the positions of different vaults in the world. Something unique to...

A couple more points that I thought would be worth considering: - LiDAR path-finding should not work in vaults, so that cubots have to chart their way through the good...

> I don't want the progression of the game to be that hard I agree with that, I wasn't thinking of anything that would block/slow down other players. . >...

I find password brute-forcing a bit too simple: it consumes time, but requires no finesse. One way to make the password-cracking challenge more interesting would be to make the vault...

> I'd prefer not placing an artificial limitation for brute forcing. Agreed: brute-forcing a uniformly random sequence of 8 alphanumeric characters would take 2^48 ticks, or about 40 million years....

Just a note here that the third test vector in the [base58 spec](https://datatracker.ietf.org/doc/html/draft-msporny-base58-02) is wrong: it states that the base58-encoded value of `0x0000287fb4cd` is `111233QC4`, but it should be `11233QC4`...

I get the same kind of failure with the parametric geometry example, even in 2.4.0, except mine is: ``` Failed to load model class 'RendererModel' from module 'jupyter-threejs' makeError@http://localhost:8888/static/components/requirejs/require.js?v [...]...

Just chiming in that this is still an open issue as of Mypy 1.7.0 (Python 3.12.0). ```py from typing import Any, Hashable def foo(t: type) -> None: x: Hashable =...