Yeah, that's the HN "anti-clickbait" feature that (amongst others) removes the "How" from titles like "How we managed to run Doom on a mechanical typewriter", but in this case it doesn't make sense at all...
It removes repetition and imitation. To avoid a frontpage list full of "why I rewrote ___ in rust" , ,"how I use rust for filing my taxes", "how I switched from braille to rust"
I see a future where some humanoid robot mows the lawn, picks up trash, puts the bins outside weekly, vacuums the house, loads the dishwasher, does the clothes washing. While not actively doing those things, it will plug itself in and be passive security.
They will need help doing the finer control things, and they won't do everything. But definitely useful enough, especially for older folk.
Not sure if you'd count it as social, but the dancing spiders certainly put effort into courtship: https://www.youtube.com/watch?v=5qkzwG2lLPcPeacock spiders, dance for your life! - BBC
are there any affordances for prediction or replay? you could try to help network latency by having the server resimulate a small period of time roughly equivalent to the client's network delay - it's not perfect without client-side prediction but it could help
It's possible, but harder than traditional client/server paradigm since the client here is generic so the predictablity should be based on something other than heuristics
I'm thinking about simple ML to predict inputs and feedbacks. Since the amount of data generated in the streaming is massive and well structured, it looks like a possible approach
No, swapping just exchanges the relation. What one needs to do is to put the errors in X and errors in Y in equal footing. That's exactly what TLS does.
Another way to think about it is that the error of a point from the line is not measured as a vertical drop parallel to Y axis but in a direction orthogonal to the line (so that the error breaks up in X and Y directions). From this orthogonality you can see that TLS is PCA (principal component analysis) in disguise.
I need Notice (between Info and Warning), for important events such as start and shutdown, and successfully connecting to the database, and ready to start serving. These otherwise would be in Info; and enabling Info level produces a torrent of uninteresting muck.
reply