- May 2023
-
www.joshmorony.com www.joshmorony.com
-
create a new instance
Will we be able to mock this in tests?
-
- Apr 2023
-
nicholsonwhaling.org nicholsonwhaling.org
-
miserable weather
This is just a test
-
- Mar 2023
-
psychclassics.yorku.ca psychclassics.yorku.ca
-
Industrial concerns doubtless suffer enormous losses from the employment of persons whose mental ability is not equal to the tasks they are expected to perform. The present methods of trying out new employees, transferring them to simpler and simpler jobs as their inefficiency becomes apparent, is wasteful and to a great extent unnecessary. A cheaper and more satisfactory method would be to employ a psychologist to examine applicants for positions and to weed out the unfit. Any business employing as many as five hundred or a thousand workers, as, for example, a large department store, could save in this way several times the salary of a well-trained psychologist.
I think this is interesting because they are saying that intelligence testing could be used to determine job positions. I agree that employing a psychologist to examine applications for positions would be beneficial because the employer doesn't have to worry about certain things the psychologist would look for. I agree that using a psychologist to weed people out of decision of employment could be effective because many people are applying, but the employers only want certain people for that job. I think this is relevant to the history of psychology because there are some companies who use people to determine who is deemed fit for the company, and this is what they wanted to start doing so they could find the best employees for that particular job.
-
-
journals.plos.org journals.plos.org
-
Nonparametric statistics are often preferred to parametric tests when the sample size is small and the data are skewed or contain outliers.
-
when to use parametric versus nonparametric tests [8,9,10]
-
-
kevinjmurphy.com kevinjmurphy.com
-
Our test raises an ActiveRecord::RecordNotFound exception. We know that Rails has special handling to return a 404 status code in this case. However, the request spec still raises the exception.
-
-
-
www.antinet.org www.antinet.org
-
https://www.antinet.org/wooden-antinet-waitlist
2023-03-06: Noting that the list price on this has now dropped to $495 including shipping. He's also closed the wait list, which I'm guessing was set up to both collect email addresses as well as to test market the demand for such a box at his various price points.
-
- Feb 2023
-
www.edwinwenink.xyz www.edwinwenink.xyz
-
What we ultimately should care about is being able to use our knowledge to produce something new, whatever that may be. To not merely reproduce you must understand the material. And understanding requires application, a hermeneutic principle that particularly Gadamer worked out extensively. If you really want to measure your level of understanding, you should try to apply or explain something to yourself or someone else.
-
-
hal.inria.fr hal.inria.fr
-
- Jan 2023
-
proper.softlab.ntua.gr proper.softlab.ntua.grPropEr1
-
-
jlouisramblings.blogspot.com jlouisramblings.blogspot.com
-
docs.google.com docs.google.com
-
Animal Communication Pomona Spring 2023
testing
-
-
optimize.google.com optimize.google.com
-
www.inspectlet.com www.inspectlet.comHome1
-
I've used this briefly before, but it's also something Scott Scheper swears by.
alternative: https://optimize.google.com/
Tags
Annotators
URL
-
-
tedgioia.substack.com tedgioia.substack.com
-
I've seen a bunch of people sharing this and repeating the conclusion: that the success is because the CEO loves books t/f you need passionate leaders and... while I think that's true, I don't think that's the conclusion to draw here. The winning strategy wasn't love, it was delegation and local, on the ground, knowledge.
This win comes from a leader who acknowledges people in the stores know their communities and can see and react faster to sales trends in store... <br /> —Aram Zucker-Scharff (@Chronotope@indieweb.social) https://indieweb.social/@Chronotope/109597430733908319 Dec 29, 2022, 06:27 · Mastodon for Android
Also heavily at play here in their decentralization of control is regression toward the mean (Galton, 1886) by spreading out buying decisions over a more diverse group which is more likely to reflect the buying population than one or two corporate buyers whose individual bad decisions can destroy a company.
How is one to balance these sorts of decisions at the center of a company? What role do examples of tastemakers and creatives have in spaces like fashion for this? How about the control exerted by Steve Jobs at Apple in shaping the purchasing decisions of the users vis-a-vis auteur theory? (Or more broadly, how does one retain the idea of a central vision or voice with the creative or business inputs of dozens, hundreds, or thousands of others?)
How can you balance the regression to the mean with potentially cutting edge internal ideas which may give the company a more competitive edge versus the mean?
-
- Dec 2022
-
-
Let’s say, you’ve set up the list-unsubscribe header to you email campaign. Check out whether it works by sending an email to a test inbox. For Gmail, you’ll see the unsubscribe option in the header right next to the sender name
-
- Nov 2022
-
maxrozen.com maxrozen.com
Tags
Annotators
URL
-
-
stackoverflow.com stackoverflow.com
-
I've developed additional perspective on this issue - I have DNS settings in my hosts file that are what resolve the visits to localhost, but also preserve the subdomain in the request (this latter point is important because Rails path helpers care which subdomain is being requested) To sum up the scope of the problem as it stands now - I need a way within Heroku/Capybara system tests to both route requests to localhost, but also maintain the subdomain information of the request. I've been able to accomplish one or the other, but haven't found a configuration that provides both yet.
-
-
stackoverflow.com stackoverflow.com
-
Honestly, at this point, I don't even know what tools I'm using, and which is responsible for what feature. Diving into the code of capybara and cucumber yields hundreds of lines of metaprogramming magic that somehow accretes into a testing framework. It's really making me loathe TDD despite my previous youthful enthusiasm.
opinion: too much metaprogramming magic
I'm not so sure it's "too much" though... Any framework or large software project is going to feel that way to a newcomer looking at the code, due to the number of layers of abstractions, etc. that eventually were added/needed by the maintainers to make it maintainable, decoupled, etc.
-
-
stackoverflow.com stackoverflow.com
-
session = ActionDispatch::Integration::Session.new(Rails.application) response = session.post("/mypath", my_params: "go_here")
worked for me
-
As has been stated elsewhere, in a Capybara test you typically want to do POSTs by submitting a form just like the user would.
-
-
stackoverflow.com stackoverflow.com
-
module InjectSession include Warden::Test::Helpers def inject_session(hash) Warden.on_next_request do |proxy| hash.each do |key, value| proxy.raw_session[key] = value end end end end
-
-
zh.wiktionary.org zh.wiktionary.org
-
种语言词汇的
testinggggg for second page
Tags
Annotators
URL
-
-
zh.wikipedia.org zh.wikipedia.org
-
testing for page note
Tags
Annotators
URL
-
-
www.destroyallsoftware.com www.destroyallsoftware.com
-
Video on Functional Core, Imperative Shell paradigm. Recommended in Hypothes.is testing documentation
-
-
h.readthedocs.io h.readthedocs.io
-
the functional core, imperative shell pattern
Link to video on "Boundaries" doesn't go into depth on the functional core, imperative shell pattern. However, this one does: https://www.destroyallsoftware.com/screencasts/catalog/functional-core-imperative-shell
-
For new code, it’s usually a good idea to design the code so that it’s easy to test with “real” objects, rather than stubs or mocks.
-
We keep our functional tests separate from our unit tests, in the tests/functional directory. Because these are slow to run, we will usually write one or two functional tests to check a new feature works in the common case, and unit tests for all the other cases.
Keep functional & unit tests separate. Functional for common cases, unit for all others.
-
To run the backend test suite only call tox directly
Probably means, "Call
tox
directly if you only want to run the backend test suite."
-
-
www.makeuseof.com www.makeuseof.com
-
How to Turn Obsidian Into a Personal Kanban Organizer
Checking if Hypothesis works on Android via Brave mobile browser. Here's some LaTex being tested \(A \cup B\)
-
- Oct 2022
-
pearlsfancy.wordpress.com pearlsfancy.wordpress.com
-
strange images with junk and light
another test annotation
-
create something weird
testing hypothesis annotations
-
- Sep 2022
-
stackoverflow.com stackoverflow.com
-
That is called profiling, not performance testing. Performance testing should ensure that a piece of code runs within a desired amount of time, given a certain context, before the new code goes into production.
-
- Aug 2022
-
-
Pisani, J. (2021, July 9). Amazon to end testing for COVID-19 at warehouses this month. King5.Com. https://www.king5.com/article/news/health/coronavirus/amazon-to-stop-covid-testing/507-63caa9ee-3a30-49af-b2cd-1851637f1807
-
-
www.theguardian.com www.theguardian.com
-
Beaumont, P. (2021, September 16). Which countries are enforcing mandatory Covid jabs – and how? The Guardian. https://www.theguardian.com/world/2021/sep/16/which-countries-enforcing-mandatory-covid-vaccination
-
-
-
De Block Golding, D. (2021, April 7). Viral video contains several false pandemic claims. Full Fact. https://fullfact.org/health/viral-video-contains-several-false-pandemic-claims/
-
-
-
Wise, J. (2021). Winter is coming—But will the gloomiest forecasts come to pass? BMJ, 374, n2357. https://doi.org/10.1136/bmj.n2357
-
-
www.medrxiv.org www.medrxiv.org
-
Bays, D., Whiteley, T., Pindar, M., Taylor, J., Walker, B., Williams, H., Finnie, T. J. R., & Gent, N. (2021). Mitigating isolation: The use of rapid antigen testing to reduce the impact of self-isolation periods (p. 2021.12.23.21268326). medRxiv. https://doi.org/10.1101/2021.12.23.21268326
-
-
www.ft.com www.ft.com
-
Barnes, O., & Payne, S. (2021, October 15). Covid testing suspended at private UK lab over potentially inaccurate results. Financial Times. https://www.ft.com/content/bee7bdde-e37b-4411-afd5-1e8ceacfa5f8
-
-
www.tagesschau.de www.tagesschau.de
-
Lenhardt, S. (2021, November 30). Labore am Limit: Bei PCR-Tests kommt es zu Engpässen. tagesschau.de. https://www.tagesschau.de/wirtschaft/labore-corona-pcr-test-101.html
-
-
projects.fivethirtyeight.com projects.fivethirtyeight.com
-
Koerth, M. (2021, November 3). The Science You Need To Make Your COVID-19 Decisions. FiveThirtyEight. https://projects.fivethirtyeight.com/covid-19-updates/
-
-
www.independent.co.uk www.independent.co.uk
-
Chao-Fong, L. (2021, July 20). Lateral flow Covid tests run out on day lockdown is fully lifted | The Independent. https://www.independent.co.uk/news/uk/home-news/lateral-flow-test-run-out-b1886589.html
-
-
www.medrxiv.org www.medrxiv.org
-
Klein, B., Generous, N., Chinazzi, M., Bhadricha, Z., Gunashekar, R., Kori, P., Li, B., McCabe, S., Green, J., Lazer, D., Marsicano, C. R., Scarpino, S. V., & Vespignani, A. (2021). Higher education responses to COVID-19 in the United States: Evidence for the impacts of university policy (p. 2021.10.07.21264419). https://doi.org/10.1101/2021.10.07.21264419
-
-
www.sciencedirect.com www.sciencedirect.com
-
Weiss, D. J., & Shanteau, J. (2021). The futility of decision making research. Studies in History and Philosophy of Science Part A, 90, 10–14. https://doi.org/10.1016/j.shpsa.2021.08.018
-
-
twitter.com twitter.com
-
ReconfigBehSci. (2021, November 26). RT @mvankerkhove: Following the meeting of the @WHO TAG-VE today, WHO classifies B.1.1.529 as a variant of concern named Omicron. We call… [Tweet]. @SciBeh. https://twitter.com/SciBeh/status/1464302372100976650
-
-
www.theatlantic.com www.theatlantic.com
-
Kissane, E. (2021, December 23). We’re About to Lose Track of the Pandemic. The Atlantic. https://www.theatlantic.com/ideas/archive/2021/12/were-about-to-lose-track-of-the-pandemic/621097/
-
-
twitter.com twitter.com
-
ReconfigBehSci. (2021, November 26). Parts of Germany seem to have potentially introduced requirements that cannot practically be met as testing capacity is proving insufficient—A dangerous moment for rule compliance Nadelöhr Corona-Tests: “Es ist Wahnsinn” via @sz https://t.co/meLS79RTCw [Tweet]. @SciBeh. https://twitter.com/SciBeh/status/1464287412289511432
-
-
twitter.com twitter.com
-
ReconfigBehSci. (2021, December 7). RT @ravgup33_ravi: Now that there is evidence for community transmission in the U.K. and we have tighter testing for travellers we should r… [Tweet]. @SciBeh. https://twitter.com/SciBeh/status/1468135947795578884
-
-
stackoverflow.com stackoverflow.com
-
one should not upgrade a production environment without extensive testing. I prefer to not upgrade prod at all. Instead, I create a new instance with latest everything, host my apps there, test everything out, and then make it production.
-
-
stackoverflow.com stackoverflow.com
-
It's a great way to test various limits. When you think about this even more, it's a little mind-bending, as we're trying to impose a global clock ("who is the most up to date") on a system that inherently doesn't have a global clock. When we scale time down to nanoseconds, this affects us in the real world of today: a light-nanosecond is not very far.
-
- Jul 2022
-
github.com github.com
-
As this stands, the specs could pass w/o the formatter.output == new_formatter.output check.
-
-
-
Oh I see whats happening, we actually have specs for this but they're not correct
-
-
github.com github.com
-
Interestingly, Rails doesn't see this in their test suite because they set this value during setup:
-
-
disqus.com disqus.com
-
It really slows down your test suite accessing the disk.So yes, in principle it slows down your tests. There is a "school of testing" where developer should isolate the layer responsible for retrieving state and just set some state in memory and test functionality (as if Repository pattern). The thing is Rails is a tightly coupled with implementation logic of state retrieval on core level and prefers "school of testing" in which you couple logic with state retrial to some degree.Good example of this is how models are tested in Rails. You could just build entire test suite calling `FactoryBot.build` and never ever use `FactoryBot.create` and stub method all around and your tests will be lighting fast (like 5s to run your entire test suite). This is highly unproductive to achieve and I failed many times trying to achieve that because I was spending more time maintaining my tests then writing something productive for business.Or you can took more pragmatic route and save database record where is too difficult to just 'build' the factory (e.g. Controller tests, association tests etc)Same I would say for saving the file to the Disk. Yes you are right You could just "not save the file to disk" and save few milliseconds. But at the same time you will in future stumble upon scenarios where your tests are not passing because the file is not there (e.g. file processing validations) Is it really worth it ? I never worked on a project where saving file to a disk would slow down tests significantly enough that would be an issue (and I work for company where core business is related to file uploading) Especially now that we have SSD drives in every laptop/server it's blazing fast so at best you would save 1 seconds for entire test suite (given you call FactoryBot traits to set/store file where it make sense. Not when every time you build an object.)
-
-
vnexpress.net vnexpress.net
-
Điểm đo ở xã Hải Bối, huyện Đông Anh ghi nhận lượng mưa lớn với gần 250 mm. Tại nội thành, quận Bắc Từ Liêm mưa lớn nhất 240 mm, Cầu Giấy gần 140 mm, các quận Nam Từ Liêm, Bắc Từ Liêm, Hà Đông trên 100 mm.
Đoạn này là sao ấy nhỉ
-
- Jun 2022
-
en.itpedia.nl en.itpedia.nl
-
Black Box testing: Software on the rack
Black Box testing: Software on the rack
Black Box testing is defined as a testing technique in which the functionality of an application is tested without looking at the internal code structure, implementation details and knowledge of internal paths of the software. This type of testing is completely based on software requirements and specifications.
-
-
Local file Local file
-
When a few of his friends became interested in thetopic, he took eight minutes to progressively summarize the bestexcerpts before sharing the summarized article with them. The timethat he had spent reading and understanding a complex subject paidoff in time savings for his friends, while also giving them a newinterest to connect over.
To test one's own understanding of a topic one has read about and studied, it can be useful to discuss it or describe one's understanding to friends or colleagues in conversations. This will help you discover where the holes are based on the person's understanding and comprehension of what you've said. Can you fill in all the holes where they have questions? Are their questions your new questions which have exposed holes that need to be filled in your understanding or in the space itself.
I do this regularly in conversations with people. It makes the topics of conversation more varied and interesting and helps out your thinking at the same time. In particular I've been doing this method in Dan Allosso's book club. It's almost like trying on a new idea the way one might try on a piece of clothing to see how it fits or how one likes it for potential purchase. If an idea "fits" then continue refining it and add it to your knowledge base. These conversations also help to better link ideas in my thought space to those of what we're reading. (I wonder if others are doing these same patterns, Dan seems to, but I don't have as good a grasp on this with other participants).
Link to :<br /> - Ahren's idea of writing to expose understanding<br /> - Feynman technique<br /> - Socratic method (this is sort of side or tangential method to this) <- define this better/refine
-
-
en.itpedia.nl en.itpedia.nl
-
It is important that you achieve optimal test results with software testing without deviating from the test goal. But how do you determine whether you are following the right test strategy? For this you have to follow a number of basic principles.
-
-
www.webpagetest.org www.webpagetest.org
Tags
Annotators
URL
-
- May 2022
-
gist.github.com gist.github.comLICENSE1
-
group.run(double.as_null_object)
What does this actually do/mean?
-
-
storybook.js.org storybook.js.org
-
reqbin.com reqbin.com
-
-
www.rainforestqa.com www.rainforestqa.com
-
Some Test Scenarios: * Single or multi-browser testing * Downloading an app to the desktop * Installing browser extensions
Tags
Annotators
URL
-
- Apr 2022
-
www.tiktok.com www.tiktok.com
-
-
covid19.healthdata.org covid19.healthdata.org
-
IHME | COVID-19 Projections. (n.d.). Institute for Health Metrics and Evaluation. Retrieved April 21, 2022, from https://covid19.healthdata.org/
-
-
twitter.com twitter.com
-
- Managing COVID at home, isolation and protecting your household: an overview
-
-
www.ncbi.nlm.nih.gov www.ncbi.nlm.nih.gov
-
Individuals who harbor germline pathogenic variants in DICER1 (MIM #601200) have an increased risk for a variety of benign and malignant tumors.
GENENAME: DICER1 PMID: 31952842 HGNCID: NONE DISEASE ENTITY: THYROID DISEASE AND OVARIAN TUMORS ZYGOSITY: HETEROZYGOUS VARIANT: NONE CASE PRESENTING HPOS: cervical embryonal rhabdomyosarcoma CASE PREVIOUS TESTING: GYNECOLOGIC HISTORY MUTATION: DELETION
-
-
www.theatlantic.com www.theatlantic.com
-
The issue that had roiled the grown-ups in his life seemed to have had no effect on him at all.
I wonder if that suggests the tests matter less, or more?
-
A 95 percent opt-out rate was a resounding success. It rivaled election results in Turkmenistan.
Wow. That's an incredibly long reach to make an incendiary point.
-
-
craig-childs.medium.com craig-childs.medium.com
-
twitter.com twitter.com
-
ReconfigBehSci [@SciBeh]. (2021, November 28). RT @CiesekSandra: Servicetweet für Labore: #Omicron wird auch von 3 PCR Systemen in den angegebenen Genen detektiert. Https://t.co/x3gZEP2r… [Tweet]. Twitter. https://twitter.com/SciBeh/status/1464991380628021254
-
-
www.who.int www.who.int
-
Update on Omicron. (n.d.). Retrieved April 22, 2022, from https://www.who.int/news/item/28-11-2021-update-on-omicron
-
-
twitter.com twitter.com
-
ReconfigBehSci [@SciBeh]. (2021, December 10). RT @YouAreLobbyLud: “Let’s aim to be like Denmark in 2022.” https://t.co/807jIVHdpt [Tweet]. Twitter. https://twitter.com/SciBeh/status/1469272379134201859
-
-
twitter.com twitter.com
-
Ashish K. Jha, MD, MPH. (2020, October 27). President keeps saying we have more cases because we are testing more This is not true But wait, how do we know? Doesn’t more testing lead to identifying more cases? Actually, it does So we look at other data to know if its just about testing or underlying infections Thread [Tweet]. @ashishkjha. https://twitter.com/ashishkjha/status/1321118890513080322
-
-
twitter.com twitter.com
-
Dr Nisreen Alwan 🌻. (2021, March 14). Exactly a year ago we wrote this letter in the Times. We were gobsmacked! We just didn’t understand what the government was basing all its decisions on including stopping testing and the herd immunity by natural infection stuff. We wanted to see the evidence backing them. [Tweet]. @Dr2NisreenAlwan. https://twitter.com/Dr2NisreenAlwan/status/1371168531669258242
-
-
twitter.com twitter.com
-
Denise Dewald, MD 🗽. (2021, August 12). Here are some modeling predictions for the delta variant from COVSIM (group at North Carolina State): PLEASE CHECK THIS OUT - RESOURCES TO SHARE WITH YOUR SCHOOL DISTRICT School-level COVID-19 Modeling Results for North Carolina for #DeltaVariant https://t.co/zU5hB9bKlY [Tweet]. @denise_dewald. https://twitter.com/denise_dewald/status/1425626289399009288
-
-
www.ons.gov.uk www.ons.gov.uk
-
Coronavirus (COVID-19) Infection Survey, UK: 29 October 2021, Office for National Statistics
Tags
- analysis
- UK
- percentage
- statistics
- cases
- is:webpage
- testing
- trend
- graph
- lang:en
- Office for National Statistics
- vaccine
- report
- COVID-19
- variant
- positive
Annotators
URL
-
-
-
When setting up SAML SSO in your organization, you can test your implementation without affecting your organization members by leaving Require SAML SSO authentication for all members of the organization name organization unchecked.
-
-
en.itpedia.nl en.itpedia.nl
-
Manual testing is a type of software test in which testers manually carry out test cases without using automation tools. Testers are actually behind the screen of the application, carry out test cases and see what the result is.
Manual testing is a type of software test in which testers manually carry out test cases without using automation tools. Testers are actually behind the screen of the application, carry out test cases and see what the result is.
-
-
twitter.com twitter.com
-
Carl T. Bergstrom on Twitter. (n.d.). Twitter. Retrieved April 1, 2022, from https://twitter.com/CT_Bergstrom/status/1479938695054594050
-
- Mar 2022
-
en.itpedia.nl en.itpedia.nl
-
A test case is a series of actions that are performed to determine a specific function or functionality of your application. Test scenarios are rather vague and include a wide range of variables. However, testing is all about being very specific. That is why we need elaborate test cases.
Test cases, examples and Best Practices A test case is a series of actions that are performed to determine a specific function or functionality of your application. Test scenarios are rather vague and include a wide range of variables. However, testing is all about being very specific. That is why we need elaborate test cases.
-
-
twitter.com twitter.com
-
ReconfigBehSci on Twitter: ‘RT @karamballes: What is the Governments vision of “endemic”? #r4today https://t.co/1VZDJac2e7’ / Twitter. (n.d.). Retrieved 29 March 2022, from https://twitter.com/SciBeh/status/1481903227109056518
-
-
twitter.com twitter.com
-
ReconfigBehSci. (2022, January 5). RT @thehowie: "...Rapid antigen tests may not be as fit-for-purpose in routine workplace screening to prevent asymptomatic spread of Omicro… [Tweet]. @SciBeh. https://twitter.com/SciBeh/status/1478796550004486151
-
-
twitter.com twitter.com
-
Leo Poon. (2022, January 15). @MackayIM @Clin_Chem_AACC HK has another lay of swiss cheese. Testing waste water to identify COVID positive buildings, following by mandatory testing on occupants. It can find some silent spreaders. Https://t.co/2wu6QG6Db1 [Tweet]. @world_epidemic. https://twitter.com/world_epidemic/status/1482189879010217986
-
-
github.com github.com
-
-
Capybara can get us part of the way there. It allows us to work with an API rather than manipulating the HTML directly, but what it provides isn't an application specific API. It gives us low-level API methods like find, fill_in, and click_button, but it doesn't provide us with high-level methods to do things like "sign in to the app" or "click the Dashboard item in the navigation bar".
-
A page object is a data structure that provides an interface to your web application for the purposes of test automation. For example, it could represent a single HTML page, or perhaps even a fragment of HTML on a page.
-
A page object wraps an HTML page, or fragment, with an application-specific API, allowing you to manipulate page elements without digging around in the HTML.
-
-
github.com github.com
-
this gem promotes writing tests for data migrations providing a way allows to write code that migrates data in separate methods.
-
having the code migrates data separately covered by proper tests eliminates those pesky situations with outdated migrations or corrupted data.
-
-
www.newsroom.co.nz www.newsroom.co.nz
-
Covid testing ‘overestimate’ grounds for concern. (2022, March 2). Newsroom. https://www.newsroom.co.nz/page/covid-testing-overestimate-grounds-for-concern
-
-
psyarxiv.com psyarxiv.com
-
Unit, Corona Behavioural. ‘The Effect of Proximity of COVID-19 Test Facilities on Test Uptake: Two Quasi-Experimental Trials’. PsyArXiv, 17 February 2022. https://doi.org/10.31234/osf.io/rhvmc.
-
- Feb 2022
-
-
STLC - Software Testing Life Cycle
Software Testing Life Cycle (STLC) is defined as a set of activities performed to perform software testing. The Software Testing Life Cycle refers to a testing process with specific steps that must be performed in a specific order to ensure that quality objectives are met.
-
-
-
Mus, P. D. (n.d.). What Is the Difference between Pandemic and Endemic? Boston University. Retrieved February 21, 2022, from https://www.bu.edu/articles/2022/difference-between-pandemic-and-endemic/
-
-
-
Boris Johnson: Do not throw caution to the wind on Covid. (2022, February 20). BBC News. https://www.bbc.com/news/uk-60446908
-
-
twitter.com twitter.com
-
Bill Hanage. (2022, January 7). So a brief thread on the state of the pandemic in the Boston area. It is quite plausible that about 10% of the population is currently infected, more in some age groups than others. A lot of omicron. What next? 1/n https://t.co/aXgc5GYk0V [Tweet]. @BillHanage. https://twitter.com/BillHanage/status/1479574053807697920
-
-
gidmk.medium.com gidmk.medium.com
-
Nerd, G. M.-K. H. (2021, December 29). Ivermectin Didn’t Save Uttar Pradesh From Covid-19. Elemental. https://gidmk.medium.com/ivermectin-didnt-save-uttar-pradesh-from-covid-19-17684f49d8b3
Tags
- ivermectin
- testing
- immunity
- lang:en
- treatment
- vaccine
- mortality
- is:blog
- COVID-19
- association
- India
- Omicron
- misinformation
- data
- confounding
- lockdown
- Uttar Pradesh
- WHO
Annotators
URL
-
-
www.abc.net.au www.abc.net.au
-
Health sector facing ‘challenges not seen in a century’ as Victoria issues rare Code Brown. (2022, January 17). ABC News. https://www.abc.net.au/news/2022-01-18/victoria-records-more-covid-19-deaths-hospitalisations-and-cases/100762978
-
-
assets.publishing.service.gov.uk assets.publishing.service.gov.uk
-
Academics: Viral Evolution Scenarios, 10 February 2022. (n.d.). GOV.UK. Retrieved February 14, 2022, from https://www.gov.uk/government/publications/academics-viral-evolution-scenarios-10-february-2022
Tags
- prediction
- UK
- infection
- viral evolution
- heterogeneity
- immunity
- testing
- severity
- vaccine efficacy
- lang:en
- vaccine
- therapeutic
- surveillance
- COVID-19
- immune escape
- scenario
- transmissibility
- antiviral drug resistance
- waning immunity
- protection
- variant
- vaccination
- antigenic escape
- is:report
Annotators
URL
-
-
www.jstor.org www.jstor.org
-
Because CENS was an academic research lab, faculty members held a large amount of power to decide which projects students pursued and what issues students faced during design, testing, and implem
CENS seems like it takes its job seriously. Like I said in my other annotation for week 5. Just because data scientists are trying to root out bias in all forms doesn't mean it is always effective or that what is effective can't be improved.
Tags
Annotators
URL
-
-
twitter.com twitter.com
-
Yaniv Erlich on Twitter. (n.d.). Twitter. Retrieved February 8, 2022, from https://twitter.com/erlichya/status/1482847821397176325
-
-
twitter.com twitter.com
-
Carl T. Bergstrom. (2022, January 8). 1. A thread on the CDC’s recommendation to de-isolate five days after the onset of symptoms or positive test. First, a disclosure: I was paid as a consultant for this work, done in collaboration with @Color Health, which provides COVID testing services and vaccination logistics. [Tweet]. @CT_Bergstrom. https://twitter.com/CT_Bergstrom/status/1479938654579544065
-
-
-
Major COVID course correction immediately required. (n.d.). Retrieved February 7, 2022, from https://ozsage.org/media_releases/major-covid-course-correction-immediately-required/
Tags
- response
- work from home
- face-to-face
- government
- healthcare system
- OzSAGE
- Australia
- testing
- recommendation
- hospitalization
- lang:en
- guidance
- school
- vaccine
- workplace
- mask wearing
- financial support
- leadership
- COVID-19
- staff shortage
- close contact
- mitigation measures
- education
- Omicron
- business
- lockdown
- is:report
Annotators
URL
-
-
twitter.com twitter.com
-
(((Howard Forman))). (2022, January 31). Connecticut Cases down 72% from last week (lower test resulting). Positive rate 7.3%, lowest since 12/20. Hospitalizations down 29%. 46% are fully vaccinated. FWIW - my hospital is 67% down from peak census. Good news! Https://t.co/dOpFO2fjTK [Tweet]. @thehowie. https://twitter.com/thehowie/status/1488277435342901259
-
-
www.buzzfeednews.com www.buzzfeednews.com
-