Hacker Newsnew | past | comments | ask | show | jobs | submit | verelo's commentslogin

Great initiative.

However I am curious about the "NO USE FRANCE" text at the end of this article. Is this a licence issue or something? Would love it if someone with insight would be able to comment!


It might be because there's a person in the photo, and France is very strict on photographing people.

https://commons.wikimedia.org/wiki/Commons:Country_specific_...

In terms of the formatting/brevity, Reuters was originally a wire service. They'd cover news in foreign locations and send it by telegraphic wire to local newspapers that would license the content.

Telegraphs charged by the word and didn't have letter case. Cryptic in-band signals like "NO USE FRANCE" are a relic of that time.

Since the link OP posted is to the B2B part of Reuters, I'm assuming they still haven't modernized this system.


It doesn't seem to be about photographing people, other pictures don't feature people and still have the "NO USE FRANCE" tag. It seems like all pictures by Chris Jung have the "NO USE FRANCE" tag.

My best guess is that Chris Jung has some kind of an exclusivity contract for publishing in France. Looking at his website, he publishes in "Paris Match", a French magazine, so it may be related.


That makes more sense.

You folks are amazing, thanks for catching that. My curiosity is soothed!

In France solar panel are mandatory over car park. https://www.theguardian.com/world/2022/nov/09/france-to-requ...

Like any scale system, degrade the experience. Use radio if the more advanced systems are unavailable?

Looks scary. Anything in particular you like about it?

Thanks for mentioning longturn.net, honestly, didn't know it existed before you mentioned it here. I'm going to check out their repo, if the client is improved that'd be very interesting.

Just curious, how did you find out about the "longturn" thing, then? Longturn.net is the crew that invented it :) We also played maybe even 150 games so far. (And while doing so also drastically evolutionized the ruleset to fit the slow multiplayer pace.)

Also, the "was" in this title feels misleading. If they're not still, they're crazy.

The original title is better translated as "prepared". The tweeting reposter translated to continuous past tense somewhat erroneously imo, because it sounds as if the preparation was interrupted by something.

Preparation is an ongoing thing. And not just in Denmark.

Oh i forgot about that! Yeah, the beauty of being able to disconnect and reconnect with backups taken every 5 mins from the server.

That's OK...Everyone gets an email saying the next turn is ready, and the 23 hour window begins. Picking 23 hour turns was intentional so that theres never the expectation that turns would end at the same time as to not bias favour towards any particular player over the course of the game.

You can read the code, but my suggestion on how to do this is to just ingest the save game files. They're super easy to work with, especially now we have the magic of LLMs.

In my case i'm creating various json files that describe game state, players, diplomacy, attendance, etc. Then i just throw that at the LLM and give it the goal of writing a newspaper article about where the game is at. The json files are incremental, so i'm not reading all the past versions on every turn. At the end of the current turn it just appends the current turn data to the json file, and then does the generation. These files are also what power the frontend UI, so it's all super lightweight and fast.

To make the graphs, you need to know state at the end of the current turn as the save files don't retain any history. So i store the most recent save file from each turn in order to achieve this.

It's been a journey of reverse engineering this game, but that's kind of the joy of it all.


This was a friends suggestion after I initially proposed something that exposed a bit too much detail. I wanted to show the diplomacy states and unit/city additions per player as a highlight on the home page, but we instead kept the raw files that generated those UI elements and fed them into OpenAI with the prompt and the Gazette was born.

It's a bit verbose honestly (see https://freeciv.andrewmcgrath.info), I welcome pull requests with improved prompting!


Haha, you’re just a natural.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: