Live data from Hacker News

Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable

cia-factbook-archive.fly.dev

91–100 of 106 posts

Re: Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable

#91
post #85

Earlier quoted context omitted.

And despite all of that this is an LLM comment, right?

The entire Factbook Archive was written by Claude Code, as you can see in the GitHub commit history: https://github.com/MilkMp/CIA-World-Factbooks-Archive-1990-2... AI is present everywhere these days. I wouldn’t be surprised if a OpenClaw bot autonomously create a project on GitHub and then submit it to HN, without any human involement.

[dead]

Re: Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable

#92
post #46

Earlier quoted context omitted.

Hi there, I have located the root cause and will be fixing the issue: Root cause: CIA uses FIPS codes (CanonicalCode), which differ from ISO Alpha-2 for many countries. Templates and SQL queries prioritized CanonicalCode over ISOAlpha2, so URL codes like /archive/2025/AU matched the wrong country. Australia (AU) -> American Samoa (AS = CIA FIPS for Australia) Singapore (SG) -> Senegal (SG = CIA FIPS for Senegal) Germ…

Thanks for the follow up, I figured it was semantic collision. I noticed the “GM”. This is a good example of the importance of strong toping patterns. The GDP of Germany just tanked, we didn’t lose a mars climate orbiter this time. :)

Thanks for pointing it out! I had noticed some mapping issues (Russia's Military GDP not showing), so there is definitely room for improvement here. Just wanted to get this out there for people and create their own projects or use this one :)

Re: Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable

#93

This is clearly a vibe coded project. If I were to critique it taking its warm reception into consideration I wouldn’t necessarily call it slop. Slurry? Soup? A good portion of the discussion here are bug reports about things I could imagine someone who has experience in working with this sort of data would anticipate and address in the flow of development, whether on their own or with an LLM. Yes it is an ambitious…

Hi there, yes I used AI to help build this website. I personally don’t have the time nor the talent to build something like this from scratch! I do have knowledge in how historical and crime data are suppose to parsed,viewed, analyzed, and presented to the world :) If someone would like to take this work and improve it, please do!

Re: Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable

#96
post #87

Earlier quoted context omitted.

Yep, all their comments are LLM output. As well as their alt https://news.ycombinator.com/threads?id=ruhith Both accounts are used to advertise their website.

This is not AI slop, it’s advertise in LLM era.

Negative parallelism

https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing#...

Re: Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable

#98
post #13

What is its copyright status?

The data from the CIA World Factbook is in the public domain (being a U.S. Government work) and is free for anyone to use. The ETL scripts and data tools available in the GitHub repository are open source and licensed under the MIT License. However, the web application itself is proprietary software, with all rights reserved.

Thanks, helpful answer! I did think much of it might be in the public domain like NASA's images.

Re: Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable

#99
post #46

Earlier quoted context omitted.

Hi there, I have located the root cause and will be fixing the issue: Root cause: CIA uses FIPS codes (CanonicalCode), which differ from ISO Alpha-2 for many countries. Templates and SQL queries prioritized CanonicalCode over ISOAlpha2, so URL codes like /archive/2025/AU matched the wrong country. Australia (AU) -> American Samoa (AS = CIA FIPS for Australia) Singapore (SG) -> Senegal (SG = CIA FIPS for Senegal) Germ…

Thanks for the follow up, I figured it was semantic collision. I noticed the “GM”. This is a good example of the importance of strong toping patterns. The GDP of Germany just tanked, we didn’t lose a mars climate orbiter this time. :)

What do you mean by 'toping patterns'?
Post reply on HN