Readit News logoReadit News
MilkMp commented on Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable   cia-factbook-archive.fly.... · Posted by u/MilkMp
tolerance · 21 days ago
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 project, yes it is useful in theory, but I’m interested in its viability as a legitimate tool for the sort of people who would rely on it for research purposes as opposed to the sort of people who find it a fascinating project but in practice it is little more than something to pique their curiosity—a toy.

At the same time maybe it doesn’t have to be either. It could just be a display of the initiative and ingenuity of the person behind it. But little else can be inferred about them I reckon.

MilkMp · 21 days ago
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!
MilkMp commented on Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable   cia-factbook-archive.fly.... · Posted by u/MilkMp
roysting · 21 days ago
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. :)

MilkMp · 21 days ago
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 :)

Dead Comment

MilkMp commented on Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable   cia-factbook-archive.fly.... · Posted by u/MilkMp
dbg31415 · 21 days ago
Accessibility matters.

In 2026, tools like WAVE, Lighthouse, and a real screen reader should be part of any website design process. They catch issues early. A stitch in time saves nine.

I know you may not be a designer. That’s fine. Starting with a solid, off-the-shelf CSS framework can get you much closer to Web Content Accessibility Guidelines (WCAG) compliance from day one. It sets a baseline so you’re not reinventing solved problems.

Building from scratch is absolutely valid. It’s cool, even. But right now it reads less like an intentional design choice and more like missing fundamentals.

I’m not trying to be a dick, the project has potential! A few design improvements would make it usable for a lot more people.

Cheers!

MilkMp · 21 days ago
Thanks! I am definitely not a front-end web designer lol, and I for sure don't want to limit people's access. I will look into the standards and see how best to implement them into the website :)
MilkMp commented on Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable   cia-factbook-archive.fly.... · Posted by u/MilkMp
dbg31415 · 21 days ago
This is one of the hardest sites I’ve ever tried to read.

The pages are dense blocks of tiny gray serif text with default line height and almost no visual hierarchy. It feels like gray text on gray blobs. It is exhausting to scan and read.

In 2026, this should not be an issue. We have clear standards. The Web Content Accessibility Guidelines (WCAG) exist for a reason. Basic accessibility best practices have been documented for years.

https://wave.webaim.org/report#/https://cia-factbook-archive...

The issues are not subtle. Small text, low contrast, and long unbroken paragraphs are not design preferences. They are barriers. They make the content harder to read for everyone, especially people with visual or cognitive challenges.

This is fixable. Increase the base font size. Improve contrast ratios. Add meaningful spacing. Use clear headings and structure. These are foundational usability principles.

Accessibility is not extra polish. It is baseline quality. Right now, the site is unnecessarily hard to read. That is a design problem, not a content problem.

MilkMp · 21 days ago
Was originally just supposed to be a data archive/download place for the parsed data.Thought a website could help! Will look into the standards
MilkMp commented on Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable   cia-factbook-archive.fly.... · Posted by u/MilkMp
dbg31415 · 21 days ago
This is one of the hardest sites I’ve ever tried to read.

The pages are dense blocks of tiny gray serif text with default line height and almost no visual hierarchy. It feels like gray text on gray blobs. It is exhausting to scan and read.

In 2026, this should not be an issue. We have clear standards. The Web Content Accessibility Guidelines (WCAG) exist for a reason. Basic accessibility best practices have been documented for years.

https://wave.webaim.org/report#/https://cia-factbook-archive...

The issues are not subtle. Small text, low contrast, and long unbroken paragraphs are not design preferences. They are barriers. They make the content harder to read for everyone, especially people with visual or cognitive challenges.

This is fixable. Increase the base font size. Improve contrast ratios. Add meaningful spacing. Use clear headings and structure. These are foundational usability principles.

Accessibility is not extra polish. It is baseline quality. Right now, the site is unnecessarily hard to read. That is a design problem, not a content problem.

MilkMp · 21 days ago
Thanks! Will look into it
MilkMp commented on Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable   cia-factbook-archive.fly.... · Posted by u/MilkMp
Betelbuddy · 21 days ago
You should include this one, will also go away soon most likely:

https://www.cia.gov/resources/cia-maps/

MilkMp · 21 days ago
Just the start, but I added the maps to the page. Planning on linking them to their factsheets and dashboards this week.

https://cia-factbook-archive.fly.dev/maps?page=1

MilkMp commented on Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable   cia-factbook-archive.fly.... · Posted by u/MilkMp
freakynit · 21 days ago
To the author:

In case you are patching fields/bugs in database (like country codes for example), would it be possible for you to share that database as well with us so we can build on top?

This is actually an excellent dataset to test GraphRAG capabilities.

Also, a world simulation game, embodied with real data and real changes, can be built based off this data.

Thanks..

MilkMp · 21 days ago
Hey there, yeah, definitely. I maintain .txt change logs for all data modifications. To be clear, no information is added or altered — the Factbook content is exactly what the CIA published. The parsing process structures the raw text into fields (removing formatting artifacts, sectioning headers, and deduplicating noise lines), but the actual data values are untouched. What I've added on top are lookup tables that map the CIA's FIPS 10-4 codes to ISO Alpha-2/3 and a unified MasterCountryID, so the different code systems can be joined and queried together.

I will add them to the github :)

MilkMp commented on Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable   cia-factbook-archive.fly.... · Posted by u/MilkMp
freakynit · 21 days ago
Excellent site.

One small bug though: https://cia-factbook-archive.fly.dev/analysis/compare?a=IN&b...

.. The second dropdown switches to "Comoros" instead of "China" even after selection, though URL says CN for China.

MilkMp · 21 days ago
Will check out! Thank you!
MilkMp commented on Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable   cia-factbook-archive.fly.... · Posted by u/MilkMp
1659447091 · 21 days ago
There is a github of the factbook for anyone that just wants JSON or markdown files:=> https://github.com/factbook

"A cache for datasets for the country profiles from the World Factbook in the original (1:1) format from the cia.gov website"

https://github.com/factbook/cache.factbook.json

MilkMp · 21 days ago
Hi there, thanks for linking this! My GitHub and website both link to and use this source! I just thought putting it in a SQL database and making the entire 1990-2025 queryable was needed since I couldn't find one anywhere :)

u/MilkMp

KarmaCake day234February 22, 2026View Original