36 Matching Annotations
  1. Feb 2025
    1. In den Reden der Vertreter:innen von Zentralbanken spielt die Klimakrise seit 2015 eine wichtige Rolle; in etwa einem Drittel der Reden wird sie erwähnt. Drei Wissenschaftlerinnen haben diese Diskurse systematisch untersucht und modelliert. Ob und wie die Klimakrise zum Thema wird, hängt vor allem von den institutionellen Aufgaben der Zentralbanken ab.

      Wirkungen haben diese Reden immer nur kurzfristig dadurch, dass sie die Kurse von „grünen“ Unternehmen steigen lassen.

      https://theconversation.com/quand-les-banques-centrales-semparent-de-la-question-du-climat-249076

      Working Paper: https://www.lse.ac.uk/granthaminstitute/publication/warning-words-in-a-warming-world-central-bank-communication-and-climate-change/

  2. Feb 2024
  3. Jan 2023
  4. Dec 2022
  5. Nov 2022
  6. Mar 2022
    1. In 1994, The Unix-Haters Handbook was published containing a long list of missives about the software—everything from overly-cryptic command names that were optimized for Teletype machines, to irreversible file deletion, to unintuitive programs with far too many options. Over twenty years later, an overwhelming majority of these complaints are still valid even across the dozens of modern derivatives. Unix had become so widely used that changing its behavior would have challenging implications. For better
  7. Feb 2022
  8. Nov 2021
  9. Sep 2021
  10. Aug 2021
    1. I really hope they keep breaking it. Being the lead on a library for several years, most of the forced refactors were pretty straight forward and in almost every case made our code either more sound or easier to be consumed. Now I work on a runtime that embeds TypeScript and 3.5.1 has broken some code, thought it took me all of about 15 minutes to make the changes to adopt it, and in every case, it broke because we were being a bit loose with the types. While it didn't find any bugs, it made the code more "safe".

      I really hope they keep breaking it.

    2. We'll sometimes need to make changes that can end up creating new type errors in existing programs - this is ultimately unavoidable, because for any change in the type system, including bug fixes, it's possible to construct a program that will have a type error introduced into it as a result.
    1. We would also like it if breaking changes were not made in a minor version update. If this breaking change is absolutely necessary, it should be made with TypeScript version 4.x, not in a minor version update. It's very notable that according to Dependabot, this version update saw an over 10% failure rate, despite being a minor update, when most other builds have less than 3%. Heck, even the 2.9.2 → 3.0.1 breaking change had a lower rate of failure than this one! Surely Microsoft can not consider that acceptable.
  11. Jun 2021
  12. Mar 2021
  13. Feb 2021
  14. Nov 2020
  15. Oct 2020
  16. Sep 2020
  17. Mar 2020
  18. Dec 2019
    1. Neutrino v9 is our largest release ever, bringing the preset and middleware ecosystem back to the native tools and utilities for which they were originally created. The biggest breaking change is the necessity to use external tools alongside Neutrino now, i.e. webpack, ESLint, Jest, Karma, and others' native CLIs will be used in tandem with Neutrino.