Skip to main content

Help finding a cure for COVID19: Set up Folding@Home

Image result for covid19

COVID-19 has been already assigned as a pandemic worldwide now. It is now a global problem affecting all of our day to day lives. Almost all the methods of combating the virus at our disposal at this moment are essentially social distancing and maintaining hygiene until a cure is discovered. And while I write this post the death toll worldwide is 17,159 with 470,973 people infected. Be sure when you read this, these numbers have already swelled up.

So while we wait and do our bit by maintaining social distance, I am here today to show you how we all can pitch in our compute power to help researchers find a cure for COVID19.

Why Protein Folding? Why should you care?

How a protein “looks” in 3D is essential for developing new drugs, especially for new viruses. COVID-19, for example, has really spikey proteins that jut out from its surface. Normally, human cells don’t care—they won’t let the virus inside. But COVID-19’s spikey proteins also harbor a Trojan Horse that “activates” it in certain cells with a complementary component. Lung cells have an abundance of these factors, which is why they’re susceptible to invasion.
Protein folding has been a decades-long, fundamental problem in biochemistry and drug discovery. Almost all of our existing drugs grab onto certain proteins to work, so identifying protein structure is akin to surveying the enemy landscape and figuring out the best attack point simultaneously. The problem is the genetic code doesn’t translate to how proteins look. When it comes to a new virus, without predicting protein structures we’re basically fighting viruses and diseases as if they were the Invisible Man.

Bottom line: if a drug is going to “fit” into a protein like a key into a lock to trigger a whole cascade of nasty reactions, then the first step is to figure out the structure of the lock. That's where Folding@home comes in.

Folding@Home

Some of us used to contribute our computing power ar SETI@Home which dedicated all those compute power finding ET throughout the universe. While that project has just sunset, we now have Folding@Home which dedicates its computing resources on protein folding to find cures for various diseases including COVID-19.
It simulating the dynamics of COVID-19 proteins to hunt for new therapeutic opportunities.

What do you need?

  • A computer running OSX/Windows/Linux
  • A stable internet connection

How do you set it up

Setting up a Folding@Home instance at your own PC is very straightforward. Just follow the steps below
For windows, you won't really need to do anything else
  • Once the install is done you will be shown a welcome page and then your configurable options. Please see the video below to know step by step what you can configure more


(if you cannot load the video, here is a short animation on the steps)
The video has step by step voice over guiding you through the parameters

In the end, you should have a dashboard like this and happily helping researchers getting a cure for COVID19
This is the final dashboard showing your contribution parameters

Optional Parameters:

You don't really need to set a teamid. But if you decide you use this teamid we as a team would be contributing towards the effort and can see ourselves as a team (and also individual) in the leaderboard.

The Team details used are:

TeamID: 248733
Name: Covid19India

Comments

Popular posts from this blog

Racecraft (Project Koru) · Prologue — The Origin Story

Racecraft · Prologue , The Origin Story It Started With a Wine List and a Question About Racing How a happy-hour conversation in the Bay Area turned into a trustable AI race coach , and then into a second version that runs entirely on a phone, on the NPU. This is the prologue to a five-part series. Two years ago(1st November, 2024) I was in the Bay Area for a GDE Summit. If you've never been: it's a couple of days of talks among Google Developer Experts, the kind of people who get unreasonably excited about a new on-device runtime, and then , mercifully , a happy hour where everyone stops performing and just eats. We ended up at a restaurant(Puesto Santa Clara), a long table of GDEs, and I was doing the most important engineering of the evening: trying to decide which wine to order. Across the table was Ajeet Mirwani . I don't even remember how the wine talk turned into racing talk , these things drift , but the moment the word "racing" ...

The Throughput Trap: Benchmarking vLLM on OpenXLA and the Reality of Production LLM Serving

vLLM Systems · DevLab 2026, Deep Dive I was recently invited by the Google TPU team to speak at the OpenXLA Summer DevLab 2026 . This post breaks down our deep-dive evaluation of the matured vLLM + OpenXLA stack, the fundamental engineering mismatches between CUDA and XLA serving paths, and why traditional capacity metrics are lying to you. If you are operating large language models at enterprise scale right now, your platform architecture team is likely staring at a massive infrastructure crossroads: Should we migrate our core serving workloads from GPUs to TPUs? Historically, NVIDIA's CUDA ecosystem was the only serious option for user-facing, low-latency LLM generation. But here in 2026, the economics and infrastructure options have transformed. Google TPUs are highly available, cheaper per chip, and the open-source serving stack built around vLLM and OpenXLA has officially achieved absolute production readiness. Yet, when our infrast...

A Split‑Brain Neuro‑Symbolic Training Method for High‑Velocity Autonomous Coaching from Telemetry

 Author: Rabimba Karanjai Scope: Problem statement + data methodology + model training (no deployment discussion) Abstract Real‑time coaching in motorsport is a safety‑critical learning problem : a system must map noisy, high‑frequency telemetry to short, actionable guidance that remains physically consistent and avoids hazardous recommendations . This paper proposes a “Split‑Brain” training formulation that separates (i) a semantic coaching target (what action/critique should be expressed) from (ii) a reflexive interface (how actions are represented as compact, verifiable tokens). The approach trains a Small Language Model (SLM) in the Gemma family [1] using QLoRA fine‑tuning [2] , and introduces a telemetry tokenizer plus teacher‑student synthesis pipeline to generate instruction‑action pairs at scale. Core contribution: a reproducible method to convert “ golden lap ” differential tel...