frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Gaming cancer: How citizen science games could help cure disease

https://thereader.mitpress.mit.edu/how-citizen-science-games-could-help-cure-disease/
89•pseudolus•8h ago

Comments

Almondsetat•7h ago
Nobody would like these kinds of games just like nobody has ever liked "educational" games.

Why?

Because they try too hard, since their main objective is not to be a good game.

It's like reading a novel and immediately noticing the story is just some thinly veiled bullshit so that the author can vomit their own personal view of the world. It makes you lose interest real fast.

MITSardine•6h ago
Beg to disagree, plenty of people love puzzle games. This doesn't need to appeal to everyone. The article cites two examples of such games that lead to scientific progress.
codingdave•6h ago
> Nobody ever

You might be exaggerating just a wee bit. Oregon Trail is the epitome of an educational game with lasting popularity, having been around pretty much as long as PCs. There are others -- Carmen Sandiego comes quickly to mind, and arguably even Kerbal Space Program. I'm sure some actual searching could compile a decent list.

https://en.wikipedia.org/wiki/The_Oregon_Trail_(series)

makeitdouble•6h ago
The goal of these games is probably closer to Kerbal Space Program or MS Flight Simulator than an "educational" game.

Imagine playing within the parameters and finding a combination that brings unexpected results. It's probably harder to design than a standard game, but I think there's potential to have something pretty entertaining otherwise.

anton-c•4h ago
To be honest i agree, idk if I gained a ton of knowledge from KSP(I know what deltaV is now) but man does that stuff - as well as the flight simulators - let you grok some concepts better than any other way. Except actually flying I guess.

Seeing a planet on the map appear close but be invisible, then turning into my whole view really helped me grasp the distance between bodies in space. And KSP is scaled down!

Reading about stalls helps but crashing the tutorial Cessna twelve times really helps you understand what a stall is and why it happens.

CoastalCoder•6h ago
Plague Inc. is fun and (I assume) unintentionally educational.

It taught me a lot of (simplified) country locations and population sizes.

diggan•6h ago
I think that's the point of parents comment, it's unintentionally educational, but primarily supposed to be fun. If it was built with educational as the primary concern, and fun being secondary, then probably the game wouldn't have wound up as popular.

I'm not sure I agree with that, but that's how I understood parents comment.

thrance•6h ago
> It's like reading a novel and immediately noticing the story is just some thinly veiled bullshit so that the author can vomit their own personal view of the world. It makes you lose interest real fast.

Cue John Galt's 100-pages monologue at the end of Atlas Shrugged.

PartiallyTyped•6h ago
People will hurt themselves only to avoid boredom. People play souls games exactly because they are hard and offer a challenge.

The protein folding games paved the way to AlphaFold.

tehwebguy•5h ago
Never played Number Muncher?
throaway198764•4h ago
Math Blaster, Number / Word Muncher, Carmen Sandiego, Oregon Trail, Crosscountry Canada
armada651•3h ago
> nobody has ever liked "educational" games.

You take that back, I loved educational games as a kid! There were indeed plenty of crappy ones out there, but some were really well-made. For example, Pink Panther's Passport to Peril was a charming point-and-click adventure that taught you about cultures in other countries.

There's a small cult following in the Netherlands for these types of edutainment games and a small group of people have set out to archive all of them: https://nationaalarchiefeducatievegames.nl/

Loughla•3h ago
Oregon trail, gadgets and gizmos, lost mind of Dr. Brain, lost island of Dr. Brain, math blaster, Carmen San Diego.

All educational games and all PHENOMENAL.

silenced_trope•1h ago
Mavis Beacon disagrees!
bob_theslob646•6h ago
This article did such a disservice in describing how gamers were helping cure disease. I had to dig further. In the article linked, it does a much better job of explaining in my opinion.

"Paradigm Shift in Designing Therapeutics

This kind of work isn’t possible with computers alone. The number of possible combinations are beyond any reasonable method for enumeration, and thus algorithms alone can’t solve this problem efficiently. However, humans are unparalleled at recognizing patterns. As Kim points out, computers don’t go into discussion forums to exchange ideas on how to push forward, but Eterna’s players do. They also constantly pick up on each other’s designs and then work to improve them.

“The players are designing things at incredibly granular levels while staying in touch with all the complex biological rules that we impose on them,” he says. “It’s allowing us to solve this incredibly complex problem through a video game interface. I honestly don’t think a lot of players fully understand the complexity of the problems that they’re addressing.”" https://www.discovermagazine.com/health/a-game-playing-app-m...

cowsandmilk•5h ago
This description does a disservice claiming the work isn’t possible with computers. The papers on FoldIt do a much better job of describing taking optimization and communication strategies from players and implementing them in code to improve the existing algorithms.

I mean the first sentence about enumeration and efficiency just shows how shallow the discover article is; the whole area of optimization is about efficiently finding optimal solutions without enumerating all possibilities.

constantcrying•4h ago
>This kind of work isn’t possible with computers alone.

To be honest this is the kind of science journalism quote which hurts science journalism a lot. Not only is it plainly false, the explanation is even worse. Any normal person reading this paragraph can not possibly come away with a correct understanding of the issue involved.

>The number of possible combinations are beyond any reasonable method for enumeration, and thus algorithms alone can’t solve this problem efficiently.

The number of ways to go from city A to city B is also not enumerable by any computer. Yet efficient algorithms to find a good path exist. Clearly the size of the problem space is not the issue.

meindnoch•6h ago
Ender's Game for cancer?
MITSardine•6h ago
Reverse ant algorithms?
JimiofEden•6h ago
I keep returning to Zachtronics games endlessly in my free time, despite doing engineering work for 8-10 hours a day for the last months. Sure they're a bit of a facsimile of a programming challenge, but they're pretty tough problems, especially in the ones that are basically using assembly. I even had someone reference that my latest Opus Magnum creation looks like cellular automata.

If you can simplify the problem/solution space into a puzzle, give me a leaderboard to compete against, more specifically let me compete against the people I care about, and give it the barest amount of polish, it's the kind of thing someone like me would obsess over.

the__alchemist•5h ago
Zachtronics games are great! Very challenging. They made a big splash with Space Chem a while back. I need to go back to Opus Magnum and finish it...
hcs•4h ago
Zach's next game Kaizen comes out tomorrow! https://coincidence.games/kaizen/
jader201•3h ago
Oooh… a factory automation Zachtronics game??

Take my money.

jader201•5h ago
I need to try some of their other ones. I’ve only played Opus Magnum, which I loved.

But being the completionist that I am, I stopped playing it once I got to a level I wasn’t able to perfectly optimize across all three measurements.

ryandv•5h ago
> Sure they're a bit of a facsimile of a programming challenge, but they're pretty tough problems, especially in the ones that are basically using assembly.

They are indeed "real," bonafide (though perhaps sophomoric) programming problems. There is an Exapunks puzzle that has you implement a form of binary tree search/traversal in assembly.

RataNova•3h ago
Wild how often these games end up sparking ideas or techniques I end up using IRL
RataNova•3h ago
I think there's still a challenge in balancing engagement and scientific rigor. Making a game that's genuinely fun and scientifically valuable isn't easy. But if done right, this could be a massive unlock and not just for cancer research, but for any complex system where intuition and creativity matter as much as formal training.
bbrimacombe•2h ago
I am the founder of Exonic, a new company to crowdsource cures to cancer and share royalties with the players. We have a patent on this new monetized tournament model.

We also have an unannounced algorithm to turn almost any game into a way to search cancer cures. Some theoretical limitations here, but an example we are confident in is playing Tetris to optimize synthetic DNA enhancers for cancer subtypes. Sound crazy?

AMA

ben@exonic.ai https://exonic.ai/

x______________•1h ago
Nothing is crazy in 2025.

Have you considered reaching out to the existing tetris community and having them donate their 2-3h runs to science? There has been great progress lately in some godly players reaching and beating the kill stage that's been around as a show stopper for years.

bbrimacombe•1h ago
Love this idea. Thank you! Any tips on where Tetris community congregates?

We have a live game to collect play data: https://exonic.ai/games/tilestack

CactusBlue•35m ago
check out https://tetr.io
bmicraft•44m ago
How is having somebody play this modified tetris better than having a computer do it, (and do it thousands of times faster too)?
noitpmeder•32m ago
EVE Online has something similar with their Project Discovery!

https://www.eveonline.com/discovery

ashwinsundar•7m ago
Ender’s Game for biology

How to use Git worktree effectively with Python projects

https://www.andreagrandi.it/posts/how-to-use-git-worktree-effectively-with-python-projects/
1•andreagrandi•36s ago•0 comments

Halide: A Language for Fast, Portable Computation on Images and Tensors [video]

https://www.youtube.com/watch?v=1ir_nEfKQ7A
2•hundredwatt•2m ago•0 comments

An Attempt at Defining Consciousness

https://docs.google.com/document/d/1aO0cbXpgUWp9f7UjOpCjgl8GWzeiMJyrxcre8aaQN9w/edit?usp=drivesdk
2•Trenthug•4m ago•0 comments

A high-performance H2O2-based fuel cell for air-free applications (2022)

https://www.sciencedirect.com/science/article/abs/pii/S0378775322010916
2•blacksqr•6m ago•0 comments

Happy 20th Birthday, Django

https://www.djangoproject.com/weblog/2025/jul/13/happy-20th-birthday-django/
4•davepeck•12m ago•0 comments

Flox: A virtual environment and package manager all in one

https://github.com/flox/flox
2•saikatsg•15m ago•0 comments

Naming Software Teams

https://staysaasy.com/management/2025/07/06/team-names.html
2•kiyanwang•15m ago•0 comments

Apple, Masimo spar over Apple Watch import ban at US appeals court

https://www.reuters.com/legal/government/apple-masimo-spar-over-apple-watch-import-ban-us-appeals-court-2025-07-07/
2•CharlesW•18m ago•0 comments

Princeton study maps 200k years of Human–Neanderthal interbreeding

https://www.sciencedaily.com/releases/2025/07/250713032519.htm
2•Amezarak•18m ago•0 comments

How o3 and Grok 4 Accidentally Vindicated Neurosymbolic AI

https://garymarcus.substack.com/p/how-o3-and-grok-4-accidentally-vindicated
3•NotInOurNames•19m ago•0 comments

Learning to never give up by following you're passion

https://thelabyrinthoftimesedge.com
2•ATiredGoat•21m ago•1 comments

Clashes between web and X11 colors in the CSS color scheme

https://en.wikipedia.org/wiki/X11_color_names
2•mmoogle•25m ago•0 comments

GLP-1s Are Breaking Life Insurance

https://www.glp1digest.com/p/how-glp-1s-are-breaking-life-insurance
13•alexslobodnik•26m ago•3 comments

Httplite: HTTP parser single-header library written in 50 lines of C

https://github.com/xyurt/httplite
3•thunderbong•27m ago•0 comments

'Europe Must Ban American Big Tech and Create a European Silicon Valley'

https://www.tilburguniversity.edu/magazine/overview/europe-must-ban-american-big-tech-and-create-a-european-silicon-valley
4•taubek•29m ago•1 comments

LLMs for Drug-Drug Interaction Prediction: A Comprehensive Comparison

https://arxiv.org/abs/2502.06890
2•stacktrust•30m ago•0 comments

Warfront Nations – Free Web Based Strategy Game

https://warfront-nations.com/
2•overDos3•30m ago•0 comments

Hungary's oldest library fighting to save 100k books from a beetle infestation

https://www.nbcnews.com/world/hungary/hungary-pannonhalma-archabbey-beetle-infestation-rcna218539
10•rntn•32m ago•2 comments

Chapeaugraphy

https://en.wikipedia.org/wiki/Chapeaugraphy
4•arittr•35m ago•0 comments

Exploiting All Google KernelCTF Instances and Debian 12 with a 0-Day for $82k

https://syst3mfailure.io/rbtree-family-drama/
2•todsacerdoti•35m ago•0 comments

Linux Kernel Pipapo Set Double Free LPE

https://ssd-disclosure.com/ssd-advisory-linux-kernel-pipapo-set-double-free-lpe/
2•todsacerdoti•40m ago•0 comments

HarfBuzz Study: Introducing HarfRust

https://docs.google.com/document/d/1aH_waagdEM5UhslQxCeFEb82ECBhPlZjy5_MwLNLBYo/preview?tab=t.0#heading=h.rwkk1hotbpzb
3•phonon•41m ago•0 comments

The Taming of Power by Bertrand Russell

https://www.theatlantic.com/magazine/archive/1938/10/the-taming-of-power/653474/
4•Teever•44m ago•1 comments

Gravity Inspired ML Model

https://github.com/henrivuorinen/GAM
3•henrijv•47m ago•0 comments

How to build a new chip architecture, ft. Nvidia

https://chipinsights.substack.com/p/how-to-build-a-new-chip-architecture
4•bharathw30•52m ago•1 comments

Strap In, Vision Pro Owners

https://spiral.spyglass.org/p/strap-in-vision-pro-owners
12•wslh•52m ago•3 comments

Recraft: Image Generation for Designers

https://www.recraft.ai/
2•pipase•52m ago•0 comments

Large Language Models Are Not Stable Recommender Systems (2023)

https://arxiv.org/abs/2312.15746
3•wslh•55m ago•0 comments

There is a magic bullet that could make us all live longer

https://www.newscientist.com/article/2485021-youve-been-sold-a-giant-myth-when-it-comes-to-improving-your-health/
3•Breadmaker•58m ago•1 comments

TypeScript 5.9 Beta

https://devblogs.microsoft.com/typescript/announcing-typescript-5-9-beta/
3•wslh•1h ago•1 comments