334 Matching Annotations
  1. Last 7 days
    1. throw money at a problem — whether that's Ebola, Zika or COVID-19. Then, as fear ebbs, so does the attention and motivation to finish the task.
    2. gay men and later, heterosexuals. Cases in women started accelerating in 2013, followed shortly by increasing numbers of babies born with syphilis.
    3. Since then, funding has remained anemic.
    4. By 2013, as elimination seemed less and less viable, the CDC changed its focus to ending congenital syphilis only.
    5. States in the South and West have seen the highest syphilis rates in recent years.
    6. three weekly shots of penicillin at least 30 days before she gave birth, it was likely that the infection would be wiped out
    7. 40% chance the baby would die.
    8. Six states have no prenatal screening requirement at all. Even in states that require three tests, public health officials say that many physicians aren't aware of the requirements.
    9. "There's no incentive for a private physician to stock a dose that could expire before it's used, so they often don't have it.
  2. Oct 2024
    1. If we can see how some of the basic assumptions that we bring to the development of computing technologies lead us away from improvement in our ability to solve problems collectively, we can reexamine those assumptions and chart a different course.

      for - quote - Doug Engelbart\ - collective IQ - status quo heading in the wrong direction - Indyweb dev - flipping the web - Doug Engelbart - Collective IQ - the Flipped web

      quote - Doug Engelbart - If we can see how some of the basic assumptions that we bring to the development of computing technologies - lead us away from improvement in our ability to solve problems collectively, - we can reexamine those assumptions and chart a different course.

      Indyweb dev - flipping the web - Doug Engelbart - Collective IQ - Flip the current web - the Flipped web - leverage the decentralized design of the original web via named content of IPFS network

  3. Jul 2024
    1. Respect is so important to humans that it’s a key reason we evolved to play games. Will Storr, in his book The Status Game, charted the rise of game-playing in different cultures, and found that games have historically functioned to organize societies into hierarchies of competence, with score acting as a conditioned reinforcer of status. In other words, all games descend from status games. The association between score and status has grown so strong in our minds that, like pigeons pecking the button long after the food dispenser has stopped dispensing, we’ll chase scores long after everyone else has stopped watching.
  4. Feb 2024
  5. Jan 2024
  6. Dec 2023
    1. Conclusion: Supporting our hypotheses, we identify a general trend that social marginalization is associated with less system-justification. Those benefitting from the status quo (e.g., healthier, wealthier, less lonely) were more likely to hold system-justifying beliefs. However, some groups who are disadvantaged within the existing system reported higher system-justification—suggesting that system oppression may be a key moderator of the effect of social position on system justification.
      • for: system justification theory, status quo bias, question - lack of commensurate action

      • summary

        • Supporting their hypotheses, the authors identify a general trend that social marginalization is associated with less system-justification.
        • Those benefitting from the status quo (e.g., healthier, wealthier, less lonely) were more likely to hold system-justifying beliefs.
        • However, some groups who are disadvantaged within the existing system reported higher system-justification—suggesting that
          • system oppression may be a key moderator of the effect of social position on system justification.
      • Question

        • The question here is this:
          • Can system justification theory be applied to explain why the majority of citizens, even though they are aware that the current fossil fuel energy system must be rapidly scaled down, there is no commensurate sense of emergency of concomitant action?
      • for: system justification theory, status quo bias

      • summary

        • Supporting their hypotheses, the authors identify a general trend that social marginalization is associated with less system-justification.
        • Those benefitting from the status quo (e.g., healthier, wealthier, less lonely) were more likely to hold system-justifying beliefs.
        • However, some groups who are disadvantaged within the existing system reported higher system-justification—suggesting that
          • system oppression may be a key moderator of the effect of social position on system justification.
        • This is a very important finding and could be used to develop more effective social tipping point strategies
  7. Nov 2023
    1. "Obra académica de Don Pablo"

      Pablo Cabañas Díaz

      Gaceta Políticas (FCPyS – UNAM)

      2023, febrero

      Cabañas Díaz, Pablo Alejandro, Obra académica de Don Pablo, Gaceta Políticas, Facultad de Ciencias Políticas y Sociales, núm. 293, febrero de 2023, pp. 8-11.

      CV de Pablo Cabañas Díaz: https://www.politicas.unam.mx/cedulas/ordinario/profesores/prof073516.pdf

      accessed:: 2023-11-13 21:10

  8. Sep 2023
    1. Let us at this point simply note that the Māra drive seems reducible to a wish to maintain the status quo (“sentient beings suffer, and they shall keep doing so!”) whereas the Bodhisattva is committed to infinite transformation.
      • comment
        • this is definitely seeing evolution through a Buddhist lens!
        • mara - maintain status quo
        • bodhisattva - infinite transformation
  9. May 2023
    1. Hierarchies in the correlated forms of power (resources) and status (prestige) are constants thatorganize human societies. This article reviews relevant social psychological literature andidentifies several converging results concerning power and status. Whether rank is chronicallypossessed or temporarily embodied, higher ranks create psychological distance from others, allowagency by the higher ranked, and exact deference from the lower ranked. Beliefs that status entailscompetence are essentially universal. Interpersonal interactions create warmth-competencecompensatory tradeoffs. Along with societal structures (enduring inequality), these tradeoffsreinforce status-competence beliefs. Race, class, and gender further illustrate these dynamics.Although status systems are resilient, they can shift, and understanding those change processes isan important direction for future research, as global demographic changes disrupt existinghierarchies.

      Abstract

  10. Apr 2023
  11. Mar 2023
    1. Michael Kropat put together a set of decision charts that helps determine the best status code for each situation. See the following for 4xx status codes:
    1. <table><tbody><tr><th colspan="4" rowspan="1">Status</th><th colspan="4" rowspan="1">Description</th></tr><tr><td colspan="5" rowspan="1">HIT</td><td colspan="5" rowspan="1">The resource was found in Cloudflare’s cache.</td></tr><tr><td colspan="5" rowspan="1">MISS</td><td colspan="5" rowspan="1">The resource was not found in Cloudflare’s cache and was served from the origin web server.</td></tr><tr><td colspan="5" rowspan="1">NONE/UNKNOWN</td><td colspan="5" rowspan="1">Cloudflare generated a response that denotes the asset is not eligible for caching. This may have happened because:
    2. A Worker generated a response without sending any subrequests. In this case, the response did not come from cache, so the cache status will be none/unknown.
    3. A Worker request made a subrequest (fetch). In this case, the subrequest will be logged with a cache status, while the main request will be logged with none/unknown status (the main request did not hit cache, since Workers sits in front of cache).
    4. A Firewall rule was triggered to block a request. The response will come from the edge network before it hits cache. Since there is no cache status, Cloudflare will log as none/unknown.
    5. A redirect page rule caused the edge network to respond with a redirect to another asset/URL. This redirect response happens before the request reaches cache, so the cache status is none/unknown.
    6. </td></tr><tr><td colspan="5" rowspan="1">EXPIRED</td><td colspan="5" rowspan="1">The resource was found in Cloudflare’s cache but was expired and served from the origin web server.</td></tr><tr><td colspan="5" rowspan="1">STALE</td><td colspan="5" rowspan="1">The resource was served from Cloudflare’s cache but was expired. Cloudflare could not contact the origin to retrieve an updated resource.</td></tr><tr><td colspan="5" rowspan="1">BYPASS</td><td colspan="5" rowspan="1">The origin server instructed Cloudflare to bypass cache via a Cache-Control header set to no-cache,private, or max-age=0 even though Cloudflare originally preferred to cache the asset. BYPASS is returned when enabling Origin Cache-Control. Cloudflare also sets BYPASS when your origin web server sends cookies in the response header.</td></tr><tr><td colspan="5" rowspan="1">REVALIDATED</td><td colspan="5" rowspan="1">The resource is served from Cloudflare’s cache but is stale. The resource was revalidated by either an If-Modified-Since header or an If-None-Match header.</td></tr><tr><td colspan="5" rowspan="1">UPDATING</td><td colspan="5" rowspan="1">The resource was served from Cloudflare’s cache and was expired, but the origin web server is updating the resource. UPDATING is typically only seen for very popular cached resources.</td></tr><tr><td colspan="5" rowspan="1">DYNAMIC</td><td colspan="5" rowspan="1">Cloudflare does not consider the asset eligible to cache and your Cloudflare settings do not explicitly instruct Cloudflare to cache the asset. Instead, the asset was requested from the origin web server. Use Page Rules to implement custom caching options.</td></tr></tbody></table>
  • Jan 2023
  • Dec 2022
    1. When you focus on how successful you appear to others, status anxiety can occur. Your fear of not being valued by society may sadly lead to harmful long-term decisions being made.
    2. It is possible to replace irrational status-seeking behaviors with healthier alternatives in which the value is found in the act itself rather than by the aimless collection of status symbols
  • Nov 2022
    1. dsmdavid commented Mar 8, 2021 @tchakabam if you right click on the status bar, do you get many options? Might be worth not showing some of the other options (in my case the line/column was not shown because there were too many options already there) and, after unselecting one:

      Post about status bar in VS Code (visible at bottom of window by default).

      I looked for this since I couldn't figure out the column numbers of where my cursor was in the editor.

      You can toggle this setting by opening command palette and searching "View: Toggle Status Bar Visibility"

      Displays Ln & Col numbers.

  • Sep 2022
    1. 400 Bad Request is the status code to return when the form of the client request is not as the API expects.401 Unauthorized is the status code to return when the client provides no credentials or invalid credentials.403 Forbidden is the status code to return when a client has valid credentials but not enough privileges to perform an action on a resource.
  • Aug 2022
    1. I intend to keep it around and maybe fix up minor things here and there if needed, but don't really have any plans for new features at this point. I think it's great to give people the option to choose the Go port if the advanced features is what they're after.
  • Apr 2022
    1. https://winnielim.org/library/collections/personal-websites-with-a-notes-section/

      Winnie has some excellent examples of people's websites with notes, similar to that of https://indieweb.org/note. But it feels a bit like she's approaching it from the perspective of deeper ideas and thoughts than one might post to Twitter or other social media. It would be worthwhile looking at examples of people's practices in this space that are more akin to note taking and idea building, perhaps in the vein of creating digital gardens or the use of annotation tools like Hypothes.is?

  • Mar 2022
  • Feb 2022
    1. the universal justifi cation for treating women as inferior is that they are intellectually immature and, therefore, cannot form proper judgments.
    2. social status
  • Jan 2022
    1. Dr. Melvin Sanicas, #GetVaccinated. (2022, January 24). Smart people change their minds. They reconsider things they thought they’d already figure out when offered compelling data contradicting their previous understanding. Last week we saw the Swiss data. This is from #USA. #scicomm #dataviz #VaccinesSaveLives (h/t @OurWorldInData) https://t.co/Z5ONLNXr2u [Tweet]. @Vaccinologist. https://twitter.com/Vaccinologist/status/1485704680550412303

    1. Edouard Mathieu. (2022, January 17). Update: Switzerland now reports deaths by booster status. Compared to unvaccinated people, the COVID mortality rate is: • 9x lower after full vaccination • 48x lower after a booster [From our post with @maxcroser on death rates by vaccination status: Http://ourworldindata.org/covid-deaths-by-vaccination] https://t.co/ozWueyHO2k [Tweet]. @redouad. https://twitter.com/redouad/status/1482991873190936576

    1. "The basic principle behind REST status code conventions is that a status code must make the client aware of what is going on and what the server expects the client to do next"
    2. You can fulfill this principle by giving answers to the following questions:Is there a problem or not?If there is a problem, on which side is it? On the client or on the server side?If there is a problem, what should the client do?
    3. Now, assume your client attempts to access a resource that it MUST NOT access at all, for example, because it belongs to another user. What status code should your API return? Should it return a 403 or a 401 status code?You may be tempted to return a 403 status code anyway. But, actually, you can't suggest any missing permission because that client has no way to access that resource. So, the 403 status code gives no actual helpful information. You may think that returning a 401 status code makes sense in this case. After all, the resource belongs to another user, so the request should come from a different user.However, since that resource shouldn't be reached by the current client, the best option is to hide it.
    4. Let's explore a different case now. Assume, for example, that your client sends a request to modify a document and provides a valid access token to the API. However, that token doesn't include or imply any permission or scope that allows the client to perform the desired action.In this case, your API should respond with a 403 Forbidden status code. With this status code, your API tells the client that the credentials it provided (e.g., the access token) are valid, but it needs appropriate privileges to perform the requested action.
    1. The difference is what the server expects the client to do next.
    2. Send a 302 to your login-page

      That's typically what people do, isn't it.

      That answers the question "how do we best instruct the user agent to take the next step that is required". And maybe a redirect is in fact the best answer.

      See https://hyp.is/mDvXsHoxEeyHC0Ol9HE3CA/stackoverflow.com/questions/3297048/403-forbidden-vs-401-unauthorized-http-responses

    3. Checks are usually done in this order: 404 if resource is public and does not exist or 3xx redirection OTHERWISE: 401 if not logged-in or session expired 403 if user does not have permission to access resource (file, json, ...) 404 if resource does not exist or not willing to reveal anything, or 3xx redirection
    4. +----------------------- | RESOURCE EXISTS ? (if private it is often checked AFTER auth check) +----------------------- | | NO | v YES v +----------------------- 404 | IS LOGGED-IN ? (authenticated, aka user session) or +----------------------- 401 | | 403 NO | | YES 3xx v v 401 +----------------------- (404 no reveal) | CAN ACCESS RESOURCE ? (permission, authorized, ...) or +----------------------- redirect | | to login NO | | YES | | v v 403 OK 200, redirect, ... (or 404: no reveal) (or 404: resource does not exist if private) (or 3xx: redirection)
  • Dec 2021
  • Nov 2021
  • Oct 2021
    1. Hulme, W. J., Williamson, E. J., Green, A., Bhaskaran, K., McDonald, H. I., Rentsch, C. T., Schultze, A., Tazare, J., Curtis, H. J., Walker, A. J., Tomlinson, L., Palmer, T., Horne, E., MacKenna, B., Morton, C. E., Mehrkar, A., Fisher, L., Bacon, S., Evans, D., … Goldacre, B. (2021). Comparative effectiveness of ChAdOx1 versus BNT162b2 COVID-19 vaccines in Health and Social Care workers in England: A cohort study using OpenSAFELY [Preprint]. Epidemiology. https://doi.org/10.1101/2021.10.13.21264937

    1. journalism historian David Mindich

      The View from Somewhere

      Hallin’s spheres

      At 11 minutes into this podcast episode, David Mindich provides an overview of Hallin’s spheres.

      Hallin divides the world of political discourse into three concentric spheres: consensus, legitimate controversy, and deviance. In the sphere of consensus, journalists assume everyone agrees. The sphere of legitimate controversy includes the standard political debates, and journalists are expected to remain neutral. The sphere of deviance falls outside the bounds of legitimate debate, and journalists can ignore it. These boundaries shift, as public opinion shifts.

      Wikipedia: Hallin's spheres

      I learned about this podcast from Sandy and Nora in their episode, Canada’s democratic deficit.

    1. The podcast focuses on the troubled history of “objectivity” and how it has been used to gatekeep and exclude people of color, queer and trans people, and people organizing for their labor rights and communities.

      I learned about this podcast through Sandy and Nora.

  • Sep 2021
    1. “The scroll is written in code, but its actual content is simple and well-known, and there was no reason to conceal it,” they write in the Journal of Biblical Literature. “This practice is also found in many places outside the land of Israel, where leaders write in secret code even when discussing universally known matters, as a reflection of their status. The custom was intended to show that the author was familiar with the code, while others were not.”

      Ancient scribes sometimes wrote in code even though the topics at hand were well known as a means of showing their status.

  • Aug 2021
  • Jul 2021
    1. It’s all the fault, she decided, as the tall fellow drew something on the back of an envelope, something that was to be looped up or left to hang, of these absurd class distinctions.

      The class distinctions are mentioned here.

    2. tallest of the men, a lanky, freckled fellow,

      Most of the working class people were not given the name in this novel. This is an example of the gardener. It lets us to think about the social status different between working class and leisure class.

    3. Hans

      Only the closed servant was given the name

  • Jun 2021
  • May 2021
    1. The job of this function is to return a { status, headers, body } object representing the response, where status is an HTTP status code: 2xx — successful response (default is 200) 3xx — redirection (should be accompanied by a location header) 4xx — client error 5xx — server error
  • Apr 2021
    1. In a world where everyone sticks to the status quo of saying “YES”, create your own custom character and take on the role of an intern on a mission to change the world with the positive power of “NO!“. With this new power nothing will get in your way as you shout “NO!” at any absurd requests fired your way.
    1. Regardless of an explicit requirement, it is an implication of membership in the academic community that its members have a responsibility, and a right, to contribute to the intellectual corpus of their time.

      So who then is, or isn't, a "member" of the "academic community?" And is it incumbent that members "produce ideas" within their defined fields, or does their membership entitle (require?) them to speak more broadly than that?

  • Mar 2021
    1. With all this “monetization” happening around Trailblazer, we will also make sure that all free and paid parts of the project grow adult and maintan an LTS - or long-term support - status. Those are good news to all you users out there having been scared to use gems of this project, not knowing whether or not they’re being maintained, breaking code in the future or making your developers addicted to and then cutting off the supply chain. Trailblazer 2.1 onwards is LTS, and the last 1 ½ years of collaboration have proven that.
    1. Eran Segal. (2021, January 22). Israel: 2.4M after 1st dose (27% pop) 78% of all 60+ years old Despite that, we have a problem: Cities of lower socio-economic status and more cases get vaccinated less X: Socioeconomic rank Y: % 60+ years old vaccinated Color: Vaccination need ratio @MDCaspi by covid-19 cases https://t.co/t5vC8hjXA4 [Tweet]. @segal_eran. https://twitter.com/segal_eran/status/1352579515592138753

    1. If eye movement were consciously controlled, the dreamer’s eyes could become a vehicle for getting a message to the waking world.

      iirc this is relatively old news, the more novel bit is being able to communicate with sleeping people

  • Feb 2021
    1. The Quest for Truth

      The quest for Truth is everywhere and not limited to the economic topics linked here. This is just a topic that started a thought process where I had access to a convenient tool (Hypothesis) to bookmark my thoughts and research.

      Primary thought is: The Quest for Truth. Subcategories would provide a structured topic for the thought. In this case the subcategory would be: US Economy, Inflation

      The TRUTH is a concept comprised of inconsistencies and targets that frequently move.

      Targets (data, methods, people, time, semantics, agenda, demographic, motive, means, media, money, status) hold a position in time long enough to fulfill a purpose or agenda. Sometimes they don't consciously change, but history over time shines light and opens cracks in original narrative that leads to new truth's, real or imagined.

      Verifying and validating certain Truth is very difficult. Why is That?
    1. The final missing piece was Post-It notes, a strategy I borrowed from Deb Verhoeven. (Thanks, Deb!) Every student starts with a green Post-It note on her laptop. That means everything’s OK. Run into a problem that they need me for? Swap it out for red. Finished? Swap it out for white.

      This is a clever tip and is reminiscent of Churrascaria restaurants which often have wooden blocks or figures on the table painted red on one end and green on the other and diners flip it to indicate: stop bringing food for a while or bring more food respectively.

      I've also seen another version in the now-defunct Souplantation restaurants which had laminate cards to indicate you were off at the buffet and please don't clear the table yet as you're still dining.

  • Jan 2021
    1. Unfortunately, this probably means a death knoll for this gem, at least I predict it will contribute to its slow trajectory towards insignificance/unknownness/lack-of-users.

      Why? Because it is already the less popular option in this comparison: https://ruby.libhunt.com/compare-premailer-rails-vs-roadie-rails

      and being actively maintained is an important factor in evaluating competing options.

      So of course people will see that the premailer option is the option that is still actively maintained, is still continuing to be improved, and they'll see that this one has been relegated to dormancy/stagnancy/neglect/staleness, which will only amplify the degree/sense of abandonment it already has from its maintainer (only now it will be its users that start to abandon it, as I now have).

    2. This gem is now entering passive maintenance mode; I will not be actively maintaining it anymore.
    3. Maintaining open source software requires energy and a "want"/"passion". I've not been using this project myself for years, and I mainly work in other things than Rails at this point. That means I'm far removed from this project and see no personal gain in maintaining the energy to keep this going.
    4. I'm still pretty proud of the project and I don't want to see it gone, so I want to keep updating it when needed. But on the other hand, the feature set is pretty stable and well working now (AFAIK) so I also don't see the need to pretend to be actively maintaining it.
    5. Please: Prompt me when things break and I will probably fix it. I won't guarantee how fast I'll move, but I'll try to make the effort sometimes. The bigger the issue, the more likely it is that I'll do something about it.
  • Dec 2020
    1. Material Design Lite is now in limited support, with development having moved to the Material Components for the web repository. No further development is taking place in MDL by the core team, but we are happy to review PRs, fix critical bugs and push out new releases. No breaking changes will be accepted.
  • Nov 2020
    1. I'm still deeply working on it every day, i'm around 1/2 month away for a first preview release.
    2. @monkeythedev I am curious how do you "organize" your work - You forked https://github.com/hperrin/svelte-material-ui and https://github.com/hperrin/svelte-material-ui is not very active. Do you plan an independent project ? I hope the original author would return at some times, if not, i'll see
    3. Maybe @hperrin would be able to make an appearance and select a few additional maintainers to help out.
    1. All browers handle 302 incorrectly. Chrome 30, IE10. It became the de facto incorrect implementation; that cannot be changed because so many web-sites issue mistakenly issue 302. In fact ASP.net MVC incorrectly issues 302, depending on the fact that browsers handle it incorrectly.
  • Oct 2020
    1. Someone who is skilled at acquiring and spreading information can have high status in the tribe. As receivers of gossip, we are excited to be “in on the secret.”

      A gossip-monger can be afforded status in the group because of what he knows.

    1. Long, H., correspondentEmailEmailBioEmailFollowEmail, H. L., Dam, rew V., Fowers, rew V. D. focusing on economic dataEmailEmailBioEmailFollowEmailAlyssa, visualization, A. F. reporter focusing on data, data, analysisEmailEmailBioEmailFollowEmailLeslie S. S. reporter focusing on, & storytellingEmailEmailBioEmailFollowEmail, multimedia. (n.d.). The covid-19 recession is the most unequal in modern U.S. history. Washington Post. Retrieved October 2, 2020, from https://www.washingtonpost.com/graphics/2020/business/coronavirus-recession-equality/

  • Sep 2020
    1. Maintenance Status Active: Formidable is actively working on this project, and we expect to continue work on this project for the foreseeable future.
  • Aug 2020
    1. Yeah, so I believe what we want is.. If an action has no templates defined at all, AND it has no respond_to { ... } block, then it should do a 204 If an action has certain templates defined, AND it has no respond_to { ... } block, then it should do a 406 for formats with no templates If an action has a respond_to { ... } block, then it should do a 406 for formats not in the list
  • Jul 2020
  • Jun 2020
  • May 2020
    1. Our status updates consist of the various issues and merge requests that are currently being worked on. If the work is in progress, it is encouraged to share details on the current state.
  • Apr 2020