Tech is destructive if it operates outside of core human values and holistic, empathetic thinking. Those STEM disciplines are useful, but only when they contribute to human flourishing.
Had our ancestors been asked to predict what would happen in an age of widespread prosperity in which most religious and cultural proscriptions had lost their power, how many would have guessed that our favourite activities would not be fiery political meetings, masked orgies, philosophical debates, hunting wild boar or surfing monstrous waves, but... See more
the majority of my learning occurs while working through the challenges of my daily work, and I think that’s an important goal to optimize for when trying to learn quickly enough to remain in-role at a growing company.
Finally, there is that options ndots:5 . This indicates “how many dots should there be in a name for that name to be considered an external name”. In other words, if we try to resolve a , a.b , a.b.c , a.b.c.d , or a.b.c.d.e , the search list will be used - so resolving api.example.com will result in 5 DNS queries (for the 4 elements of the search ... See more
regarding configuration options in an /etc/resolv.conf file
Understandability is one of the most basic needs of readers of a piece of code. Optimizing for understandability can result in optimizing for everything else on the hierarchy depicted above. Understandable code is code that lends itself well towards being debugged . Code can often be debugged with a test case. Code that’s easy to test is, as often ... See more