91 Matching Annotations
  1. Sep 2026
    1. Thank you for the additional clarification and for the considerable expenditure of explanatory effort represented by the preceding response. Before proceeding further with the underlying technical question, it may be useful to establish a more explicit shared understanding concerning the relationship between the quantity of information supplied, the extent to which that information is necessary for the immediate decision being made, and the finite amount of maintainer attention available for converting the supplied information into an actionable conclusion. For the avoidance of doubt, the concern being raised here is not that factual accuracy, reproducibility, technical precision, correction of earlier assertions, or sufficient evidentiary support are undesirable. Each of those properties is useful and may, under the appropriate circumstances, be necessary. The difficulty arises when the information required to establish the relevant fact is accompanied by additional explanation whose presence, although potentially interesting and perhaps even technically correct, does not materially alter the fact itself, the confidence with which that fact can be evaluated, or the action that follows from accepting it. Every response imposes what might be described as a comprehension obligation upon its recipients. That obligation consists not merely of reading the words presented, but also of determining which statements constitute factual claims, which function as evidence, which are qualifications, which are conjectures, which supersede earlier statements, which merely restate conclusions already established elsewhere, and which are included primarily to explain the circumstances under which some other statement came to be made. The cost of satisfying this obligation tends to increase with the length, density, and structural complexity of the response, even where the amount of information capable of changing the maintainer’s eventual decision remains constant. This consideration is particularly significant in the context of open-source maintenance, where the time required to read, classify, verify, and contextualize one response cannot simultaneously be used to reproduce another issue, review a pull request, investigate a regression, prepare a release, answer another contributor, evaluate a dependency update, improve documentation, or perform any of the numerous other activities competing for the same limited pool of attention. Consequently, verbosity is not entirely without cost merely because the information is supplied voluntarily, constructively, and with the intention of preventing misunderstanding. Its cost is transferred to each recipient who must determine which portions are operationally necessary and which portions can be disregarded without compromising the validity of the resulting conclusion. We would therefore ask that future responses be prepared according to something approximating a principle of minimum sufficient communication, by which a response contains the smallest collection of independently useful facts required to answer the question currently being asked or to establish the behavior currently under discussion. Information should not be included solely because it is adjacent to the subject, because it records the path by which a conclusion was reached, because it anticipates questions that have not yet been asked, because it exhaustively delineates the boundaries of claims whose ordinary interpretation is already sufficiently narrow, or because omitting it might leave some peripheral aspect of the subject less than comprehensively characterized. The use of the word “smallest” in this context should not be interpreted as a request for artificial abbreviation, unexplained assertions, incomplete reproduction instructions, or the omission of facts required to distinguish the reported behavior from another superficially similar behavior. It means, instead, that each sentence should justify the attention required to process it by contributing something without which a maintainer would be materially less able to verify the report or determine the appropriate next action. Where the removal of a sentence would leave the actionable meaning unchanged, that sentence should generally be presumed removable. Where several paragraphs can be replaced by a single concrete observation without sacrificing reproducibility, the concrete observation should be preferred. Where a mechanism can be demonstrated through a minimal configuration change and an immediately observable result, that demonstration should ordinarily take precedence over a comprehensive narrative describing the mechanism’s provenance, implications, surrounding implementation details, and hypothetical manifestations in configurations not yet tested. Qualifications should similarly be restricted to those that alter the reasonable interpretation of the principal claim. It is generally unnecessary to enumerate every proposition that is not being asserted, every environment that has not been tested, every alternative explanation that was considered and rejected, every inference that a sufficiently careful reader might otherwise draw, or every reason the author has for believing that an untested configuration may behave similarly. Where uncertainty is relevant, it is usually sufficient to identify the precise boundary of verification rather than narrating the broader epistemological status of all related propositions. One potentially useful standard for deciding whether information warrants inclusion is to ask whether the behavior that actually occurs, the smallest reliable procedure that causes it to occur, and any qualification without which those statements would become materially misleading remain understandable and reproducible after the information is removed. If they do, the removed material was probably not necessary for the immediate response. Background already available elsewhere in the issue, detailed explanations of standard language or bundler behavior, speculative generalizations beyond the verified reproducer, extended discussion of why an earlier reproducer was inadequate, descriptions of investigative paths that did not produce the final result, and multiple reformulations of the same conclusion at successively different levels of abstraction should normally be retained by the author unless and until a maintainer requests them. This request is not intended as a judgment concerning the effort, competence, thoroughness, or good faith involved in preparing the response. It concerns the format in which the result of that effort is presented. A technically correct response may nevertheless be disproportionately expensive to consume, in much the same way that a comprehensive diagnostic log may contain the relevant error while simultaneously making that error more difficult to locate. The objective is not to minimize the amount of investigation performed by the reporter, but to minimize the portion of that investigation which every subsequent reader must reconstruct before reaching the actionable result. We recognize that determining what is essential requires judgment and that contributors cannot invariably know in advance which detail a maintainer will consider relevant. In such circumstances, the preferred strategy is progressive disclosure, under which the shortest adequately supported factual answer is provided initially and further supporting detail is supplied only when a maintainer identifies a concrete need for it. It is substantially easier for a maintainer to request one missing fact than it is for multiple maintainers to independently identify and disregard several pages of facts that do not affect the decision being made. The appropriate optimization target is therefore not maximum completeness at the time of the first response, but minimum aggregate effort across all participants required to reach a sufficiently supported conclusion. A concise response that results in one targeted follow-up question may satisfy that target more effectively than an exhaustive response which attempts to preempt every conceivable follow-up but requires substantially greater processing time from every reader, including readers for whom most of the anticipated questions would never have arisen. Facts directly necessary to establish the reported behavior should be included. Evidence directly necessary to verify those facts should be included only to the extent that verification would otherwise be impractical or ambiguous. Context that may be interesting but does not change the facts, their verification, or the resulting action should be omitted unless specifically requested. Where several formulations communicate materially identical information, the shortest formulation should be selected. Where a direct statement is available, it should take precedence over a narrative account of how the statement was discovered. Where one verified claim is sufficient, it should not be surrounded by multiple hypothetical extensions. Where the answer to a question can be expressed as a concrete condition and an observable consequence, the response should ordinarily contain that condition and consequence without attempting to supply a general theory of every adjacent failure mode. It is also important to clarify that this does not mean providing a concise summary followed by the same extended explanation that the summary was intended to replace. The continued presence of the explanation preserves most of the reading, classification, and triage cost. A summary is not a substitute for removing unnecessary material when the unnecessary material remains directly beneath it. Supporting details can remain available to the author and can be supplied in a subsequent response if a maintainer determines that the initial facts are insufficient. Nor is it generally necessary to surround relevant facts with introductory courtesies, repeated apologies, rhetorical transitions, anticipatory defenses, summaries of prior misunderstandings, explanations of why the current answer differs from a previous answer, assurances about claims that are not being made, or concluding restatements of conclusions already expressed. Courtesy is appreciated, but its communicative footprint need not substantially exceed that of the technical substance. A correction is most useful when it makes the corrected claim immediately identifiable and permits the obsolete claim to be discarded without requiring the reader to reconstruct the entire history of the correction. Applied to the present exchange, the information that appears most capable of affecting maintainer action is that disabling HMR removes the React refresh preamble, that the resulting client bootstrap no longer causes the relevant environment initialization to occur before createClientRpc is evaluated, and that server-function construction consequently encounters a ReferenceError because process is unavailable. The precise import-order mechanics, the contrast with the initial theory concerning a relative URL, the implications for other plugins whose preambles may differ, the explanation of why the originally linked example does not exhibit the behavior under its default configuration, and the broader characterization of the problem as a dependency on an incidental ordering guarantee may become relevant during implementation, but they need not all be transmitted before maintainers have had an opportunity to evaluate the narrower verified condition and its immediate consequence. In consideration of the asymmetry between the effort required for an author to preserve additional material and the cumulative effort required for every recipient to inspect and classify that material, and with due regard for the limited and nonrenewable character of volunteer maintainer attention as it relates to the substantially renewable supply of potentially relevant contextual exposition, future participation would be most effective if each response were reduced, before submission, to only those empirically established statements whose omission would prevent reproduction, materially distort the reported behavior, or leave the specific question under consideration unanswered, with all supplementary narrative, speculative extension, duplicative reformulation, historical reconstruction, rhetorical cushioning, and otherwise nonessential elaboration withheld pending an explicit indication that its disclosure is required.

      and the finite amount of maintainer attention available for converting the supplied information into an actionable conclusion.

      We recognize that determining what is essential requires judgment and that contributors cannot invariably know in advance which detail a maintainer will consider relevant. In such circumstances, the preferred strategy is progressive disclosure, under which the shortest adequately supported factual answer is provided initially and further supporting detail is supplied only when a maintainer identifies a concrete need for it

      with due regard for the limited and nonrenewable character of volunteer maintainer attention as it relates to the substantially renewable supply of potentially relevant contextual...

  2. Dec 2025
  3. May 2025
  4. Jan 2025
    1. Aneurin Bevan

      for - further research - Aneurin Bevan - 1952 - liberal democracy's greatest paradox - How does wealth manage to persuade poverty to use its political freedom to keep wealth in power? - source - article - Le Monde - Musk, Trump and the Broligarch's novel hyper-weapon - Yanis Varoufakis - 2025, Jan 4 - inequality - elites - source - article - Le Monde - Musk, Trump and the Broligarch's novel hyper-weapon - Yanis Varoufakis - 2025, Jan 4

    2. How does wealth manage to persuade poverty to use its political freedom to keep wealth in power?

      for - key insight - inequality - elites - How does wealth manage to persuade poverty to use its political freedom to keep wealth in power? - source - article - Le Monde - Musk, Trump and the Broligarch's novel hyper-weapon - Yanis Varoufakis - 2025, Jan 4

  5. Nov 2024
    1. for - Yanis Varoufakis - talk - in China - Geopolitics and the US dollar - adjacency - geopolitics - China and US - why did the US start a Cold War with China around 2014? - US switched from surplus to deficit country - Henry Kissinger's role - US needs to be hegemonic - to manage the deficit - and keep everyone exporting goods to the US

      Summary - (see below)

      adjacency - between - Yanis Varoufakis - China US cold war - the importance of the years 2014 - 2015 - Henry Kissinger - surplus economy to deficit economy - techno feudalism - cloud capital - cloudist - adjacency relationship - Yanis Varoufakis gives an insightful talk to Chinese officials about - the reason behind the US cold war with China, - how it is independent of which political party is in power, - eliminates many other reasons put forth - how's this single reason drives so much of geopolitics and US hegemony - why its continuation will destroy any chance of the global collaboration not required to prevent climate change disaster for our entire civilization - a strategy to change direction towards re-establishing healthy relationships between nation states that includes activating the social democrats within the United States - The key observation that explains the cold war with China, - An observation from a Henry Kissinger colleague replying to a solicitation for answers to a question Kissinger posed for his team - Kissinger realized that during his role in the US government, the US would soon switch from a country with a net surplus to ones with a net deficit, and this had existential consequences - No country has ever have a long term deficit and survived - Kissinger was fishing for solutions from his team - One team member suggested tripling the deficit but becoming the main currency for global trade - This is the plan that was adopted - The US went from a surplus country to a deficit around 2014-2015 - It forced the US to be hegemonic and control the entire global currency for trade - China threatens this with a new digital superhighway

  6. Sep 2024
  7. Jun 2024
  8. Jan 2024
  9. Dec 2023
    1. its easy to get lost in complexity here, but i prefer to keep it simple: our *only* problem is overpopulation, which is caused by pacifism = civilization. *all* other problems are only symptoms of overpopulation. these "financial weapons of mass destruction" (warren buffett) have the only purpose of mass murder = to kill the 95% useless eaters. so yes, this is a "controlled demolition" aka "global suicide cult". most of us will die, but we are happy...

      financial weapons of mass destruction: the useful idiots believe that they can defeat risk (or generally, defeat death) by centralization on a global scale. they want to build a system that is "too big to fail" and which will "live forever". they use all kinds of tricks to make their slaves "feel safe" and "feel happy", while subconsciously, everything is going to hell in the long run. so this is just another version of "stupid and evil people trying to rule the world". hubris comes before the fall, nothing new. their system will never work, but idiots must try... because "fake it till you make it" = constructivism, mind over matter, fantasy defeats reality, ...

      the video and soundtrack are annoying, they add zero value to the monolog.

  10. Oct 2023
  11. May 2023
  12. Apr 2023
  13. Feb 2023
  14. Jan 2023
    1. Wir sind die Initiative „Lützerath Lebt“ und mittlerweile seit circa zwei Jahren in Lützerath aktiv. Unser Protest vor Ort entstand als RWE im Juni 2020 die Landstraße (L277) zwischen Lützerath und Keyenberg abgerissen hat.

      Was ist Lützerath lebt?

  15. Dec 2022
    1. Imagine what happens when subscribers change activities, interests, or focus. As a result, they may no longer be interested in the products and services you offer. The emails they receive from you are now either ‘marked as read’ in their inbox or simply ignored. They neither click the spam reporting button nor attempt to find the unsubscribe link in the text. They are no longer your customers, but you don’t know it.
  16. Nov 2022
  17. Aug 2022
  18. Apr 2022
  19. Sep 2021
    1. For me, using Google Keep has become an Edwardsian notebook of its own right.

      However, this depends on Google "keeping" your notes for the long-haul. Given their propensity to discontinue projects, that seems hazardous. At least Hypothesis provides a mechanism that's more open: i'm not sure whether it can be considered stable and secure for the long-term.

  20. Apr 2021
  21. Feb 2021
    1. step :direct_debit

      I don't think we would/should really want to make this the "success" (Right) path and :credit_card be the "failure" (Left) track.

      Maybe it's okay to repurpose Left and Right for something other than failure/success ... but only if we can actually change the default semantic of those signals/outputs. Is that possible? Maybe there's a way to override or delete the default outputs?

  22. Nov 2020
    1. This is Sass based, and therefore doesn't require Svelte components

      Just because we could make Svelte wrapper components for each Material typography [thing], doesn't mean we should.

      Compare:

      • material-ui [react] did make wrapper components for typography.

        • But why did they? Is there a technical reason why they couldn't just do what svelte-material-ui did (as in, something technical that Svelte empowers/allows?), or did they just not consider it?
      • svelte-material-ui did not.

        • And they were probably wise to not do so. Just reuse the existing work from the Material team so that there's less work for you to keep in sync and less chance of divergence.
  23. Oct 2020
    1. One of the primary tasks of engineers is to minimize complexity. JSX changes such a fundamental part (syntax and semantics of the language) that the complexity bubbles up to everything it touches. Pretty much every pipeline tool I've had to work with has become far more complex than necessary because of JSX. It affects AST parsers, it affects linters, it affects code coverage, it affects build systems. That tons and tons of additional code that I now need to wade through and mentally parse and ignore whenever I need to debug or want to contribute to a library that adds JSX support.
  24. Sep 2020
    1. It's fashionable to dislike CSS. There are lots of reasons why that's the case, but it boils down to this: CSS is unpredictable. If you've never had the experience of tweaking a style rule and accidentally breaking some layout that you thought was completely unrelated — usually when you're trying to ship — then you're either new at this or you're a much better programmer than the rest of us.
    2. It gets worse when you're working on a team. No-one dares touch styles authored by someone else, because it's often unclear what they're doing, what markup they apply to, and what disasters will unfold if you remove them. The consequence of all this is the append-only stylesheet. There's no way of knowing which code can safely be removed, so it's common to undo some existing style with another, more specific style — even on relatively small projects.
  25. Jul 2020
  26. May 2020
  27. www.kickstarter.com www.kickstarter.com
  28. Apr 2020
    1. Markdown provides shorthand for the most common features of HTML. One of its best features is that you can always fallback to the full syntax for HTML. This includes doing things that aren't included in markdown. Personally, I like that markdown is concise and includes very little fluff. It makes it easier to learn the whole set of shorthand. This is particularly important if you expect someone else to read your code later.

      One of its best features is that you can always [fall back[ to the full syntax for HTML.

      See rebuttal below.

  29. Mar 2020
    1. I discuss the flaws of this in regards to spreadsheets in Spreadsheets Are Sabotaging Your Business. In brief, when people inevitably started using the more complex formulas available, they unknowingly broke the fundamental design concept of paper spreadsheets: that humans can understand what’s happening between the cells.
  30. Dec 2017
    1. Irwin Consulting Services Review - Keep your home and family safe against wildfires with these tips

      The wildfires reported this year conclude some of the biggest wildfires happened in different areas such as in Los Angeles, British Columbia, and Montana. Wildfires can leave a lot of destroyed homes and properties and even fatalities fast. Its furious flames can spread out on a large scale, making it difficult for firefighters and local authorities to get rid of it. It is often terrifying to witness a huge natural calamity taking place within your area and its results were indeed distressing to see. A wildfire and the path that it is going to take can’t be accurately predicted, which calls for utmost preparation to every household to avoid such grave danger.

      But despite this, local authorities and various organizations from many places around the globe are committed to keeping the public safe from the threats of natural calamities. Irwin Consulting Services also belong to those who work hard for the public safety. This post was specifically prepared by them to help every household in keeping their home safe from wildfires.

      Make adjustments to your roofs

      Think about having rated “A” fire-resistant roofs to further protect your home. Roofs are undeniably the weak-spot of a house when it comes to fires so you must begin making better adjustments on it first. You must also clean the roof on a regular basis to avoid a lot of dead leaves piling up the place and being a fuel to fires.

      Create changes to your windows

      To better protect your home, your windows should be upgraded to become stronger against fires as well. Choose heat-resistant materials in doing upgrades to your windows. A wildfire that is not yet reaching your home can already show its effects through its extreme heat. That heat can enter the windows and create a fire on drapes and nearby furniture already. Irwin Consulting Services would like you to have fire-rated glasses on your windows and non-combustible shutters too.

      Settle on a good location

      Choose a convenient location to spend the rest of your lives with your family. Make sure that it is a safe neighborhood and is not prone to frequent fires. You are advised to conduct a thorough research to determine the best location for your family.

      Put some modifications on the site layout

      Ensure at least 30 meters of distance and incombustible material between the green lands and your home by having wider driveways, patios and low-growing fire-retardant plants. This way, you’re also helping firefighters in bringing their heavy and big equipment near your house in case of fire emergencies.

      Maintain a clean surrounding around the green areas

      Gather dead and decaying wood and put them away because such can fuel a fire. Get rid of fallen and dead branches too. Think about cutting the branches that were too close to your roof or overhangs it. Make cleaning around the green areas around your home a habit.

      Be wary of embers

      Eaves and vents openings were the most susceptible parts to flying embers. Once the embers entered through those parts, it could start a fire inside your home. In order to better protect your house, screen those openings and make sure they were properly maintained. Do not forget about cleaning the gutters as well.

      Protect your home and your family to the best of your ability and always be prepared for immediate dangers of natural calamities. Trust organizations such as Irwin Consulting Group in helping local authorities in making sure of a safe neighborhood. But aside from their expertise, self-preparation and readiness could save and protect your entire family as well.

  31. May 2017
  32. Apr 2017
  33. Mar 2017
    1. The very scientific ideals of an "imper-!;CUJ,\~ sonal'' terminology can contribute ironically to ~tv., such disaster: for it is but a step from treating I · o· ,~. inanimate nature as mere "things" to treating ani-(.M,"J" t4"'\~ mals, and then enemy peoples, as mere things

      This also reminds me of common appeals to the humanities: we need the humanities because we don't want science to get out of control and forget the very human consequences of advancements and experiments, such as war technology.

  34. Oct 2016
  35. Aug 2016
    1. But those crying the loudest to stop the lock-out laws fail to provide an adequate alternative.

      Response piece "No Surprise The Young Don't Support Lock-Out Laws" (31 Aug 2016) at Stony Roads mentions this statement.

      There are some terrible personal opinions in this article that really push a tired and very under constructive rhetoric.

      'Those crying the loudest to stop the lock-out laws fail to provide an adequate alternative'.

      This quote alone shows a lack of research into Matt Barrie's 70 page submission, any consideration into the views of the people who went to the effort of writing 1 of the 1,856 submissions to State parliament, or simply the lack of effort to type in google, 'alternative solutions to lockout laws'.

      The reference to "Matt Barrie's 70 page submission" can be supposed as that included in the article posted by Matt Barrie on LinkedIn, "The death of Sydney's nightlife and collapse of its night time economy" (03 April 2016), submission titled "A Detailed Submission to the Callinan Inquiry on Liquor Laws". That submission/article is mainly about the circumstances under which the lock-out laws were proposed and enacted, as well as the results of those laws so far (with considerable detail on political and statistical manipulations and misrepresentations), and not so much about providing alternatives, however it does suggest that the lock-out laws themselves are far from an adequate solution.

      Note that Matt Barrie's submission was covered fairly well by the SMH in their own article, "Sydney lockout laws a dismal failure, Matt Barrie writes in 70-page submission" (04 April 2016). The article by Jennifer Duke this annotation is for is, by stark contrast, little more than anecdotal or purely "personal opinion".

      The group named Keep Sydney Open is probably representative of "those crying the loudest", having organised public rallies attended by many thousands of people (estimates of 10,000 to 15,000). The Huffington Post interviewed spokesperson, Tyson Koh, for the article "Sydney Lockout Laws Have Had A 'Massive Effect' On Community, Jobs" (13 Feb 2016):

      Koh pointed to a number of alternate strategies used in places like New York, Vancouver and Amsterdam to combat late-night violence.

      Twenty four-hour public transport, more visible policing in nightlife precincts, staggered venue closing times and introducing later dining and retail hours all had merit, he said.

      "There's a lot of things that are available to us that will improve safety and enable people to go out to all hours."