Quotessence
Home / Quotes / Quote by Anonymous

Quote by Anonymous

Author

Anonymous

Browse famous quotes and profile details for Anonymous. more

You May Also Like

“Labor of AI (The Sonnet) Asking AI to help you write, is not writing. Asking AI to tune your voice, is not singing. Asking AI to help you paint, is not painting. Asking AI to help you code, is not coding. Asking AI to help you create, is not creativity. Asking AI to build your dream, is not dreaming. Asking AI to narrate books, is not storytelling. AI oughta do manual labor, so humans can do the creating.”

“Stay Behind (The Sonnet) While mine owners' kids are packing, Their mittens to colonize Mars, How about you stay behind, To give light as an earthly human star! I am not here to teach you how to code, I am here to show you why code. I am not here to teach you science, But to humanize the scientific road. Okay if they don't know the role of science, You for one, don't walk in their dirtsteps. You are wise, brave, and above all, human, Be the practitioner of humanitarian science. Science is superpower, always use it wisely. Little science does much harm if used recklessly.”

“Resilience versus Robustness. Typically when we want to improve a system’s ability to avoid outages, handle failures gracefully when they occur and recover quickly when they happen, we often talk about resilience. (…) Robustness is the ability of a system that is able to react to expected variations, Resilience is having an organisation capable of adapting to things that have not been thought of, which could very well include creating a culture of experimentation through things like chaos engineering. For example, we are aware a specific machine could die, so we might bring redundancy into our system by load-balancing an instance, that is an example of addressing Robustness. Resiliency is the process of an organisation preparing itself to the fact that it cannot anticipate all potential problems. An important consideration here is that microservices do not necessarily give you robustness for free, rather they open up opportunities to design a system in such a way that it can better tolerate network partitions, service outages, and the like. Just spreading your functionality over multiple separate processed and separate machines does not guarantee improved robustness, quite the contrary, it may just increase your surface area of failure.”