I still haven't found anything quite like the feeling you get when you die in Diablo II hardcore.
It’s true that the digits did jump around on me, but it’s not experienced as active motion, as portrayed here. It’s more that I see a false representation of what’s in the page.
I think words aren’t an issue because my brain is good enough at picking the word from what’s there and context.
It would be more like rendering the page with a few different Random letters swapped each time, rather than continuous movement of letters on the page.
Edit: I won't hold out that long here. Here's the link to the feature to make this possible for anyone interested: https://docs.qmk.fm/#/feature_advanced_keycodes?id=mod-tap
func get_value(key):
value = backend.get(key)
return value
Is way better than something along these lines: func get_value(key):
while true:
response = backend.get(key)
if response.type == "promise":
sleep duration
continue
return response.value
If your service looks like the former, then suddenly your unit tests can use a postgres database, a sqlite database, a rest client... that all implement the same backend.get(key) interface.
The challenge in these western cities is that they don't even have enough water to run the taps. The reality is that the western US should not be this populated, period.