10,000 Matching Annotations
  1. Sep 2024
    1. The Starfish and the Spider: The Unstoppable Power of Leaderless Organizations Ori Brafman, Rod A. Beckstrom How do you build teams and organizations that are sustainable over time? How can you be the most adaptable? Forget everything you know about leadership and organization, be completely transformed. A must for anyone wanting results.
    1. The complication comes from the fact that the execution model does not have any means for the execution of "give up ownership of the lock" to have any influence over which execution of "gain ownership of the lock" in some other timeline (thread) follows. Very often, only certain handoffs give valid results. Thus, the programmer must think of all possible combinations of one thread giving up a lock and another thread getting it next, and make sure their code only allows valid combinations.
    2. The execution model is the definition of the behavior, so all implementations, whether in-order or out-of-order or interpreted or JIT'd etc.. must all give the exact same result, and that result is defined by the execution model.
  2. Aug 2024
    1. A change in the minor component signifies a non-breaking change, and that the consumer can safely use the new version without breaking, although the consumer might need to be updated to use its new functionality. For example, adding a non-mandatory feature column with a default value to the model is a minor bump, because when a value for the added column is not passed, inference still works.
    1. When a user asks Claude to generate content like code snippets, text documents, or website designs, these Artifacts appear in a dedicated window alongside their conversation. This creates a dynamic workspace where they can see, edit, and build upon Claude’s creations in real-time, seamlessly integrating AI-generated content into their projects and workflows.
    1. Offering an easy unsubscribe method allows recipients to indicate which type of email they would like to receive and not receive based on topic or category.

      Not necessarily. Simply providing an easy unsubscribe method does not in itself give you that (by default, I would think the unsubscribe would unsubscribe the entire account from future e-mails.)

      Only if you program in the support for topic/category-based preferences and provide in the header the URL to a page that only subscribes from that one category....

      Oh, I see. If one keeps reading, it seems to be implied that AWS provides some of that support. For example:

      The unsubscribe email address and URL contain the recipient’s email address and email subject parameters, which are encrypted using AWS Key Management Service. These parameters are used later on to identify and unsubscribe the recipient from a specific topic.

    1. Microsoft is using malware tactics to get users to switch to their web browser, Microsoft Edge, and their search engine, Microsoft Bing. When users launch the Google Chrome browser Microsoft injects a pop up advertisement in the corner of the screen advising users to switch to Bing. Microsoft also imported users Chrome browsing data without their knowledge or consent.
    1. Monopoly is not played on a cartesian plane. It's played on a directed circular graph. Therefore, it is inappropriate to use the Euclidean distance metric to compare the distances between places on the board. We must instead use minimum path lengths. Example: If we used Euclidean distance, then you would have to agree that the distance between, say, Go and Jail is equal to the distance between the Short Line and the Pennsylvania Railroad. Clearly, this is not the intention. In your example, the "nearest railroad" would be the railroad square having the shortest path from wherever you stand. With the game board representing a directed graph, there are no "backwards" paths. Thus, the distance from the pink Chance square to the Reading railroad is not 2. It's 38.
  3. Jul 2024
    1. Does this mean they are held back until their LC "unlocks" P1 for them? (i.e. They're not able to proceed on their own. They have to ask permission. Which I generally try to avoid and prefer to empower people to proceed.)

    1. it really depends on how the organization's legal counsel interprets the laws and how risk-averse they are. Some organizations might say only Germany requires double opt-in, while others also include Austria and Switzerland. Some organizations might say the US operates under "everyone is opted in until they opt out" while others might say everyone needs to opt in, regardless of country.

      .

    1. It’s also worth pointing out that an unfriendly unsubscribe experience is also a major driver of spam complaints. Half of U.S. consumers say they’ve reported a brand’s emails as spam because they couldn’t easily opt out, according to our Adapting to Consumers’ New Definition of Spam report. So putting up opt-out barriers not only jeopardizes your legal compliance but can also hurt your deliverability as well.
    2. ensure you’re following unsubscribe best practices:Don’t charge a fee.Don’t require any other information beyond an email address.Don’t require subscribers to log in.Don’t ask subscribers to visit more than one page to submit their request.
    1. Especially users working with Microsoft Office 365 and therefore Outlook noticed very often that login is not possible. Upon closer analysis, it was found that the MS/Bing crawlers are particularly persistent and repeatedly call the reset links, regardless of server configuration or the like. For this reason, a text field was implemented in the backend via the Drupal State API, in which selected user agents (always one per line) can be entered. These are checked by 'Shy One Time', in case of a hit a redirect to the LogIn form with a 302 status code occurs, the reset link is not invalidated.
    1. Really appreciatie your suggestion. We hesitated between this solution and the one where the landing page auto-redirects/posts to the next page. I think both are good solutions. Yours a bit more secure. The other less clicks and less friction for the user.
    1. If you want to be (relatively) sure that any action is triggered only by a (specific) human user, then use URLs in emails or other kind of messages over the internet only to lead them to a website where they confirm an action to be taken via a form, using method=POST
    1. For example, most servers append request information to access log files at the completion of every response, regardless of the method, and that is considered safe even though the log storage might become full and cause the server to fail. Likewise, a safe request initiated by selecting an advertisement on the Web will often have the side effect of charging an advertising account.
    1. For some reason, Microsoft decided to use the MS Word HTML rendering engine in Outlook 2007 to 2013 (desktop version) – this was even worse than the IE5/IE6 rendering engine which I believe was used in Outlook 2000, 2002 and 2003! As most large corporate businesses force their staff to use a version of desktop Outlook that hasn’t been updated in years, email is stuck in this hell of being held back in worse-than-IE6 web.
    1. Some have likened anyone being able to issue a verifiable credential being like a shop clerk deciding if they should accept an out-of-state license as proof of age when purchasing alcohol.

      I don't understand. Shouldn't it be comparing to a verifier deciding if it should trust an issuer?

    1. Transclusion facilitates modular design (using the "single source of truth" model, whether in data, code, or content): a resource is stored once and distributed for reuse in multiple documents. Updates or corrections to a resource are then reflected in any referencing documents.
    1. However, with verifiable credentials in a Solid Pod, the university issues some information stating that a student completed a course and cryptography signs that information. This is a verifiable credential. They then pass that credential to the student who stores it in their Solid Personal Online Datastore (Pod). When the student wants to apply for a job, all they need to do is grant access to the credential so the company can read it. The company can confirm that the credential isn’t faked because its cryptographically signed by the university.
    1. Today, data is abundant, but for the most part, unusable. Seventy percent of a data scientist’s job is just cleansing data. The modern software architecture encourages data to be hoarded only accessible through proprietary APIs. And, even with proprietary APIs the market for data integrations is expected to grow to a trillion dollars by the end of the decade. When humanity is spending the GDP of Indonesia just so that the data in System X can work with the data in System Y, the field of software engineering has failed us. So much data - data that could be used by new startups and nonprofits that couldn’t exist today - goes unused because it’s so difficult to access.
    1. This is classic Rails Magic - a clever side effect that guarantees the token in the session cookie will always match the token on the page, because rendering the token to the page can't happen without inserting that same token into the cookie.
  4. Jun 2024
    1. I'd agree that much of the time 'not prefer' is a perfectly adequate way of conveying the same sense as 'disprefer' (just as 'not agree' will for most purposes convey the same sense as 'disagree', and 'not like' the same sense as 'dislike'). However, they aren't strictly equivalent; I might neither prefer nor disprefer Coke to Pepsi, but rather be neutral between them. Possibly the purpose for which 'disprefer' is most useful is cancelling implications – 'I don't prefer it – though I don't disprefer it either'.
    2. It's an interesting position and had me rethinking things a bit, but the way I look at it, the actions themselves are negative; it's their boundary conditions which are different. Take for instance embark/disembark. In pseudo-mathematical terms, I would tend to think they increment or decrement one's embarkedness, with an upper boundary of 1 (aboard), and a lower boundary of 0 (ashore). The non-existence of values >1 (super-aboard) or <0 (anti-aboard) shouldn't affect the relative polarity of the actions themselves. I think. Looking through the rest of the list, there's a variety of different boundary conditions. Prove/disprove would range from 1 to -1 (1=proven, 0=asserted but untested, -1=proven false), entangle/disentangle seems to range from 0 to infinity (because you can always be a little more entangled, can't you?), and please/displease is perhaps wholly unbounded (if we imagine that humanity has an infinite capacity for both suffering and joy).
    3. It was enclosed in scare quotes, a sort of acknowledgment that the author knew it was non-standard, but was too apt for the purpose to resist. I remember reading it and trying to think of the “real” word that would be employed there, but could not find a satisfactory alternative. Since then, I’ve found myself unable to resist using the word when appropriate, due to its utility!

      "too apt for the purpose to resist" :kiss:

    4. I'm surprised no one has mentioned disambiguate in this context. It sounds horrible and outlandish on first hearing, has a reasonably transparent meaning (which may shed some light on the semantics of dis-), and seems to be used almost exclusively by linguists.
    5. I believe it is possible to disprefer something while either 1. not disliking it, or 2. liking it but not intensely enough to be the preference. As in, "I like tart apples, but I sometimes disprefer them as an ingredient on a green salad." It doesn't and hasn't, meant I would refuse to eat a salad with this ingredient included, but there are times when my preference would have been to have a salad without them.
    6. I think you linguists worry too much. It's a simple enough formation using a very common prefix, and while it is not clear whether "I disprefer" means "I do not prefer" or "I prefer something other than" or "I prefer the opposite of" or "I stop preferring", either it'll settle down to one meaning or it'll carry a range. So what? This is the first time I've heard the word but I don't find it particularly puzzling.
    7. Poetry and children both have many interesting warpages and torsionings of language, all legal but serving to make the brain choke slightly, as the lungs do with a sudden whiff of ammonia or other unpleasant gas. 'Disprefer' is another good one!
    8. 'Disprefer' is another good one! It fits well with a wonderful pungent comment about some holiday meal by my nephew when he was about 10: Well, I don't love the parsnips …. Apparently it was a common construction for his classmates in 4th grade, a truth-in-humor bit of sass enjoyed by all. I'll introduce 'disprefer' to him as a high-falutin' possibility for his more grown-up years.

      disprefer = don't love ?

    9. The problem with "object to" as an alternative to "disprefer" is it doesn't mean the same thing. And in the specific example, there's no evidence that people who commonly choose one word/phrase/construction over another object to the word/phrase/construction not chosen, so "object to" doesn't work.
    10. on reasonable uses of "disprefer" — it's probably true that its meaning is not immediately apparent, and using it when addressing general audiences probably avoided (dispreferred?), but of course, it depends on the context I think. It is a term that has an obvious jargon aspect, but that doesn't seem to me to make it uniformly verboten. Other, DNA would never have entered the popular lexicon, or quantum… I'm sure those parallels are inapt in several ways, but my point, which I think still stands, is that while clarity to the broadest audience possible is often a laudable goal, this also doesn't mean it should be the only or always the chief goal. It seems to me technical words get disseminated and incorporated popularly through their use outside of strictly technical fora, and while several people said they did a double take or didn't immediately understand the word (or misunderstood its meaning), it's also true that this can happen with perfectly reasonable, standard vernacular constructions, especially reasonable standard constructions that are expressing a counter-intuitive (even if true) claim. Just sayin' — "can people understand this without giving it but a moment's thought" is a high (or ultra-low) car to hold all non-technical communication to. (That said, I also have a love for arcane words, shades of meaning, and being able to express certain moods/valences/concepts precisely. THAT said, I'm no linguist, and probably won't be using this word commonly for all my talk.)
    11. To me, dis- negates in words like disagree, and displease. If you disagree with a position, that (generally) implies that you agree with the opposite position. If you displease someone, you make them angry or unhappy, you don't leave them feeling neutral.
    12. On the other hand, I feel that dis- neutralises in words like disprove, disapprove, disenchant, disentangle, disembark, discharge, and so on. If you disprove something, you haven't necessarily proved the opposite. If you disapprove of an action, that doesn't mean you would approve of the opposite action. If you're disenchanted, it doesn't necessarily mean you now hate what you were formerly enchanted with. And clearly once you disentangle something it's back to zero; you haven't "anti-tangled" it.
    13. So what's the problem here? The problem is that it's not a word except to small, relatively closed circles of specialists such as linguists (saving your reverences). And, pace those people who think its meaning is clear on first sight, it's not (and it's telling that some people's response to Amy's saying that she hadn't understood it was to chastise her rather than admit that perhaps they were wrong about its transparency). Hell, I have an MPhil in linguistics, and even I dislike it and would try to avoid it if possible. I think it's fine for use in the field, where you can expect that your readers will be familiar with it, but it's solipsistic verging on insulting to use it with the public at large; showing off specialist vocabulary (which this is) is not polite.

      I don't think it's that specialist of a word... :shrug:

    14. And the exact meaning of "dis-" varies from word to word, but it always includes reversing the polarity of some semantic component (rather than just neutralizing it). Connect X to Y = position X such that it is joined to Y Disconnect X from Y = position X such that it is separated from Y Approve X = assert that X is good Disapprove X = assert that X is bad Prefer X = when selecting from a set choices, choice X first Disprefer X = when selecting from a set of choices, chose X last
    15. Computer programmer here. 'Disprefer' is a somewhat uncommon, but entirely standard, word at my work. I would guess that it's most common use is in restricting some other preference. E.g. "sort by age, but disprefer objects that need disk access".
    16. The ones which are close to the meaning of 'not X' are so only because the phenomena of often (though not always) viewed as binary. But, as the remain forms clearly indicate, this doesn't come automatically from the meaning of the prefix.
    17. OK apparently meaning isn't immediately clear to some. But I disapprove of your approach, and disagree with your conclusion. I don't need to disinter my dictionary to understand the word. Simple comparison with other words that use the prefix will disgorge the meaning with a minimum of discomfort, all from the comfort of your armchair. I don't mean to discourage dictionary use, but rather, to encourage examining the language you already know. Without such comparison, blind prescriptionist obedience to dicta from the dictionary may lead one astray. For even in the pages of the dictionary, one may find numerous examples of disobedience to its every dictum.
    18. John: But that's exactly what I did! Dis- + prefer should theoretically mean "don't prefer" or "unprefer". So what does that mean? You're neutral? I understand the meaning now from the comments. But I don't think the meaning is clear from the components. Just to check my understanding of dis-, I checked a few online dictionaries, and roughly speaking… dis- = lack of, not, apart, away, undo, remove The reason I was confused was that to me, dis- simply neutralises a word. It multiplies the meaning by zero, yielding zero. It's not like anti-, which multiplies by minus one, changing the sign and changing the meaning to the opposite. If you said anti-prefer, I'd have a better idea of what the word meant.
    19. I'm no linguist, and can barely aspire to lackeydom (takers?), but I'm taking quite a shine to "disprefer". Meanwhile… to "object to" something, it seems to me you have to express your objection, where to prefer or disprefer you need only choose, possibly with no one else the wiser. So, he's wrong again.
    20. So what's the problem here? The obvious reasoning is that "dis-" is a common English prefix, and "prefer" is a common English verb. You don't need a dictionary entry to explain or justify combining them. The dictionary entries for "dis-" and "prefer" should be all that's needed, and any reasonably fluent speaker should be able to make or understand the combination. Granted, "disprefer" may not be a common word, but it shouldn't be a mystery to anyone with any familiarity with English.
    21. Amy: It's a real word. I use it all the time (of course, I'm a linguist, and I allow the possibility that I picked it up from my linguist chums, though it doesn't seem particularly jargony to me). For me, "disprefer X" means something like "not choose X when other options are available". This is subtly different from "prefer anything over X", quite different from "not prefer X", and totally distinct from "dislike X" or "object to X".
    22. *Other things being equal, we should disprefer blogs to journalism. USE prefer journalism to blogs.* I can't say he's clearly wrong about this one, depending on the information structure of discourse or text. If blogs are the topic, there's a lot to be said for making it the direct object rather than an oblique, the object of a preposition.
    23. *It's interesting as a spelling pronunciation, preferred by some speakers, dispreferred by others. USE not* Fiske fails to note that dispreferred expresses a contrary negation, not simply a contradictory one. The writer is excluding the possibility that the dispreferring speakers might be merely indifferent to the pronunciation in question, but the use of not would include that possibility.

      Appropriate word choice in the same way that "liked by some, disliked by others" is appropriate.

    24. The most important nontechnical use of 'disprefer' (for me) is to say that among a sea of choices to which I am largely indifferent, there is some choice that is particularly my least favourite—I may not have any legal, moral, or other objection to it, I just don't like it. I wouldn't say I use this all the time, but I certainly use it regularly when it's appropriate.
    1. The linguistic phenomenon of "a multi-use, customizable, instantly recognizable, time-worn, quoted or misquoted phrase or sentence that can be used in an entirely open array of different variants" was originally described by linguist Geoffrey K. Pullum in 2003.[2] Pullum later described snowclones as "some-assembly-required adaptable cliché frames for lazy journalists".[1]
    1. "Less favored" or "less preferred" may be the preferable word choice most of the time (because it's usually about degree of preference, not merely a binary "preferred or not")

      Because it's about degree (on a continuum), it would usually be clearer (and therefore preferred) to specify whether, for instance, you mean "less preferred" or "least preferred". "dispreferred" is ambiguous in that regard: I had assumed it meant (was using it to mean) less preferred ( not the most preferred), but apparently others (https://languagelog.ldc.upenn.edu/nll/?p=2186) read it and see "least preferred".

    2. Why invent ugly new words when there is adequate vocabulary available?

      Because it's neither a new word, nor an ugly word, any more than "distaste", "dislike" is an ugly word.

    3. Not preferring is not the opposite of preferring, but rather the absence of preferring.

      Referring to how "dis-" might imply it's the opposite.

      I can see their point,which I think is that "To favor or prefer (something) less than the alternatives." simply makes it not your maximum preference (so in that sense, it would merely be the absence of the state of being the maximum), not necessarily your minimum (least favorite) rated/preferred choice.

      But I think it can actually mean the opposite of preferring. To me, to disprefer something is nearly the same as if you show a distaste for something.

    1. If you want to stop receiving this email, then hit the Unsubscribe link. Because you asked for this email and confirmed that you wanted it, the right thing to do is to follow the directions to unsubscribe from it.
    1. it is important to regularly clean your email list to avoid sending emails to individuals who have previously asked to be removed.

      Is that all it means? Usually when I see this term, it sounds like they mean cleaning out inactive contacts, not just those that have asked to be removed.

      I mean, obviously you would remove those who ask to be removed... But it seems you would do so immediately, not "regularly" at some later time. I guess it depends how you implement your list system?