←back to thread

502 points alazsengul | 1 comments | | HN request time: 0.211s | source
Show context
pointmatic ◴[] No.44589615[source]
Great news...saw Windsurf vibing on YC podcast several months ago...and it's my go-to now. Google Gemini Pro 2.5 works best for me (Python, C++, Fortran).
replies(1): >>44589634 #
1. pointmatic ◴[] No.44589634[source]
Just finished a weather analytics code translation test from Fortran to C++ and Python. It was simple temperature high/low averaging, so to amp up the processing, I worked with Gemini to add a Monte Carlo simulation for a 7-day weather forecast, and a 2D heat diffusion/advection physics model to calculate the temperatures across a NxN grid over T time divisions.