TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: New search engine and free-FOIA-by-fax-via-web for US veteran records

118 点作者 Asparagirl4 个月前
Hi HN. I&#x27;m the president and founder of a small non-profit called Reclaim The Records that identifies historical and genealogical materials and data sets held by government agencies, archives, and libraries -- and then returns them to the public domain, for free public use.<p>Back in September 2017, our organization made a Freedom of Information Act (FOIA) request to the US Department of Veterans Affairs (the VA) asking for a copy of a database they maintain called &quot;BIRLS&quot;, which stands for the Beneficiary Identification Records Locator Subsystem. While it&#x27;s not exactly an index of every single post-Civil-War veteran of every branch of the US military, it&#x27;s possibly the closest thing that exists to it.<p>BIRLS is a database that indexes all the known-to-the-VA-in-or-after-the-1970s *<i>veterans&#x27; benefits claims files*</i>, also called C-Files or sometimes XC-Files. Older veterans&#x27; claims files have been moved to the National Archives (NARA), such as the famous Civil War pension files. But 95% of the later benefits claim files, from the late nineteenth century up to today, are still held at the VA, in their warehouses, and still haven&#x27;t been sent to NARA.<p>And even if you know these files exist, the VA really doesn&#x27;t make it easy to get them. The Veterans Benefits Administration (VBA) group within the VA only seems to accept FOIA requests for copies of C-Files by fax (!) and also seems to have made up a whole new rule whereby you have to have an actual wet ink signature on your FOIA request, not just a typed letter.<p>Well, seven years and one very successful FOIA lawsuit in SDNY against the VA later, we at Reclaim The Records are very proud to announce the acquisition and first-ever free public release of the BIRLS database, AND that we built a new website to make the data freely and easily searchable AND that we even built a free FOIA-by-FAX-API system (with a signature widget, to get around the dumb new not-FOIA rules!) built into our website&#x27;s search results, that makes it much, much easier for people to finally get these files out of the VA warehouses and into your mailbox. :-)<p>We also added the ability to do searches through the data for soundalike names, abbreviated names, common nicknames, wildcards, searches by date of birth or death, or ranges of birth and death years, or search by SSN, or by branch(es) of services, or by gender...<p>For a lot more information about our FOIA lawsuit against the VA for the database, including copies of our court papers and the SDNY judge&#x27;s order:<p><a href="https:&#x2F;&#x2F;mailchi.mp&#x2F;reclaimtherecords&#x2F;the-birls-database-goes-online-with-eighteen-million-us-veteran-records-and-free-foia-by-fax-system" rel="nofollow">https:&#x2F;&#x2F;mailchi.mp&#x2F;reclaimtherecords&#x2F;the-birls-database-goes...</a><p>As for the tech stuff, actually building the website, the search engine, and its FOIAing capability...well, it has been a pretty fun project to build.<p>The BIRLS dataset was eventually provided to us by the VA (several years after we originally asked for it...) as a large zip file which, when decompressed via the command line, yielded the hilarious file name of *<i>Redacted_Full.csv*</i>. I then loaded the cleaned CSV data into a MySQL database, and then used a modified version of the Apache Solr search engine to index the data, so that it could become searchable by soundalike names (using Beider-Morse Phonetic Matching), nicknames (using Solr&#x27;s synonyms feature), partial names (using wildcards), with dates converted to ISO 8601 format to enable both exact date and date range searches, and various other search criteria.<p>The front-end of the website is built with Nuxt and hosted on Digital Ocean&#x27;s App Platform, with backups of the FOIA request data on the cloud storage service Wasabi. The fax interface for submitting FOIA requests is powered by the Notifyre API. We use Mailchimp to send e-mail newsletters, and their product Mandrill for programmatic e-mail sending. We use Sentry for error monitoring, Better Stack for server logging, and TinyBird to collect FOIA submission analytics.<p>Enjoy!

16 条评论

ldoughty4 个月前
Neat, Submitted a request for my grandfather&#x27;s records. Some comments:<p>1) May want to auto-magically handle input for things like apostrophes. E.g. &quot;O&#x27;Hare&quot;... It looks like somewhere in the process this data was not preserved&#x2F;saved&#x2F;sent, but people will probably try to search with it. Might also want to handle the accent marks and what not too<p>2) The terms &amp; conditions for Step 3, the checkbox at the bottom doesn&#x27;t have enough contrast when checked. I do not have a disability, and I still found it very faint. Someone with a disability would likely have a lot of trouble (not to mention, it requires scrolling to the bottom to check it in the first place, which isn&#x27;t awesome for accessibility)<p>3) I appreciate the warning on the terms and conditions about seeing things you might not want to see. A good reminder for those that might not want to tarnish a memory of someone... Reminds me of the DNA tests for Christmas, or learning about Punnett Squares and genetics, sometimes you might not want to go looking :-)
评论 #42683896 未加载
评论 #42684314 未加载
评论 #42684972 未加载
wtfssn384 个月前
Are you aware that the API appears to be publishing the SSN of each individual? Although I’m aware most SSNs are leaked in one breach or another, I still thought it was customary in the U.S. to attempt to keep such information somewhat protected.
评论 #42684538 未加载
评论 #42682896 未加载
patwolf4 个月前
I previously tried getting military records for my deceased grandfather. From what I can recall, it was complicated by the fact that I wasn&#x27;t &quot;next of kin&quot;, which would limit the data I&#x27;d have access to. Even my parent, who was next of kin, would have needed additional paperwork as proof, e.g. a death&#x2F;marriage certificate for my grandmother.<p>On one hand, if this works then I&#x27;ll be happy to have the information I otherwise wouldn&#x27;t have. But on the other hand, all these processes, no matter how convoluted, exist for a reason. It feels weird bypassing those.
评论 #42684512 未加载
评论 #42684853 未加载
mattw21214 个月前
As someone trying to piece together family history, after most of my family has died, I really appreciate this. Any and all efforts to make records available helps with clues. Building an accurate family history is a process of &quot;one more document&quot;. This effort is definitely helpful to me. I&#x27;ve already utilized your service to submit a request for my grandfather&#x27;s records. I&#x27;ll be spending time searching for other relatives as well. Thanks!
necovek4 个月前
I believe you should work to limit exposure of sensitive information like SSN: while it&#x27;s ok to allow search by an exact SSN, you should probably not display it unless the requestor already knows what it is.<p>OTOH, if you have really succesfully worked to make this database public domain and do publish it somewhere (and you did, as I can see at <a href="https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;BIRLS_database" rel="nofollow">https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;BIRLS_database</a>), this wouldn&#x27;t be of much help against any malicious actors out there.<p>But really, it seems the burden is on VA if there are non-deceased persons in the database since they have done a bad job of maintaining the data, and they would be liable for any leakage of information (unless Reclaim the Records was aware of any in particular). Even so, RTR might have put themselves out on the fence for some lawsuits against them too.
评论 #42684427 未加载
fergbrain4 个月前
Thanks for your efforts in liberating this data so that Ancestry.com isn’t the only ones with it!<p>Reminds me a bit muckrock.com as well.
评论 #42684682 未加载
ungreased06754 个月前
This site feels icky and I’m not quite sure how to articulate why. What is the purpose of this service? Why is it good for the public have access to detailed records of individual, recently deceased veterans? Isn’t this a gold mine for scammers? Is this project LDS affiliated?
评论 #42690257 未加载
archerjax4 个月前
My father, grandfathers and all my uncles are here. All deceased. I’m failing to find a use case for social security numbers to be present here. Or any of it to be honest.
评论 #42683459 未加载
Bjartr4 个月前
Spent a few minutes trying to find an answer to &quot;why do this?&quot; Beyond just implying that it should be done and the most I was able to find was one sentence buried amongst paragraphs and paragraphs of &quot;what&quot; and &quot;how&quot;.<p>&gt; these materials were largely unknown and inaccessible to historians, journalists, and genealogists<p>I think it would be worthwhile to lead with that and include a little more detail too.<p>If there isn&#x27;t a clear motivation, people will assume the worst.
评论 #42684238 未加载
评论 #42685944 未加载
neilv4 个月前
This project might be entirely well-intentioned, but some possibilities to be careful of, with this kind of effort:<p>* Intent is to sell the data, or otherwise &quot;monetize&quot; it, in the techbro sense.<p>* &quot;Shell&quot; effort of a specific company that wants the data.<p>* Shell effort of an organized crime group.<p>* Shell effort of a foreign intelligence agency, or terrorist group.<p>Awhile ago, there was a different project, which had the effect of making different US records, which were already reasonably accessible to US citizens and journalists, easily available to foreign adversaries, such as for espionage profiling and blackmail. When that project was promoted on HN, I caught the promoter seeming to use a sockpuppet account in the comments (accidentally using the wrong account to respond to themself), which I found additionally suspicious.<p>Even when a project is fully honest and with good intentions, we also have to consider the risks of likely other consumers of the data, which include all the possibilities above.
redeux4 个月前
As a veteran, I am aghast that this exists. What an invasion of people’s lives. To me this is far worse than when I was notified that a foreign adversary had stolen my military records, because at least they’re not publishing it on the web for all to see.<p>Veterans aren’t politicians, and they don’t deserve to have their lives put on display like this without their permission. Some vets signed up because they wanted to serve their country, some because they were running from people or poverty, but they were all just ordinary people trying to eke out a living.<p>I believe people, good people just trying to do their thing will be hurt by this information and that’s unfair. It’s just another example of people using veterans as pawns to achieve their ends.<p>What is the ends in this case? I couldn’t tell you. I do believe this will having a chilling effect on veterans seeking help from the VA at a time when they need it more and more.
评论 #42683103 未加载
评论 #42682820 未加载
评论 #42686854 未加载
评论 #42682816 未加载
flippyhead4 个月前
I love the included legal timeline. Strong work!
tivert4 个月前
Somewhat related: there was a fire in 1973 that destroyed the military records of a large fraction of former military personnel at the time: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;National_Personnel_Records_Center_fire" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;National_Personnel_Records_Cen...</a>.
评论 #42684812 未加载
greentxt4 个月前
Really hope op and crew are sued to oblivion.
评论 #42685689 未加载
评论 #42687582 未加载
评论 #42685673 未加载
tantalor4 个月前
<i>If and when the VA locates the file, scans it, and redacts it, you should expect to receive a DVD in the mail containing the newly-digitized images of the materials several weeks or months after your initial acknowledgement letter has arrived.</i><p>Ha, the only device I have with DVD is a PS5, this should be fun.
asacrowflies4 个月前
I need to get a copy of the database asap just for my data archiving neurosis lol. The amount of vitriolic comments here from entitled &quot;service&quot; members is astounding and makea me wish to safeguard it personally. I mean we have people in the comments calling people &quot;extremist&quot; and bringing up founding fathers bullshit ....<p>Only jarheads seem to think the parental tone of &quot;you don&#x27;t know what freedom is&quot; actually works.... Maybe because they have been thru boot camp idk.
评论 #42694292 未加载