@ceeoreo_@carolynvs I suspect you're good as is. A senior engineer at my firm once impressed upon me the importance of showing intellectual honesty and being upfront about your struggles, some problems are just hard y'know and being honest helps you to be relatable to all.
Entropy is not the easiest thing to understand.
It is rumored to describe something about information and disorder, but it is unclear why.
What do logarithms and sums have to do with the concept of information?
Let me explain!
↓ A thread. ↓
@headius I hope there will be a silver lining to the forced WFH where people and businesses find out that this is a viable way to reduce commuting (traffic/time waste/pollution) and improve diversity. IMO It doesn't need to work for everyone all of the time, to prove beneficial.
I hope this presentation will answer many questions about excessive memory usage of a Java process. How to find where large RSS comes from, how to monitor native memory consumption and how to profile off-heap allocations.
People fighting against "gender identity" on biological grounds need to get better hobbies. I don't care if you identify as a watermelon as long as you run tests before you submit your PR.
Recently we were looking at why a process, whose parent exited and was reparented appears to run but crashes immediately after writing to stdout.. anyway I found this article on how the TTY driver works. I would thoroughly recommend it: https://t.co/ndn8rdJlCU
One of the best things I've learnt professionally, that has been applied to my hobby projects, is ruthless scoping, followed by descoping, and more descoping until all that remains is the minimal effort necessary for a project!
https://t.co/m3bFKeQfTN
Great article on various classes of performance optimisation. A new one to me was bypass delays that come into affect when switching between int, floating point and vector arithmetic. Agner Fog has more info https://t.co/ZdF0IWVeTH