Tech News
← Home  ·  All topics

Gleam

2 GoKawiil briefs on this topic

Study on warming and global drought severity retracted over calculation errors

The authors have retracted their paper on warming and global drought severity after discovering multiple errors, including failure to use area-weighted grid cells, inadvertent use of an outdated dataset (GLEAM v3 instead of GLEAM4), and a timestepping bug that misclassified data periods. They also acknowledged unclear explanations of how an arid-region mask was applied across different figures. Rather than issue a correction, the authors chose to retract the paper entirely and plan to resubmit a fully revised version for new peer review.

Developer builds structure-aware fuzzer to hunt bugs in the Gleam compiler

A developer frustrated by inconsistent Erlang and JavaScript outputs from the Gleam compiler first tried using an LLM to generate edge-case test programs, spending about $20 in tokens to surface just one confirmed bug (issue #5613), which was promptly fixed. Dissatisfied with the cost and randomness of that approach, they pivoted to building a structure-aware fuzzer that generates syntactically valid Gleam programs automatically to systematically probe the compiler for hidden defects.