39 Matching Annotations
  1. Sep 2026
    1. Michigan is a good example. Although it has the highest number of restrictions, it carries effectively zero pipeline exposure, something subscribers to our Datacenter Industry Model could see directly in the Michigan project-level data, even as the state's growing ordinance count was receiving national coverage.

      【非共识】作者以密歇根州为例,挑战了禁令数量与实际影响成正比的观点。尽管该州有最多的限制措施,但实际管道暴露为零,这一案例有力地支持了他们的核心论点,即禁令数量不能直接转化为实际影响,需要更细致的项目级别分析。

    2. But the number of moratoriums is a poor proxy for the amount of MW capacity they actually affect. There's plenty of loopholes/gaps with the moratoriums.

      【非共识】作者挑战了行业分析中仅通过统计禁令数量来评估影响的做法,指出这种简单计数方法忽略了禁令的实际执行情况和漏洞。这一观点与主流分析框架相悖,强调了需要更精细化的项目级别分析方法来准确评估政策影响。

  2. Jun 2026
  3. May 2026
  4. Apr 2026
    1. The Prompt API uses the Gemini Nano model in Chrome. While the API is built into Chrome, the model is downloaded separately the first time an origin uses the API.

      大多数人认为内置API应该包含所有必要组件,无需额外下载,但作者明确指出模型需要单独下载。这与人们对'内置'API应该即开即用的普遍认知相悖,暗示用户首次使用时可能会面临显著的下载时间和存储压力。

  5. Feb 2025
  6. 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.
  7. 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.

  8. 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.
  9. Jan 2022
  10. Nov 2021
  11. Oct 2021
  12. Jul 2021
  13. Jun 2021
  14. 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

  15. Apr 2021
  16. Mar 2021
  17. Oct 2020
  18. Sep 2020
  19. Aug 2020
  20. 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.
  21. Jun 2020
  22. May 2020
  23. 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.
  24. 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.
  25. Dec 2019
  26. Nov 2019