34 Matching Annotations
  1. Feb 2025
  2. Dec 2023
      • for: science and religion, flat earth misconception, DH, Deep Humanity - science and religion - historical relationship

      • summary

        • Dutch historian Jochem Boodt explains how fake news isn't something new, but as old as the history books!
        • Science and religion were not antagonist in early Western history, as is believed today. This was fake news fabricated in a fascinating way.
        • He uses the example of the common misconception that before Columbus, people thought the earth was flat.
  3. May 2023
    1. Also note that every atom in the backbone has a slight charge arising from the presence of the electronegative atoms O and N. Hence the backbone is polar.

      That's why secondary structure is not dependent on R-groups polarity. A polar or charged R-group and a nonpolar R group do not determine the polarity of the backbone -- it is always polar, and can always participate in secondary structure.

  4. Nov 2022
    1. An init system does not have to be heavyweight. You may be thinking about Upstart, Systemd, SysV init etc with all the implications that come with them. You may be thinking that full system needs to be booted inside the container. None of this is true. A "full init system" as we may call it, is neither necessary nor desirable.
    2. In every day language, people consider "zombie processes" to be simply runaway processes that cause havoc. But formally speaking -- from a Unix operating system point of view -- zombie processes have a very specific definition. They are processes that have terminated but have not (yet) been waited for by their parent processes.
  5. Jan 2022
  6. Nov 2021
  7. Oct 2021
  8. Jul 2021
  9. Jun 2021
  10. May 2021
    1. Erik Angner. (2021, February 17). One point that the pandemic has brought home to me is just how narrow people’s expertise is. I’m regularly surprised by how a celebrated professor of X can exhibit a sub-college-level understanding of Y, even when X and Y are related. /1 [Tweet]. @ErikAngner. https://twitter.com/ErikAngner/status/1362006859004141570

  11. Apr 2021
  12. Mar 2021
  13. Oct 2020
  14. Sep 2020
  15. Aug 2020
  16. Jul 2020
    1. wrapping every callback function inside useCallback(): import React, { useCallback } from 'react'; function MyComponent() { const handleClick = useCallback(() => { // handle the click event }, []); return <MyChild onClick={handleClick} />; } “Every callback function should be memoized to prevent useless re-rendering of child components which use the callback function” is the reasoning of his teammates. This statement is far from the truth. Moreover, such usage of useCallback() makes the component slower, harming the performance.
  17. Jun 2020
  18. May 2020
  19. Apr 2020
    1. In mainstream press, the word "hacker" is often used to refer to a malicious security cracker. There is a classic definition of the term "hacker", arising from its first documented uses related to information technologies at MIT, that is at odds with the way the term is usually used by journalists. The inheritors of the technical tradition of the word "hacker" as it was used at MIT sometimes take offense at the sloppy use of the term by journalists and others who are influenced by journalistic inaccuracy.
  20. Mar 2020
    1. When you think about data law and privacy legislations, cookies easily come to mind as they’re directly related to both. This often leads to the common misconception that the Cookie Law (ePrivacy directive) has been repealed by the General Data Protection Regulation (GDPR), which in fact, it has not. Instead, you can instead think of the ePrivacy Directive and GDPR as working together and complementing each other, where, in the case of cookies, the ePrivacy generally takes precedence.
  21. Dec 2019
  22. Nov 2019