Daily Feed — 2026-03-30

This content is AI-generated by my RSS reader tool. Summaries and novelty ratings should be taken with a pinch of salt.

Mapping Brazilian Cell Towers

Source: Carlos Becker | Tags: Brazil, cell-towers, data, open-source, visualization | Published: 2026-03-30 | Novelty: 46%

The author created a tool called temsinal.org to map all cell towers in Brazil using data from ANATEL and IBGE. The backend consists of Python scripts that fetch data, process it, and generate map tiles with tippecanoe. The frontend displays the information on an easy-to-use map interface hosted via Cloudflare Pages and R2, allowing users to visualize tower density, age, and coverage improvements over time.


Announcing GoReleaser v2.15

Source: Carlos Becker | Tags: documentation, flatpak, goreleaser, sbom, source-rpm | Published: 2026-03-29 | Novelty: 33%

GoReleaser v2.15 introduces support for Flatpak bundles, Source RPMs, and improved Go build defaults with ./... support. Notable features include automatic inclusion of Flatpak bundles in checksums and signing, generation of Homebrew Cask completions from executables, and enhanced documentation hosted on a faster Hugo site. This version also supports before_publish hooks with NSIS and .pkg installer types for SBOM generation.