Project ideas from Hacker News discussions.

AI-Assisted GPU Porting of a 250k Line Legacy Weather Simulation Code

📝 Discussion Summary (Click to expand)

Top Themes

1. Legacy code & nuclear simulations

"legacy Fortran nuclear reactor simulator codes originally written in the 1960s" – acidburnNSA

2. Weather‑simulation analogy

"Pretty much weather!" – fooker

3. Wordplay / intentional misspelling

"necular" – idrissbellil*


🚀 Project Ideas

Fortran Legacy Modernizer

Summary

  • A web‑based platform that analyses, documents, and migrates legacy 1960s Fortran nuclear reactor simulation code to modern, parallel, GPU‑ready versions.
  • Core value: cuts maintenance cost and enables integration with contemporary hardware and CI pipelines.

Details

Key Value
Target Audience Nuclear engineers, researchers maintaining legacy reactor simulation codes
Core Feature Automated static analysis, conversion hints, OpenMP/CUDA offload suggestions, test harness generation
Tech Stack Rust backend, WebAssembly front‑end, LLVM‑Fortran plugin, Docker deployment
Difficulty High
Monetization Revenue-ready: Subscription

Notes

  • acidburnNSA: “I have to try this on all the legacy Fortran nuclear reactor simulator codes originally written in the 1960s”
  • Engineers would love a tool that eliminates manual porting headaches and adds automated testing.

NeutronFlux Visualizer

Summary

  • Interactive 3D visualizer that ingests legacy neutron transport output and renders reactor core flux, absorption maps, and parameter sweeps in real time.
  • One‑stop visual analytics for physicists who need to understand particle absorption fractions.

Details

Key Value
Target Audience Nuclear scientists, graduate students, academic researchers
Core Feature Parse binary Fortran output, 3D flux rendering with WebGL, real‑time parameter adjustment
Tech Stack Python (FastAPI) backend, Three.js/WebGL front‑end, Numba for physics kernels
Difficulty Medium
Monetization Hobby

Notes

  • The discussion’s focus on “what fraction of electromagnetic waves … are going to be absorbed” shows a clear need for visual insight.
  • Researchers would adopt a free, open‑source visualizer to quickly iterate on simulation results.

Cloud Neutron Transport API

Summary

  • Scalable cloud API that runs neutron and EM wave absorption simulations on demand, letting users upload legacy input decks and receive results and visualizations instantly.
  • Eliminates the need for local Fortran installations and provides on‑demand compute.

Details

Key Value
Target Audience Small labs, consultants, academic projects lacking HPC resources
Core Feature Upload input files, trigger high‑performance simulations on GPU clusters, return JSON results and preview images
Tech Stack Go microservice, Docker, CUDA, S3 storage, React UI
Difficulty Medium
Monetization Revenue-ready: Pay-per-sim

Notes

  • Users in the thread lament the hassle of “trying this on all the legacy … codes”. A cloud endpoint removes that friction.
  • The API could spark community plugins and integrations, fostering discussion and practical utility.

Read Later