319 Matching Annotations
  1. Nov 2024
    1. Will gradual typing be supported long term or is it a fad? Will this be an abandoned investment?

      annotation meta: may need new tag: - Is it worth the investment? - Is it just a passing fad?

  2. Oct 2024
    1. The fact that many here are maintainers of Ruby implementations also has a biased effect on new features, as they might represent a burden on them. I'm not saying this is a bad thing, I love the diversity of points of view that this brings! OTOH, it's fair that people that do take time to discuss things here have a bigger influence on the direction that Ruby follows.
  3. Sep 2024
    1. The point of GPL licenses is to protect the user of the software, not the developer. If you want "protection" as a developer, use MIT (disclaimer of warranty). GPL "infects" other parts of a system to combat a work-around which was used to violate the software freedom of the user, by firewalling sections of GPL'ed code from the rest of the system. If you don't care about your users' software freedom in the first place, then (L)GPL is the wrong choice.
      • goal: protect user rights/freedoms
      • non-goal: protect developer rights/freedoms
  4. Aug 2024
    1. NPC; chromatin organization; cross-linking mass spectrometry; cryo-electron tomography; cryo-focused-ion-beam milling; in-cell structural biology; integrative modeling; mRNA transport; nuclear basket; nuclear pore complex; subtomogram analysis.

      denem 123

  5. Jul 2024
  6. May 2024
  7. Apr 2024
    1. tickets. That we've logged so far. These ones in the inbox that look a little bit more bare are just drafts which are you know, somewhere where you can you can you can capture all the information about an issue. But it's not yet been formalized into an actual GitHub issue. Now we'll start with that. You know, if you came in here and you'd wanted just to log some issue or some idea, even you can just start t

      2 comments on the same text

  8. Feb 2024
    1. The purported reason seems to be the claim that some people find "master" offensive. (FWIW I'd give that explanation more credence if the people giving it seem to be offended themselves rather than be offended on behalf of someone else. But whatever, it's their repo.)
  9. Jan 2024
    1. [With Zeplin] we started to engage both UX and engineering teams in the same conversations and suddenly that opened our eyes to what was going on, and overall streamlined our build process.

      may need new tag: combining/bringing different audiences together in the same conversation/context/tool

    1. The third is the brain of the observer. This is also a strong element in film criticism where the camera is the third eye, the eye of the artificial narrator. The most intelligent film about the third eye spying on the action is `Snake Eyes,' where we last saw Gugino. (You may want to check my comments on that film to see what I mean.)
  10. 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?

    2. The problem with this pile of questions is that, instead of helping the OP get out of the X Y problem, people stay focussed on Y, mark the question as a duplicate of Y in a matter of minutes and X is never properly addressed.

      sticking too much to policy/habit instead of addressing the specific needs of individuals? too much eagerness to close / mark as duplicate?

    1. Evernote 的筆記標籤、連結等無法直接轉移,需要一邊執行一邊重新建立。

      WAH? Evernote tags cannot be imported into Upnote??? Seriously?

      This video contradicts and mentions tags can be imported:

      link

      後記:根據影片說法,這是新功能,所以電腦玩物當初可能不知道。

    1. the new ability to import tags from Evernote I get a lot of questions about importing tags from Evernote

      Awesome! This is so important. I wonder why Esor in his intro to Upnote said Evernote tags can't be imported to Upnote.

      Evernote標籤可匯入Upnote。(牴觸Esor電腦玩物的說法)

  11. Nov 2023
    1. It would have been fantastic to eschew this ridiculousness, because we all make fun of branded vulnerabilities too, but this was not the right time to make that stand.
  12. Sep 2023
    1. We’d like to set additional cookies to understand how you use GOV.UK, remember your settings and improve government services.

      test

  13. Aug 2023
    1. block a text with the cursor

      This is how an annotated text looks like. You can use markdown to comment as well. Even an equation such as $$e = m \cdot c^2$$ will render nicely.

  14. Jul 2023
    1. XMI describes solutions to the above issues by specifying EBNF production rules to create XML documents and Schemas that share objects consistently.
  15. Jun 2023
    1. Tag endings are somewhat related to turnarounds in their basic harmonic structure, butplay different roles in tunes and complete performances. A tag ending occurs at the veryend of a tune, repeats a chord sequence (which in the course of subsequent repetitionsbecomes harmonically transformed), and has an indeterminate duration. Only the finalrepetition of the tag ending progression is harmonically closed with a clear confirmationof the tonic. Its basic role in the performance is to provide a satisfactory, coda-like endingwith a final improvisational flair. As Miles Davis demonstrated on his many recordings,tag endings may take on a life of their own—especially with Herbie Hancock, Ron Carter,and Tony Williams in the rhythm section—and frequently exceeded the length of his solos.2Tag endings and turnarounds often share similar chord progressions: the only differencebetween the Imaj7–vi7–ii7–V7 and the iii7–vi7–ii7–V7 is that the former begins on the tonicand the latter on the mediant chord. These two chords, Imaj7 and iii7, are said to befunctionally equivalent and are frequently used to substitute for one another. Figure 13.6illustrates a iii7–vi7–ii7–V7 tag ending progression realized with Model II of keyboardplaying. Each measure displaces the Charleston rhythm by a half beat.Each of these chords can be further substituted by a secondary dominant 7th and,subsequently, by a TR/X7. Since a tag ending progression is usually four bars long, wecan demonstrate the use of two harmonic techniques that will double the rate of harmonicrhythm in each measure. The technique of dominant saturation combines two dominant7th chords, diatonic or chromatic and its TR/X 7 (or vice versa) next to each other. Theuse of ii7–V7 diminution technique expands any dominant 7th chord into a local ii 7–V7
    2. The terms “turnaround” and “tag ending” are generic labels that do not indicate a partic-ular chord sequence; rather, they suggest the specific formal function of these progressions.In jazz, there is a certain subset of harmonic progressions whose names suggest specificchord successions. When jazz musicians use the term “Lady Bird” progression,for instance, it connotes a particular chromatic turnaround from Tadd Dameron’s tuneof the same title recorded in 1947. Figure 13.9 illustrates the chord structure of thatprogression using Model VI of harmonic realization
    1. Have you ever: Been disappointed, surprised or hurt by a library etc. that had a bug that could have been fixed with inheritance and few lines of code, but due to private / final methods and classes were forced to wait for an official patch that might never come? I have. Wanted to use a library for a slightly different use case than was imagined by the authors but were unable to do so because of private / final methods and classes? I have.
    2. Been disappointed, surprised or hurt by a library etc. that was overly permissive in it's extensibility? I have not.
  16. May 2023
  17. Apr 2023
    1. My mission is to enable more satisfaction for more people.

      Bentley claims to have a mission to increase human satisfation

  18. Mar 2023
    1. First, dictionaries are not arbiters of highly literate writing; they merely document usage. For example, irregardless has an entry in many dictionaries, even though any self-respecting writer will avoid using it—except, perhaps, in dialogue to signal that a speaker uses nonstandard language, because that is exactly how some dictionaries characterize the word. Yes, it has a place in dictionaries; regardless of that fact, its superfluous prefix renders it an improper term.

      what to call these words? illiterate words?

  19. Feb 2023
  20. Jan 2023
    1. There's a fundamental error in your question: commits are not diffs; commits are snapshots. This might seem like a distinction without a difference—and for some commits, it is. But for merge commits, it's not.
  21. Dec 2022
    1. While this offers flexibility to address many operator use cases, it makes simple use cases, like the developer use case, more complicated to express than they need to be.

      annotation meta: may need new tag: - developer use case - more complicated to express than they need to be.

    1. I have yet to see a Snapd or Flatpak build of Audacity that I'm happy with. Those builds are beyond our control as they are made by 3rd parties. I do find it mildly annoying that Flatpak direct users that have problems with their builds to us.

      annotation meta: may need new tag: the runaround?

  22. Nov 2022
    1. Testing frameworks often introduce their own abstractions for e.g. evaluation order, data validation, reporting, scope, code reuse, state, and lifecycle. In my experience, these abstractions are always needlessly different from (and inferior to) related abstractions provided by the language itself.
    1. Changing the second line to: foo.txt text !diff would restore the default unset-ness for diff, while: foo.txt text diff will force diff to be set (both will presumably result in a diff, since Git has presumably not previously been detecting foo.txt as binary).

      comments for tag: undefined vs. null: Technically this is undefined (unset, !diff) vs. true (diff), but it's similar enough that don't need a separate tag just for that.

      annotation meta: may need new tag: undefined/unset vs. null/set

  23. Oct 2022
    1. a little flaw (Google translation can not find the translation of the word "瑕疵", so can only use the word "flaw" instead)

      annotation meta: may need new tag: no exact translation in other language

    1. so this means that there are no documentation telling you that this is the way you have to do it anywhere so naturally a lot of devs do not know about this, unless they ask about it by luck or of curiousity.

      annotation meta: may need new tag: how could they know / how would one find out?

    1. First and foremost, we need to acknowledge that even though the funding goal has been met–it does not meet the realistic costs of the project. Bluntly speaking, we did not have the confidence to showcase the real goal of ~1.5 million euros (which would be around 10k backers) in a crowdfunding world where “Funded in XY minutes!” is a regular highlight.

      new tag: pressure to understate the real cost/estimate

    1. #BOOK and #book are treated as the same tag. Folders and links ARE case-sensitive.

      les tags ne prend pas en compte le majuscule et le minuscule

    1. Machines understand languages, that are formal and rigid, with unique and unambiguous instructions that are interpreted in precisely one way. Those formal, abstract languages, and programming languages in general, are hard to understand for humans like ourselves. Primarily, they are tailored towards the requirements of the machine. The user is therefore forced to adapt to the complexity of the formal language.

      .

  24. Sep 2022
    1. One of the reasons I initially pushed back on the creation of a JSON Schema for V3 is because I feared that people would try to use it as a document validator. However, I was convinced by other TSC members that there were valid uses of a schema beyond validation.

      annotation meta: may need new tag: fear would be used for ... valid uses for it beyond ...

    2. without a schema, you do not have a spec, you have an aspiration.

      annotation meta: may need new tag: you don't have a _; you have a _

    3. When we do release a final version of JSON Schema, please do not use JSON Schema to guarantee an OpenAPI document is valid. It cannot do that. There are numerous constraints in the written specification that cannot be expressed in JSON Schema.
    1. JSONPath contains verbiage that allows for an empty array to be returned in the case that nothing was found, but the primary return in these cases is false.

      annotation meta: may need new tag:

      distinction between nothing, false, and empty array

      verbiage that allows for ...

    1. We do not want to change or remove additionalProperties. Providing a clear solution for the above use case will dramatically reduce or eliminate the misunderstandings around additionalProperties.

      annotation meta: may need new tag: - don't want to change or remove existing feature [because...] - solving problem B will reduce misunderstandings around feature A

    1. But do ESG ratings really deliver on the promise? Are highly-ranked ESG businesses really more caring of the environment, more selective of the societies in which they operate, and more focused on countries with good corporate governance? In short, is ESG really good? The answer is no.

      black box

      opaque score

  25. Aug 2022
  26. Jul 2022
  27. Jun 2022
    1. 将第一原理这个概念带火的是埃隆∙马斯克——一个改变游戏规则,不断颠覆传统的创业者

      第一原理是马斯克的标签tag,就像多元思维模型是查理芒格的一样!

    Tags

    Annotators

  28. May 2022
  29. Apr 2022
    1. These callbacks are focused on the transactions, instead of specific model actions.

      At least I think this is talking about this as limitation/problem.

      The limitation/problem being that it's not good/useful for performing after-transaction code only for specific actions.

      But the next sentence "This is beneficial..." seems contradictory, so I'm a bit confused/unclear of what the intention is...

      Looking at this project more, it doesn't appear to solve the "after-transaction code only for specific actions" problem like I initially thought it did (and like https://github.com/grosser/ar_after_transaction does), so I believe I was mistaken. Still not sure what is meant by "instead of specific model actions". Are they claiming that "before_commit_on_create" for example is a "specific model action"? (hardly!) That seems almost identical to the (not specific enough) callbacks provided natively by Rails. Oh yeah, I guess they do point out that Rails 3 adds this functionality, so this gem is only needed for Rails 2.

  30. Mar 2022
    1. Its core theme - segregation. It's done in such an ingenious and innocent way - colour.

      new tag: not so much sneaky, but clever way of communicating an idea/message/theme

    1. dive into trends and patterns that emerge from applying network analysis and data science on the digital traces collected from Snapshot and DAOHaus. Finally, in Part 3, I take the MetaCartel DAO as a case study of governance and look at some of the properties that drive participation. In each section, you will find a collectible NFT. The proceeds from each NFT will go directly towards supporting current and future Diamond Dao community resea

      This is super interesting because blah blah blah

    1. I believe this is partly due to a militant position on free software. Some advocates believe so strongly that users should be able to recompile their software that they force them to do so. They break libraries seemingly on purpose just to say, “Recompile! Oh you can’t? That’ll teach you to use binary software!” Of course users don’t want to recompile their software, but what users actually want is usually lost on GNOME developers.
    1. In any significant project I worked in the last 15 years, logging text messages resulted in a large amount of strings which was hard to make sense of, thus mostly ignored.

      hard to make sense of, thus mostly ignored

    1. Note that this is a breaking API change in the libraries (more information in the README.md). It does not affect the backwards compatibility of the protocol itself.

      annotation meta: may need new tag: backwards compatibility of the protocol backwards compatibility for [libraries that use [it?]]

  31. Feb 2022
    1. I consider it opportune at this juncture to recall that montage is just as indispensable a component feature of film production as any other element of film effectiveness

      Not a thesis, just an assertion of how important this discussion is

    1. I did a spike to come up with a PoC for introducing this into the codebase of a product that I'm working on (matteeyah/respondo#225) by monkey-patching ActiveRecord with delegated types. It's amazing how can a small code change in ActiveRecord facilitate a big change in the domain model.
    1. You may want to jump straight to the Examples section if formal stuff annoys you.

      formal stuff annoys you

      prefer practical vs. prefer theoretical/academic

  32. Jan 2022
    1. In the spirit of mutual collaboration between the client and the API, the response must include a hint on how to obtain such authorization.

      annotation meta: may need new tag: client/server cooperation?

    2. If the client request does not include any access token, demonstrating that it wasn't aware that the API is protected, the API's response should not include any other information.

      annotation meta: may need new tag: demonstrating....

  33. Dec 2021
  34. Nov 2021
    1. It's all too complex for our little brains to handle. And like any situation of excess complexity, we collapse dimensions until we have a structure we can comprehend. The problem, in this case, is that our simplifications create tunnels large enough for the trucks of hacker to drive through—with ease.
    1. They wanna be to Linux what the Play Store is to Android, what the App Store is to iOS.But we don't do that around here. We use Flatpak round 'ere.

      annotation meta: may need new tag: company [aspiring] to be bigger / take over the world

  35. Sep 2021
    1. Disclaimer I really have no desire to maintain this project, as it's not mine to begin with. I was looking for something like Gitso but it didn't quite have what I wanted. After making my changes I thought I might as well put this up on GitHub for others who wanted something similar. So if you have issues, you're better off forking the project and fixing them yourself.

      .

    1. L’esercizio fisico deve essere raccomandato per il controllo del diabete nelle persone con diabete di tipo 2?

      Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    1. If there is one thing that normally characterizes the entire Linux ecosystem, it is that there are many solutions to one problem.

      many different solutions to a problem

    1. tcpwrappers or, as you’re probably more familiar, the hosts.allow and hosts.deny files

      little-known facts better known as

      Indeed, I'd heard of hosts.allowed but would have never known that they were part of a package/system called tcpwrappers (which I don't think I've ever heard of).

    1. because of its small size, binding of tris-NTA has minimum effect on biochemical and physicochemical properties of the protein

      small tag may not alter the conformation and function of the protein

    2. The observed Kd values were 1.3 ± 0.2 nM for the His6 peptide, 0.6 ± 0.3 nM for IDH R132H and 2.4 ± 1.1 nM for p38α

      2 points:

      1. binding Kd is about 1nM
      2. Kd for different targets could be slightly different

    Tags

    Annotators

    1. while we figure out how to best include HMR support in the compiler itself (which is tricky to do without unfairly favoring any particular dev tooling)
    1. Gems use a period and packages use a dot

      Probably a false distinction, because "packages" is used in a way that it implies a distinction from "gems", when in actuality

      1. gems are packages, too (Ruby packages)
      2. it's referring specifically to JavaScript/node/npm packages,

      ... so there is only truly a distinctio if you are specific enough to say JavaScript packages.

  36. Aug 2021
    1. * Now it's correct within the laws of the type system, but makes zero practical sense, * because there exists no runtime representation of the type `Date & string`. * * The type system doesn't care whether a type can be represented in runtime though.

      new tag?: makes zero practical sense

      makes zero practical sense because there exists no runtime representation of the type

  37. Jul 2021
    1. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ornare sem

      I'm annotating the text using hypothes.is - it looks like you cannot annotate an image with this. You have to sign up to annotate text like this and log in.

    1. Every text in computer format is encoded with tags, whether this is apparent to the user or not

      I had never really wondered about the origins of tags and hashtags, even though I knew they were a somewhat recent phenomenon in terms of use by the general population. But this made me wonder if it happened as a result of the already common practice of tagging in code, or if it developed on its own. Turns out, we owe it all to programmers and wildfires!

  38. Jun 2021
    1. We should think about the number of simultaneous connections (peak and average) and the message rate/payload size. I think, the threshold to start thinking about AnyCable (instead of just Action Cable) is somewhere between 500 and 1000 connections on average or 5k-10k during peak hours.
      • number of simultaneous connections (peak and average)

      • the message rate/payload size.