204 Matching Annotations
  1. Sep 2023
    1. This nuance is important as the Sender field is an envelope field and the From is an email header field - each representing different aspects of the message. 
  2. Jul 2023
    1. “(G) holds a valid Class C license under the Animal Welfare Act (7 U.S.C. 2131 et seq.), and— “(i) regularly travels across State lines to conduct circus performances featuring live prohibited wildlife species, clowns, and aerial acts; “(ii) engages in such travel and conduct before January 1, 2015; and “(iii) does not allow direct contact between the public and prohibited wildlife species.”.

      I believe this part was removed (and would be antiquated) due to changes in law regarding circuses

  3. Sep 2022
    1. “Internationalization is the design and development of a product, application or document content that enables easy localization for target audiences that vary in culture, region, or language. Localization refers to the adaptation of a product, application or document content to meet the language, cultural and other requirements of a specific target market (a locale).”
    1. First, to clarify - what is "code", what is "data"? In this article, when I say "code", I mean something a human has written, that will be read by a machine (another program or hardware). When I say "data", I mean something a machine has written, that may be read by a machine, a human, or both. Therefore, a configuration file where you set logging.level = DEBUG is code, while virtual machine instructions emitted by a compiler are data. Of course, code is data, but I think this over-simplified view (humans write code, machines write data) will serve us best for now...
  4. Aug 2022
  5. Jun 2022
  6. Apr 2022
  7. Mar 2022
  8. Feb 2022
    1. "Context" manipulation is one of big topic and there are many related terminologies (academic, language/implementation specific, promotion terminologies). In fact, there is confusing. In few minutes I remember the following related words and it is good CS exam to describe each :p Thread (Ruby) Green thread (CS terminology) Native thread (CS terminology) Non-preemptive thread (CS terminology) Preemptive thread (CS terminology) Fiber (Ruby/using resume/yield) Fiber (Ruby/using transfer) Fiber (Win32API) Generator (Python/JavaScript) Generator (Ruby) Continuation (CS terminology/Ruby, Scheme, ...) Partial continuation (CS terminology/ functional lang.) Exception handling (many languages) Coroutine (CS terminology/ALGOL) Semi-coroutine (CS terminology) Process (Unix/Ruby) Process (Erlang/Elixir) setjmp/longjmp (C) makecontext/swapcontext (POSIX) Task (...)
    1. This action will work a little differently from a normal create action that you might be used to, as it doesn’t strictly need a new action - we won’t be saving this Pet model with any data - just putting it in the database so that our StepsController can access that.
  9. Jan 2022
    1. Liu, Y., Ebinger, J. E., Mostafa, R., Budde, P., Gajewski, J., Walker, B., Joung, S., Wu, M., Bräutigam, M., Hesping, F., Rupieper, E., Schubert, A.-S., Zucht, H.-D., Braun, J., Melmed, G. Y., Sobhani, K., Arditi, M., Van Eyk, J. E., Cheng, S., & Fert-Bober, J. (2021). Paradoxical sex-specific patterns of autoantibody response to SARS-CoV-2 infection. Journal of Translational Medicine, 19(1), 524. https://doi.org/10.1186/s12967-021-03184-8

  10. Dec 2021
    1. As physical flux are constrained in our houses exacerbating existing hierarchies inequities, social constraints, as well as giving the occasion to some of us to confirm the richness of our differences and affirm the benefit of collective life choices, ground new network organization, exacerbate our need to share practices of care.
  11. Nov 2021
    1. Honestly, I don't know. Strictly speaking it's different to a window being opened at a specific size (I can see the difference). I don't know whether that difference is material. Seeing as these are tests, I'd like to remove as many unknowns as possible. If someone can tell me that it makes no difference then I'd be happy.
  12. Oct 2021
    1. The Papiamentu adjective is invariab
    2. . Papiamentu, as a typical Creole, and in contrast with Span- ish and Portuguese, shows no agreement between adjective and noun, whether for gender (logical or grammatical) or num- ber.

      DIFFERENCE:

      -papiamentu does not sho agreement between adjective and noun!!!!!!!

  13. Sep 2021
    1. is labeled as a glue for PVC, ABS, CPVC, etc. It's not labelled for gluing different plastics together, only for gluing like plastics together
    1. A sanitary tee is shaped like the letter ‘T’, while a Wye is similar to ‘Y’. Sanitary tee is used for horizontal to vertical transition, and Wye is used for combining 2 lines into one horizontal line to maintain a flow without causing clogging.
    2. Sanitary Tee and Wye are parts of the drain vent system. If you are doing plumbing works, you may have to use them in some sort. However, they look almost similar, and this confuses a lot of people. Especially to choose the one that best fits your drain system.
    1. Snap packages can only be distributed through the Canonical store, i.e. they are linked to it. This brings some advantages like improved security but limits the developer. Conversely, Flatpak is not connected to any shop and this makes each developer the owner of the shop’s distribution. This is more in line with the open-source philosophy.

      Snap Flatpak

    1. She handed one to me without milk,

      It‘s not typical to drink tea with milk in the USA

    2. Bengalis

      In England, the narrator stays in his own cultural context as much as possible. There is almost no British influence or interest in English culture shown by him.

    1. Update API usage of the view helpers by changing javascript_packs_with_chunks_tag and stylesheet_packs_with_chunks_tag to javascript_pack_tag and stylesheet_pack_tag. Ensure that your layouts and views will only have at most one call to javascript_pack_tag or stylesheet_pack_tag. You can now pass multiple bundles to these view helper methods.

      Good move. Rather than having 2 different methods, and requiring people to "go out of their way" to "opt in" to using chunks by using the longer-named javascript_packs_with_chunks_tag, they changed it to just use chunks by default, out of the box.

      Now they don't need 2 similar but separate methods that do nearly the same, which makes things simpler and easier to understand (no longer have to stop and ask oneself, which one should I use? what's the difference?).

      You can't get it "wrong" now because there's only one option.

      And by switching that method to use the shorter name, it makes it clearer that that is the usual/common/recommended way to go.

  14. Jul 2021
  15. May 2021
  16. Apr 2021
    1. How is a pseudoconsole different from a pseudoterminal ?

      I'm guessing that's just a Microsoftism to make it easier to search/find things that are specifically about Microsoft's flavor of pseudoterminal.

      I see they don't use the word "pseudoterminal" at all, but they do mention

      ConPTY, or the Windows PTY

      where PTY is another synonym/name for pseudoterminal. So I think we're safe in saying that this is talking about a pseudoterminal.

  17. Mar 2021
    1. "When walking in a group of three, there is bound to be someone I can learn from: There will be good qualities that I can imitate, and reflect on bad qualities that I can correct in myself."
  18. Jan 2021
  19. Nov 2020
  20. Oct 2020
    1. Sex difference in the computerized neurocognitive battery administered to the PNC. Mean (±SEM) of z‐scores for accuracy (top) and speed (bottom) for females (red bars) and males (blue bars) across the sample on each behavioral domain. ABF, abstraction and mental flexibility; ATT, attention; WM, working memory; VME, verbal memory; FME, face memory; SME, spatial memory; LAN, language reasoning; NVR, nonverbal reasoning; SPA, spatial processing; EID, emotion identification; EDI, emotion differentiation; AGE, age differentiation; MOT, motor speed; SM, sensorimotor speed.

      PNC'ye uygulanan bilgisayarlı nörobilişsel pildeki cinsiyet farkı. Her davranışsal alandaki örnekte kadınlar (kırmızı çubuklar) ve erkekler (mavi çubuklar) için doğruluk (üst) ve hız (alt) için z-puanlarının ortalaması (± SEM). ABF, soyutlama ve zihinsel esneklik; ATT, dikkat; WM, çalışma belleği; VME, sözel bellek; FME, yüz hafızası; KOBİ, uzamsal bellek; LAN, dil mantığı; NVR, sözsüz akıl yürütme; SPA, mekansal işleme; EID, duygu tanımlama; EDI, duygu farklılaşması; YAŞ, yaş farklılaşması; MOT, motor hızı; SM, sensorimotor hızı.

    2. Sex differences in neuropsychological performance. Mean (±SEM) is shown for males (blue) and females (red) on abstraction and mental flexibility (ABF), attention (ATT), verbal memory (VMEM), spatial memory (SMEM), language reasoning (LAN), spatial processing (SPA), sensory function (SEN), and motor speed (MOT).

      Nöropsikolojik performansta cinsiyet farklılıkları. Erkek (mavi) ve kadınlar (kırmızı) için soyutlama ve zihinsel esneklik (ABF), dikkat (ATT), sözlü bellek (VMEM), uzamsal bellek (SMEM), dil muhakemesi (LAN), uzamsal olarak ortalama (± SEM) gösterilir işleme (SPA), duyusal fonksiyon (SEN) ve motor hızı (MOT).

  21. Sep 2020
  22. Aug 2020
  23. Jul 2020