Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

More in Tech

Modeling Recurring vs One-Off Events in a Bilingual City Guide

An events listing looks like a simple content type until you notice that two things share the shape and behave nothing alike. A dated concert exists once.

  • Dated events have ISO date and random suffix, recurring events have "-weekly" marker but no date
  • Bolivamos uses a discriminated type to effectively handle these challenges

The Pokédex Is 2.4MB. My Users Never Download It.

A random Pokémon generator is a strange thing to optimize. The entire product is: press a button, get a Pokémon. But behind that one button sits the whole dataset of the franchise — 1,025 species…

  • Pokédex weighs 2.4MB when downloaded.
  • Author compiles dataset into 13MB JSON file.
  • Discards unnecessary details to reduce download.

Building an offline CAD tool that can also turn photos into 3D meshes

I originally put PolyForge together as a ChatGPT skill, just for OpenSCAD, so I could describe a bracket or an enclosure and get back something I could actually print on my modified Ender 3 V2 or my…

  • PolyForge is a standalone Python package for CAD tool
  • Added offline photogrammetry capability without cloud API
  • Runs COLMAP for sparse reconstruction, OpenMVS for dense mesh

More from Sunday 16 August →