Live data from Hacker News

Viewing profile — MilkMp

MilkMp

HN member
Joined
Sun, Feb 22, 2026, 8:46 PM UTC
HN karma
234
Public activity
35 items

About MilkMp

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. comment
  4. 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…

  5. 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

  6. comment
    Comment #47118963

    Thanks! Will look into it

  7. 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

  8. 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 …

  9. comment
    Comment #47118411

    Will check out! Thank you!

  10. 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…

  11. comment
    Comment #47118393

    Hi there! If you have anything you want added to the site, just let me know :) I can definitely try.

  12. 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

  13. 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…

  14. comment
    Comment #47118350

    Thanks so much!

  15. 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 …

  16. 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!

  17. comment
    Comment #47118122

    Will fix right now! I think I was looking at this for too long and missed some things. Thank you :)

  18. 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…

  19. 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…

  20. 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…

  21. comment
    Comment #47117777

    Hi there, will fix Thank you! Most likely a grouping problem due to the MasterCountry ID.

  22. comment
  23. comment
    Comment #47117392

    All good. Needed to be scaled anyway:)

  24. comment
    Comment #47117389

    Will fix. Thank you! Most likely a grouping problem due to the MasterCountry ID.

  25. comment
    Comment #47117382

    Thanks! Will update soon.