215 Matching Annotations
  1. Sep 2026
    1. We are witnessing a general threat to intellectual work, with misalignment between the outcome of the use of AI and its initial purpose.

      【局限】作者指出AI使用结果与其初始目的之间存在错位,这对智力工作构成了普遍威胁。这一局限不仅限于数学领域,而是扩展到所有创造性工作,反映了当前AI技术应用的系统性问题。

    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. Apr 2026
    1. Bei technischen Problemen können wir dir besser helfen, wenn du folgende Angaben machst: Webseite (URL):Datum und Uhrzeit:Sprache:Verwendetes Gerät:Smartphone: IOS oder AndroidDesktopcomputer: Browser und VersionTablet: IOS oder AndroidRegistrierter Nutzer oder Gast:Vorgang, der das Problem ausgelöst hat:Bitte beschreibe alle Schritte, die du bis zur Fehlermeldung ausgeführt hast
  3. Dec 2025
  4. Nov 2025
  5. Aug 2025
  6. siraj-samsudeen.github.io siraj-samsudeen.github.io
  7. Mar 2025
    1. This bug will be marked as "Depends on" bugs that are needed to complete implementation of css-view-transitions-1. The dependency tree can be used to view a list of these dependencies. Please do not add comments about specific issues to this bug; they belong in their own bugs.
  8. Jan 2025
  9. Dec 2024
    1. there’s an idea that dealing with climate change is an issue for our institutions. Whereas you can see by clear evidence that our institutions have a track record of completely failing to address climate change at all levels throughout the entire history of the climate discourse.

      for - quote - framing element - media frames climate crisis as issue for the elites to solve - but it has been a complete failure - Joe Brewer

  10. Oct 2024
  11. Sep 2024
    1. for - The projected timing of climate departure from recent variability - Camilo Mora et al. - 6th mass extinction - biodiversity loss - question - 2024 - Sept 13 - how do we reconcile climate departure with quantification of earth system boundary biodiversity safe and just limit? - to - climate departure map - map of major cities - 2013 - to - researchgate paper - The projected timing of climate departure from recent variability - 2013 - Camilo Mora et al

      paper details - title: The projected timing of climate departure from recent variability - author: - Camilo Mora, - Abby G. Frazier, - Ryan J. Longman, - Rachel S. Dacks, - Maya M. Walton, - Eric J. Tong, - Joseph J. Sanchez, - Lauren R. Kaiser, - Yuko O. Stender, - James M. Anderson, - Christine M. Ambrosino, - Iria Fernandez-Silva, - Louise M. Giuseffi, - Thomas W. Giambelluca - date - 9 October, 2013 - publication Nature 502, 183-187 (2013) - https://doi.org/10.1038/nature12540 - https://www.nature.com/articles/nature12540

      to - https://hyp.is/0BdCglsHEe-2CteEQbOBfw/www.researchgate.net/publication/257598710_The_projected_timing_of_climate_departure_from_recent_variability

      Summary - This is an extremely important paper with a startling conclusion of the magnitude of the social and economic impacts of the biodiversity disruption coming down the pipeline - It is likely that very few governments are prepared to adapt to these levels of ecosystemic disruption - Climate departure is defined as an index of the year when: - The projected mean climate of a given location moves to a state that is - continuously outside the bounds of historical variability - Climate departure is projected to happen regardless of how aggressive our climate mitigation pathway - The business-as-usual (BAU) scenario in the study is RCP85 and leads to a global climate departure mean of 2047 (+/- 14 years s.d.) while - The more aggressive RCP45 scenario (which we are currently far from) leads to a global climate departure mean of 2069 (+/- 18 years s.d.) - So regardless of how aggressive we mitigate, we cannot avoid climate departure. - What consequences will this have on economies around the world? How will we adapt? - The world is not prepared for the vast ecosystem changes, which will reshape our entire economy all around the globe.

      question - 2024 - Sept 13 - how do we reconcile climate departure with quantification of earth system boundary biodiversity safe and just limit? - Annotating the Sept 11, 2024 published Earth Commission paper in Lancet, the question arises: - How do we reconcile climate departure dates with the earth system boundary quantification of safe limits for biodiversity? - There, it is claimed that: - 50 to 60 % of intact nature is required<br /> - https://hyp.is/Mt8ocnIEEe-C0dNSJFTjyQ/www.thelancet.com/journals/lanplh/article/PIIS2542-5196(24)00042-1/fulltext - a minimum of 20 to 25% of human modified ecosystems is required - https://hyp.is/AKwa4nIHEe-U1oNQDdFqlA/www.thelancet.com/journals/lanplh/article/PIIS2542-5196(24)00042-1/fulltext - in order to mitigate major species extinction and social disruption crisis - And yet, Mora et al.'s research and subsequent climate departure map shows climate departure is likely to take place everywhere on the globe, with - aggressive RCP decarbonization pathway only delaying climate departure from - Business-As-Usual RCP pathway - by a few decades at most - And this was a 2011 result. 13 years later in 2024, I expect climate departure dates have likely gotten worse and moved closer to the present

      from - Gupta, Joyeeta et al.(2024). A just world on a safe planet: a Lancet Planetary Health–Earth Commission report on Earth-system boundaries, translations, and transformations. The Lancet Planetary Health, Volume 0, Issue 0 - https://hyp.is/go?url=https%3A%2F%2Fwww.thelancet.com%2Fjournals%2Flanplh%2Farticle%2FPIIS2542-5196(24)00042-1%2Ffulltext&group=world

      to - climate departure map - of major cities of the world - 2013 - https://hyp.is/tV1UOFsKEe-HFQ-jL-6-cw/www.hawaii.edu/news/2013/10/09/study-in-nature-reveals-urgent-new-time-frame-for-climate-change/ - full research paper - researchgate

  12. Jul 2024
  13. May 2024
    1. e 28 avril, TotalEnergies assignait en justice Greenpeace France en raison de la publication d’un rapport qui interroge les calculs effectués par la multinationale sur ses émissions de CO2. La procédure, qui présente la particularité de reposer sur des dispositions du code monétaire et financier, vise notamment à faire interrompre toute diffusion actuelle ou à venir du rapport

      TotalEnergies versucht juristisch die weitere Publikation eines Greenpeace-Berichts zu verhindern, in dem aufgezeigt wird, dass die Angaben des Konzerns zu den eigenen CO2 Emissionen Greenwashing sind. Dieses Verfahren ist ein Beispiel für das mundtot machen von Journalisten mit Journal mit juristischen Mitteln gegen das sich jetzt eine Initiative zur Wehr setzt.

      https://www.liberation.fr/idees-et-debats/tribunes/bollore-total-face-aux-procedures-baillons-on-ne-se-taira-pas-20230625_UKD2PHN6QFB5ZAK7YFYEQOR6BA/

  14. Apr 2024
    1. Die Wirtschaftsminister Deutschlands, Frankreich und Italiens, die sich an Montag in Brüssel getroffen haben, sind sich in der Forderung nach einer gemeinsamen europäischen Industriepolitik einig. Die Energiewende spielt darin eine entscheidende Rolle. Bei vielen damit verbundenen Fragen, z.B. nach der Subventionierung der Solarindustrie, besteht aber Uneinigkeit. In ihrem Bericht bezieht sich die Repubblica vor allem auf eine Analyse des Thinktanks Bruegel.

      Bruegel-Analyse: https://www.bruegel.org/first-glance/smart-solar-strategy-europe

  15. Feb 2024
  16. Jan 2024
    1. Board view Subtasks are shown slightly indented from the main task Subtasks can be dragged out of the parent task to a new list to indicate their status. For subtasks with a different status to their parent, it displays a dummy parent (ghosted), above the subtask in the list, with the parent's status label visible against the dummy. Dragging the parent task to a different list changes the label of the child tasks as well, and any sub tasks already in its new list are re-organised under the parent and any dummy removed
  17. Dec 2023
    1. I disagree. What is expressed is an attempt to solve X by making something that should maybe be agnostic of time asynchronous. The problem is related to design: time taints code. You have a choice: either you make the surface area of async code grow and grow or you treat it as impure code and you lift pure synchronous logic in an async context. Without more information on the surrounding algorithm, we don't know if the design decision to make SymbolTable async was the best decision and we can't propose an alternative. This question was handled superficially and carelessly by the community.

      superficially and carelessly?

    1. 最近我在試著翻譯 Do things that don’t scale 這篇有名的文章,在用 chatGPT 的時候,發現一個有趣的差別。 Airbnb now seems like an unstoppable juggernaut, but early on it was so fragile that about 30 days of going out and engaging in person with users made the difference between success and failure. chatGPT: Airbnb現在似乎是一個不可阻擋的巨無霸,但在早期,只要花大約30天的時間親自外出與使用者互動,就可能決定成功與失敗之間的差別。 我的翻譯:目前 Airbnb 似乎是個無人能擋的巨無霸,但它初期其實脆弱到如果三十天內不去和使用者互動,迎接他們的就會是失敗而不是成功。 chatGPT 「只要花 30 天就會決定成功與失敗」聽起來很不知所云,不知道到底是會失敗還是會成功?那是要超過三十天還是要低於三十天? 但如果是用我的版本,要表達的就很明確:「超過三十天不去找用戶的話,你就完蛋了。」 雖然我不確定自己翻的到底是否符合原話,但至少讀起來的「立場」較為明確,就是在說你就是要趕快去找使用者。但如果是 chatGPT 的版本,就會看不出來到底什麼東西會決定成功與失敗?又怎樣會導致成功、怎樣會導致失敗?

      其實這裡ChatGPT的直譯翻譯意思才對。

      人工的翻譯版犯了一個錯,「超過三十天不去找用戶」,這個意思原文完全沒有。難道,只要29天趕快去找用戶溝通一天,就沒事?

      原文是說,他們必須連續30天在外跟用戶溝通,才能成功。

  18. Nov 2023
  19. Oct 2023
    1. Reproductive Rights

      Murder is not reproductive. Reproductive rights would be the right for women to decide when and if they reproduce before they take part in spawning a new human being with unique DNA.

      Nobody is arguing against a women's right to choose whether or not to reproduce - only the crime of changing her mind and trying to undo that decision with murder.

    2. who should have the right to make personal medical decisions about abortion: women and their families

      Murder advocates always exclude the woman's offspring from the definition of "family".

      Women have no special authority to decide how, when, and if they murder their offspring.

      Instead, people should take murder off the table and focus on non-violent ways to prevent unwanted pregnancies in the first place.

    3. birth control

      Murder is not a legitimate form of birth control. There are other highly effective, non-invasive forms of birth control that prevent conception and do not require the murder of a helpless innocent unborn human.

      The safest, cheapest, and most effective form of birth control is abstinence. It has worked every time it has been used.

    4. miscarriage care

      Ohio Issue 1 is a legal discussion, and within a legal context, abortion is a type of murder. Proponents of allowing the murder of helpless innocent unborn humans intentionally introduce the medical definition of abortion, which refers to termination of a pregnancy natural or otherwise (including miscarriages).

      The reality is that Ohio law defers to physicians to decide medical necessity of abortions to save a woman's life - only two need to agree that it is necessary.

      The prohibition on abortion in a legal sense has nothing to do with abortion in the medical sense.

  20. Sep 2023
  21. Aug 2023
  22. Jun 2023
    1. Die FDP vertritt bekannte Positionen der Gegner wirksamen Klimaschutzes. Sie sind inspieriert von libertärer Propaganda, wie sie die Koch-Brüder und andere in den USA sehr wirkungsvoll betrieben haben. Besonders der FDP-Politiker Frank Schäffler, der mitentscheidend für die Blockade des deutschen Heizungsgesetzes war, gehört zu einem Netzwerk, das mit den US-Netzwerken zur Verhinderung von Klimaschutz kooperiert und ähnliche Finanziers hat. Christian Stöcker stellt die Hintergründe in diesem Spiegelartikel dar.

      https://www.spiegel.de/wissenschaft/mensch/klimaschutz-die-heimlichen-herrscher-der-fpd-kolumne-a-d0defee9-85ea-4cdb-adac-93e49e3539de

  23. May 2023
    1. while I'm not as strongly against the above example code as the others, specifically because you did call it out as pseudocode and it is for illustrative purposes only, perhaps all of the above comments could be addressed by replacing your query = ... lines with simple query = // Insert case-sensitive/insensitive search here comments as that keeps the conversation away from the SQL injection topic and focuses on what you're trying to show. In other words, keep it on the logic, not the implementation. It will silence the critics.
  24. Nov 2022
  25. Oct 2022
    1. Although piracy has always existed, the internet has given a new definition to the term. The ease in which individuals can download or share pirated materials online makes the issue very different from earlier forms of piracy. Certain individuals would not even be familiar with the concept of piracy if it weren't for the prevalence of pirated material all over the internet.

    2. The ethical issue relating to choosing whether or not to work for a certain company has always existed. However, since the proliferation of the internet and computer technologies these decisions have added layers of complexity. The interconnectedness of certain technologies means that someone could be working on a project with implications they are not fully aware of. These new issues require the need for new laws regarding the transparency of software use, data, and all other internet features.

    3. Phase 2 of computing technology development introduced new concerns such as hacking and piracy. Also during this time individuals began to become more vary of government agencies using computers to store and share large amounts of user data.

  26. Sep 2022
    1. This issue is for discussing the use case given in the next section, and the unevaluatedProperties proposal to solve it. If you want to discuss a different use case or a different proposal, you MUST file your own issue to do so. Any comments attempting to revive other lines of discussion from #515, introduce new problems or solutions, or otherwise derail this discussion will be deleted to keep the focus clear. Please file a new issue and link back to this one instead.
    1. This hasn't yet been scheduled, but we're tracking it on our backlog as something we want to do this year. A few months ago, we arranged for additional capacity to address items like this that have waited for so long. Now that additional capacity is available, it's just a matter of scheduling based on relative priority. We're anxious to get this one done, and I hope to soon have a clearer date to post here.
  27. Aug 2022
  28. Jul 2022
    1. What were (or still are) the relative attitudes towards issues related to gender at our respective institutions? What did the students at our respective institutions think about the gender issues of their day? We take particular focus on trans, queer, and women’s issues where they arise.

      Viewing group 2's project pitch, I believe that this group and my group (group 1) share a similar research question with some distinct variations. In group 1, we plan to go through the digital collections as well as publications from institutions that our members attend to find out about the students' attitude towards women during different gender discrimination eras. Meanwhile, this group covers a broader range of research in the study of genders. I am impressed with the meticulous explanation of the timeline that this group narrows down and also with the media that the group bases on for their sources of research. I hope that the research will be a success and I can learn new, interesting aspect of group 2's research to apply on my group's future research.

    1. Stop autoclosing of PRs While the idea of cleaning up the the PRs list by nudging reviewers with the stale message and closing PRs that didn't got a review in time cloud work for the maintainers, in practice it discourages contributors to submit contributions. Keeping PRs open and not providing feedback also doesn't help with contributors motivation, so while I'm disabling this feature of the bot we still need to come up with a process that will help us to keep the number of PRs in check, but celebrate the work contributors already did instead of ignoring it, or dismissing in the form of a "stale" alerts, and automatically closing PRs.

      Yes!! Thank you!!

      typo: cloud work -> could work

    1. I don't understand why it should be so hard to keep issues open / reopen them. That's just going to cause people to open a duplicate issue/PR — or (if they notice in time) cause people to add extra "not stale" noise when the bot warns it's about to be closed. Wouldn't it be preferable to keep the discussion together in one place instead of spreading across duplicate issues? (Similarly, moving the meta conversation about an issue out to a completely separate system (Discord) seems like the wrong direction, because it wouldn't be visible to/discoverable by those arriving at the closed issue.) I get how it's useful to have stale issues not cluttering the list. But if interes/activity later picks up again, then "stale" is no longer accurate and its status should be automatically updated to reflect its newfound freshness... like it did back here:
  29. Mar 2022
  30. Jan 2022
    1. To be perfectly frank, this proposal seems far more about creating the appearance of safety than addressing an actual deficit in application correctness. I'm not questioning the value in detecting unhandled promises (resolved OR rejected) as a development tool for calling attention to a potentially undesired flow... but just like other lint rules, this belongs in tooling and NOT the execution environment.
  31. Nov 2021
    1. Info for maintainers Triage this issue by using labels. If information is missing, add a helpful comment and then I-issue-template label. If the issue is a question, add the I-question label. If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label. After troubleshooting the issue, please add the R-awaiting answer label. Thank you!
  32. Oct 2021
  33. Sep 2021
  34. Aug 2021
  35. Jul 2021
  36. Jun 2021
  37. May 2021
    1. Look for certain questions that have been asked every time, and put those answers into the initial email you send about the new problem. Try to add things that make the potential problem sound local. The more information you give them that you know they will be asking for in their script, the faster you will get someone who can help you. And they will thank you for it.
    2. In one of my internship, I got to befriend a level 2 tech support, so learned a couple thing of how it worked (in that company). Level 1 was out-sourced, and they had a script to go from, regularly updated. From statistics, this took care of 90% of issues. Level 2 was a double handful of tech people, they had basic troubleshooting tools and knowledge and would solve 90% of the remaining issues. Level 3 was the engineering department (where I was), and as a result of level 1 and 2 efficiency less than 1% of issues ever got escalated. The process worked!
  38. Apr 2021
  39. Mar 2021
    1. However, since you haven't yet provided any details about how you built with Qt (Qt isn't officially supported, so you must have used a third party derivative of vim), and you haven't provided any detailed information about what error messages or malfunctions you're having with python-complete, it's not really possible to tell you how to fix the problem and get vim working with Qt.
    1. Yes, but honestly, and no offense intended, but I don't see the harm in these type questions, nor why some people are offended when they are asked. If I owed a website, I wouldn't mind it because it just creates more pages that can be indexed. I see it as helping the website. But, I did look and didn't see a simple answer. Again, no offense is intended. I've just never understood the complaints.
  40. Feb 2021
    1. (To clarify, I'm not personally needing / waiting on this change (not currently anyway). I was just looking at all the open issues in this project while deciding whether I should start using ActiveIntegration in my project...)
    1. Arizona University’s assistant provost for institutional research suggested that, should the use of student ID card tracking eventually become part of student retention efforts, such a move would be preceded by a “campus conversation” and students “should be given the choice to opt out of being tracked if they wish.”

      Consent

  41. Jan 2021
    1. When there are imperfections, we rely on users and our active community to tell us how the software is not working correctly, so we can fix it. The way we do that, and have done for 15 years now, is via bug reports. Discussion is great, but detailed bug reports are better for letting developers know what’s wrong.
  42. Dec 2020
  43. Nov 2020
  44. Oct 2020
    1. Issue grooming: This seems like an ancient configuration issue which based on the comment traffic people aren't seeing today, so I'm going to speculatively close. If this is still happening with modern versions then we can reopen (but please provide full details of the modern case). If you are still seeing this and you aren't the original submitter then please create a new issue with full details.
    1. first sighting: use of superscripts like this

      I like it. Nice and concise and understandable.

      • s¹  critical
      • s²  important
      • s³  nice to have
      • s⁴  low
      • s⁵  inconvenient

      But in other cases, the abbreviation is quite unclear and ambiguity:

      Like, what does "pr" mean in these cases?

      priority? Doubt it.

      • pr¹  chore
      • pr²  docs
      • pr³  feature
      • pr⁴  fix
      • pr⁵  performance
      • pr⁶  refactor
      • pr⁷  style

      Pull Request? Doubt it. But maybe?


      For axes that are quantifiable, like severity, using a number makes sense. But what benefit is there in including a number in these (platform?) labels?:

      • p¹ ⋅ browser
      • p² ⋅ linux
      • p³ ⋅ mac
      • p⁴ ⋅ windows

      I think this would have been better and clearer (in that fewer people would be like huh? and wonder what it means):

      • platform: browser
      • platform: linux
      • platform: mac
      • platform: windows
  45. Sep 2020
  46. Aug 2020
  47. Jul 2020
  48. Jun 2020
  49. May 2020
    1. This issue is going backwards in the process, not forwards. Surely, Gitlab should be focusing on things that have already been allocated milestones, especially ones that have had milestones pushed continuously for 3 years. You can argue that it shouldn't have had a milestone added in the first place, but maybe Gitlab should focus on clearing the "backlog" of issues that have already been issued milestones, and backlog new issues until some of the older issues have been solved.
    1. Despite our best efforts to deal with all of those issues, over the course of time we fall behind. When you look at an issue it's sometimes unclear whether or not we intent to provide the functionality you propose, whether or not we fix the bug, whether or not the issue is a duplicate of another one. In order to restore a reasonable level of clarity we annually perform a House Keeping Iteration in which we go through all open issues. We categorize, label, fix, and close issues. This results in a wave of notification which is hard to deal with (our apologies) but in the end there is better understanding of what will happen to your ideas.
  50. Apr 2020
  51. Feb 2020
  52. Jan 2020
    1. But the reason is that, if your host system does not have the vm.overcommit_memory=1 enabled, you will not be able to switch it inside container.

      Fixed redis issue on harbor: "Can't save in background: fork: Cannot allocate memory"

      Added on /root/harbor/docker-compose.yml:

      command: sh -c 'echo 1 > /proc/sys/vm/overcommit_memory'

      Also executed command: sh -c 'echo 1 > /proc/sys/vm/overcommit_memory' on the main server harbor (not only on the container)

  53. Dec 2019
  54. Nov 2019
  55. Oct 2019
    1. Probably some context-setting is in order. This meeting is primarily devoted to getting yes-or-no decisions made on suggestions which have fairly clear outcomes. In other words, it's effectively a "shortest job first" throughput-maximizing endeavor where we try to pay down some of the massive triage debt we have while also getting as many suggestions accepted or declined in a short turnaround time.
  56. Sep 2019
  57. Aug 2019
  58. Apr 2019
    1. Being a teenager is hard; there are constant social and emotional pressures that have just been introduced into the life of a middle or high schooler, which combines with puberty to create a ticking time bomb. By looking at the constant exposure to unreasonable expectations smartphones and social media create, we can see that smartphones are leading to an increased level of depression and anxiety in teenagers, an important issue because we need to find a safe way to use smartphones for the furture generations that are growing up with them. Social media is a large part of a majority of young adults life, whether it includes Instagram, Facebook, Snapchat, Twitter, or some combination of these platforms, most kids have some sort of presence online. Sites like Facebook and Instagram provide friends with a snapshot of an event that happened in your life, and people tend to share the positive events online, but this creates a dangerous impact on the person scrolling.​ When teens spend hours scrolling through excluisvely happy posts, it creates an unrealistic expectation for how real life should be. Without context, teenagers often feel as if their own life is not measuring up to all of their happy friends, but real-life will never measure up to the perfect ones expressed online. Picture Picture Furthermore, social media sites create a way for teenagers to seek external validation from likes and comments, but when the reactions online are not perceived as enough it dramatically alters a young adults self-confidence. This leads to the issue of cyberbullying. There are no restrictions on what you can say online, sometimes even annonimously, so often people choose to send negative messages online. Bullying is not a new concept, but with online bullying, there is little to no escape as a smartphone can be with a teenager everywhere, and wherever the smartphone goes the bullying follows.This makes cyberbullying a very effective way to decrease a youth's mental health, in fact, cyberbullying triples the risk of suicide in adolescents, which is already the third leading cause of death for this age group.

  59. Sep 2018
  60. Dec 2017
  61. Oct 2017