HN user

postoplust

30 karma
Posts0
Comments15
View on HN
No posts found.

If TikTok turned out to be State sponsored spyware, would you reconsider?

I support your slippery slope argument. I wonder where your red line is relative to "state sponsored spyware" and "typical advertising ID tracking" or "cool new app from company influenced by an adversarial super power".

this is timely and useful to me -- thanks for sharing

debugging with this method is much nicer than my previously methods: lots of `logging.debug(f"{my_list}")` and parsing pytest output

I use and highly recommend this framework as the starting point for any technical documentation. It helped me learn how to keep the detailed technical explanations out of the how-to documents. Before I learned of Diataxis, my how-to docs were much longer and hard to follow when things go right (because I had lots of, "if this doesn't work, investigate A, B, C...").

Hard Mode: Any revealed hints must be used in subsequent guesses

As implemented, hard mode doesn't count gray letters (letters nowhere in the solution) as hints. You're allowed to reuse gray letters, but true hard mode should prevent that.