Project ideas from Hacker News discussions.

The UN challenges five centuries of cartography

📝 Discussion Summary (Click to expand)

1. Symbolic vs. substantive impact of the UN resolution
Many commenters see the adoption of the Equal Earth projection as a largely symbolic act that doesn’t alter geopolitical realities, while others argue that symbols shape perceptions and thus matter.

“Correcting cartographic distortions of continental sizes constitutes an act of cognitive justice and memorial reparation.” but it’s purely symbolic and changes nothing geopolitically. – AlexandrB
“The UN isn’t a supranational organization fixing conflicts… symbols and defaults matter.” – dgellow

2. Utility and trade‑offs of different map projections
The discussion frequently weighs the practical strengths of Mercator (navigation, familiar axes) against equal‑area projections (accurate size representation, less distance distortion).

“The value of a geographic projection is in its utility for the task at hand.” – neuronexmachina
“Besides size, there's distance… every sea/air route appears to not take the shortest path.” – hn993302

3. Maps influencing perception of power and colonial bias
Several participants argue that map distortions affect how people view the importance of regions, reinforcing northern‑hemisphere superiority and influencing real‑world attitudes (e.g., views on Greenland).

“And since we often, without thinking, use size as a proxy for importance or power, this subtly reinforces a sense of northern superiority over the global south.” – lordloki
“Africa is 14× larger, but near the same size on the maps our leaders have grown up with for 80+ years… This has clearly influenced geopolitics.” – jubilanti


🚀 Project Ideas

Generating project ideas…

Projection Playground: Interactive Map Projection Comparator

Summary

  • A web app that lets users switch between map projections (Mercator, Equal Earth, Robinson, etc.) and see real‑time area and distance distortions with overlay metrics.
  • Core value proposition: instantly visualizes why Mercator misleads size perception and helps users choose the right projection for their task.

Details

Key Value
Target Audience Educators, students, GIS enthusiasts, and anyone curious about map distortions
Core Feature Interactive projection selector with live distortion readouts (area, angle, distance) and side‑by‑side comparison
Tech Stack React, D3.js for projections, Leaflet or Mapbox GL for base layers, Tailwind CSS
Difficulty Medium
Monetization Hobby

Notes

  • HN users expressed frustration that “Mercator makes Greenland look the size of Africa” (neuronexmachina) and wished for tools that show true size (hn993302).
  • Provides a concrete way to explore the symbolic impact of map choices discussed in the thread, encouraging deeper conversation about cartographic justice.

TrueSize Globe: Drag‑and‑Drop Country Size Comparator on 3D Globe

Summary

  • A 3D WebGL globe where users can drag country silhouettes onto the surface to see their true relative size, correcting Mercator‑based misconceptions.
  • Core value proposition: makes abstract size comparisons tangible, turning a common geopolitical misperception into an interactive learning experience.

Details

Key Value
Target Audience Teachers, students, journalists, and the general public seeking intuitive geography tools
Core Feature Drag‑and‑drop country outlines onto a rotatable globe with instant size feedback and optional overlay of alternative projections
Tech Stack Three.js (or CesiumJS), React, GeoJSON for country borders, Zustand for state management
Difficulty Medium‑High
Monetization Hobby

Notes

  • Commenters lamented that “Greenland isn’t actually a gigantic landmass the size of Africa” (neuronexmachina) and praised tools like MapFight for size comparisons (samizdis).
  • A globe‑based tool directly addresses the need for intuitive, distortion‑free size perception highlighted in the discussion.

DistortionMetrics API: Cartographic Distortion Analytics for Developers

Summary

  • REST‑API that returns quantitative distortion metrics (area scale, angular deformation, distance error) for any latitude/longitude bounding box and a selection of map projections.
  • Core value proposition: gives developers and cartographers programmatic insight to pick optimal projections for their applications without guesswork.

Details

Key Value
Target Audience GIS developers, cartographers, product teams building custom maps
Core Feature API endpoint accepting bbox + projection list → JSON with distortion scores (Tissot indicatrix analytics)
Tech Stack Python/FastAPI, PyProj/Proj for projection math, NumPy, Docker for deployment
Difficulty Medium
Monetization Revenue-ready: usage‑based pricing (e.g., $0.001 per 1k requests)

Notes

  • Several HN participants asked for concrete utility beyond symbolism, e.g., “what sort of tasks… is an equal area projection good for?” (dnautics).
  • This API supplies the analytical backbone for those tasks, enabling data‑driven projection choices and sparking technical discussion about distortion trade‑offs.

Read Later