Urgent.News

What's breaking now, across thousands of outlets.

Tech

Grim Fandango Puzzle Document (1996) [pdf]

Article URL: http://gameshelf.jmac.org/2008/11/13/GrimPuzzleDoc_small.pdf Comments URL: https://news.ycombinator.com/item?id=49783495 Points: 211 # Comments: 44

We haven't written up this one. Hacker News Best has the full story — the link below goes straight to it.

Also reported by 1 other outlet

Read the original at gameshelf.jmac.org →

More in Tech

Postgres for local dev: one container, one Makefile

Most local database setups fail in one of two ways. Either everyone shares a staging database and steps on each other's data, or the repo ships a 200-line compose file with six services that nobody…

  • Use official PostgreSQL image with pinned major version
  • Manage migrations through plain SQL files
  • Set up tests against separate template database

More from Monday 21 September →