Categories Tech

7 days 30 days All time Recent Popular
1/ Happy to announce that we have submitted our #paper ‘Bayes Lines Tool (BLT) - A SQL-script for analyzing diagnostic test results with an application to SARS-CoV-2-testing’.

In this ⬇️thread⬇️, I will explain why our tool is that powerful for decision makers. #UnbiasedScience


2/ In the meantime, the submitted paper is available on the preprint platform @zenodo_org. Factual criticism is highly desired and encouraged. The publication itself presents a seminal Bayesian calculator, the Bayes Lines Tool (BLT). (Petje af, @waukema!)

3/ The Bayes Line Tool (available on
https://t.co/jIomSIxOd9) is able to back-solve disease #prevalence, test #sensitivity, test #specificity, and therefore, true positive, false positive, true negative and false negative numbers from official governmental test outcome reports.

4/ This is done by creating confusion matrices with four variables. Namely: TP, FP, TN, FN. In order to calculate the matrices, we need prevalence, specificity, and sensitivity as well as the number of people that got tested (within a given period) and the number of positives.


5/ The number of positives and the number of tests are given by the government. Prevalence, specificity, and sensitivity are unknown. So we assume any combination of them ranging from 0-99%. These three combinations can amount up to #millions of #combinations.
Next.js has taken the web dev world by storm

It’s the @reactjs framework devs rave about praising its power, flexibility, and dev experience

Don't feel like you're missing out!

Here's everything you need to know in 10 tweets

Let’s dive in 🧵


Next.js is a @reactjs framework from @vercel

It couples a great dev experience with an opinionated feature set to make it easy to spin up new performant, dynamic web apps

It's used by many high-profile teams like @hulu, @apple, @Nike, & more

https://t.co/whCdm5ytuk


@vercel @hulu @Apple @Nike The team at @vercel, formerly Zeit, originally and launched v1 of the framework on Oct 26, 2016 in the pursuit of universal JavaScript apps

Since then, the team & community has grown expotentially, including contributions from giants like @Google

https://t.co/xPPTOtHoKW


@vercel @hulu @Apple @Nike @Google In the #jamstack world, Next.js pulled a hefty 58.6% share of framework adoption in 2020

Compared to other popular @reactjs frameworks like Gatsby, which pulled in 12%

*The Next.js stats likely include some SSR, arguably not Jamstack

https://t.co/acNawfcM4z


@vercel @hulu @Apple @Nike @Google The easiest way to get started with a new Next.js app is with Create Next App

Simply run:

yarn create next-app

or

npx create-next-app

You can even start from a git-based template with the -e flag

yarn create next-app -e https://t.co/JMQ87gi1ue

https://t.co/rwKhp7zlys