ben
@btskinner.io
Data science + noisy music | ATV wheelie judge (junior division) | btskinner.io | he/him
de Beauvoir’s Ethics of Ambiguity
September 19, 2025 at 4:00 PM
de Beauvoir’s Ethics of Ambiguity
And here's a thread of cool things I worked on in my 1.25 years at NEH that I was able to release publicly
With most of my NEH colleagues, I was RIF'ed last week. It has been an honor to work with so many talented and dedicated public servants as the agency's first (and for now, last) data scientist. Here's some incidental and public software, code, and data that came about as part of that work:
June 11, 2025 at 2:22 PM
And here's a thread of cool things I worked on in my 1.25 years at NEH that I was able to release publicly
As a reminder, here's a quick (over) estimate of how much each American has spent over their lifetime to support the work of the NEH
As an elder millennial, I could trade my lifetime of tax contributions to the NEH for one month of Netflix and have just enough left over to get some avocado toast if I split it with two other people
June 11, 2025 at 2:20 PM
As a reminder, here's a quick (over) estimate of how much each American has spent over their lifetime to support the work of the NEH
The original piece, on the other hand, is very interesting
I Am Sitting in a Room - Wikipedia
en.wikipedia.org
May 14, 2025 at 4:49 PM
The original piece, on the other hand, is very interesting
Here are NEH appropriations adjusted for inflation. In real dollars, the agency's highest funding levels were over $600 million (2024 dollars) in the late 1970s and have been flat for the past 30 years. NEH staff have been excellent stewards of public funds, doing so much with increasingly less.
May 1, 2025 at 5:33 PM
Here are NEH appropriations adjusted for inflation. In real dollars, the agency's highest funding levels were over $600 million (2024 dollars) in the late 1970s and have been flat for the past 30 years. NEH staff have been excellent stewards of public funds, doing so much with increasingly less.
Not exactly the same, but sort of like this? bsky.app/profile/btsk...
As an elder millennial, I could trade my lifetime of tax contributions to the NEH for one month of Netflix and have just enough left over to get some avocado toast if I split it with two other people
April 29, 2025 at 4:50 PM
Not exactly the same, but sort of like this? bsky.app/profile/btsk...
In my year at NEH, we did a lot of other data work more directly tied to humanities and agency needs, of course, and were building infrastructure for cool projects in the coming years. These projects represent just small bits in service of that primary work that we thought might also help others.
April 14, 2025 at 4:59 PM
In my year at NEH, we did a lot of other data work more directly tied to humanities and agency needs, of course, and were building infrastructure for cool projects in the coming years. These projects represent just small bits in service of that primary work that we thought might also help others.
Code to convert large US Census state, county, and congressional district shapefiles to lightweight TOPOJSON files for web use. Again, we made this so as to include territories where most solutions do not. Both unprojected and projected files are in the repo. github.com/nehgov/usa_t...
April 14, 2025 at 4:59 PM
Code to convert large US Census state, county, and congressional district shapefiles to lightweight TOPOJSON files for web use. Again, we made this so as to include territories where most solutions do not. Both unprojected and projected files are in the repo. github.com/nehgov/usa_t...
Code to make equal area tile choropleth maps in GeoJSON and TOPOJSON that include territories as well as states. We needed to make these since most existing solutions don't include territories and/or require the use of a specific language (e.g., R). Data files in repo. github.com/nehgov/state...
April 14, 2025 at 4:59 PM
Code to make equal area tile choropleth maps in GeoJSON and TOPOJSON that include territories as well as states. We needed to make these since most existing solutions don't include territories and/or require the use of a specific language (e.g., R). Data files in repo. github.com/nehgov/state...
An R package, ripeds, that allows users to interact with the complete IPEDS data system in an API-like way. Importantly, it allows users to batch download all complete data files and interact with a local directory. More on this in another thread. nehgov.github.io/ripeds/
Download and Manipulate Integrated Postsecondary Education Data System (IPEDS) Data
Download and manipulate Integrated Postsecondary Education Data System (IPEDS) complete data files using a series of piped functions.
nehgov.github.io
April 14, 2025 at 4:59 PM
An R package, ripeds, that allows users to interact with the complete IPEDS data system in an API-like way. Importantly, it allows users to batch download all complete data files and interact with a local directory. More on this in another thread. nehgov.github.io/ripeds/