Viewing profile — MilkMp
MilkMp
HN member- Joined
- Sun, Feb 22, 2026, 8:46 PM UTC
- HN karma
- 234
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About MilkMp
No profile information was provided.
Recent public activity
-
comment
Comment #47123079
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…
-
comment
Comment #47123070
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 the…
-
comment
Comment #47123045
[dead]
-
comment
Comment #47119202
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…
-
comment
Comment #47118981
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
-
comment
Comment #47118963
Thanks! Will look into it
-
comment
Comment #47118796
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
-
comment
Comment #47118462
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 …
-
comment
Comment #47118411
Will check out! Thank you!
-
comment
Comment #47118398
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…
-
comment
Comment #47118393
Hi there! If you have anything you want added to the site, just let me know :) I can definitely try.
-
comment
Comment #47118387
Hi there, I have updated the webpage to include all countries/all years. It will give you a warning that the PDF is large. https://cia-factbook-archive.fly.dev/export
-
comment
Comment #47118383
Ohh that is a great idea! And since we already have the political field in SQL!. I will start working on some of this and update the website this week. Thank you for the awesome su…
-
comment
Comment #47118350
Thanks so much!
-
comment
Comment #47118336
Found the problem, the total regex doesn't handle magnitude suffixes: 2018: total: 17,856,024 → parses as 17856024 (correct raw count) 2020: total: 18.17 million → parses as 18.17 …
-
comment
Comment #47118169
Found the root cause. The "World" entity (population ~8 billion) was being called alongside all individual countries, doubling the total. Thank you again!
-
comment
Comment #47118122
Will fix right now! I think I was looking at this for too long and missed some things. Thank you :)
-
comment
Comment #47118054
Hi there, I have located the root and sent out a bug fix. Root cause: The CIA World Factbook, published by the Central Intelligence Agency, uses the U.S. Government's FIPS 10-4 cou…
-
comment
Comment #47118051
Hi there, I have located the root and sent out a bug fix. Root cause: The CIA World Factbook, published by the Central Intelligence Agency, uses the U.S. Government's FIPS 10-4 cou…
-
comment
Comment #47117932
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 a…
-
comment
Comment #47117777
Hi there, will fix Thank you! Most likely a grouping problem due to the MasterCountry ID.
-
comment
Comment #47117427
[dead]
-
comment
Comment #47117392
All good. Needed to be scaled anyway:)
-
comment
Comment #47117389
Will fix. Thank you! Most likely a grouping problem due to the MasterCountry ID.
-
comment
Comment #47117382
Thanks! Will update soon.