Live data from Hacker News

Ask HN: What is the most impactful thing you've built?

news.ycombinator.com

101–110 of 759 posts

Re: Ask HN: What is the most impactful thing you've built?

#101
During my master's, I took a job in a physics group that works with high pressure time projection chambers for neutrino detection. They have a bunch of simulation and experimental data they wanted to organize and share with colleagues.

I first worked on improving the database (adding indexes, reducing redundancy, etc.). Next, I wrote a Python package to make it easier to interact with the database from the command line and Python, and act as a backend package for a frontend Flask API I wrote to serve the data. Finally, I made a simple website [1] where users can query the data.

It was great because I not only got to help out the people working in the group, but I also contributed to making the data available to other physicists around the world.

[1] https://rwth-aachen.de/gasdb

Re: Ask HN: What is the most impactful thing you've built?

#102
post #55

In an MA program in biblical studies, I realized that the best way to understand what words mean in context is to see how they're used in similar contexts. To do that, you've got to be able to find similar contexts. I didn't like the solutions available from the major software vendors, but it turns out there's a whole bunch of tagged data that's openly licensed. So I built a webapp that has all the search functionali…

When I was in college I wrote a Windows app to do the side-by-side translations of the bible just like you have on your site.

It was commissioned by a multilingual church.

Funny thing is, I'm a atheist raised by Catholics. I'm not sure if I would take the job today. I feel it would be unscrupulous for me to facilitate religious studies.

Re: Ask HN: What is the most impactful thing you've built?

#103
When the vaccines were first rolled out, my friends and I made a site that showed PA citizens hospitals and pharmacies near them that had covid vaccines available.

Every week, PA would release a spreadsheet of all places that received vaccines and we would call the places listed to see their availability. We ended up scaling the operation to ~200 volunteers.

There wasn't much on the technical side, though. We had an Airtable where volunteers would update records an a next.js site that displayed the date via Airtable API. We found the Airtable embed to be too complicated/ugly and even though wrangling Airtable API was a huge pain, it was worth

Re: Ask HN: What is the most impactful thing you've built?

#105
Working now at a bigco, the most impactful thing I do these days is in guiding projects away from building the first thing they think will solve a problem. People don't spend much time doing thought experiments of how changes will evolve in the future or with adjacent scopes. After thinking in that mode for a while you realize that there are concepts here that could and should be separated. A small tweak here and there, changing some naming/terminology goes a long way to saving tons of refactoring/cleanup down the road.

If you mean single-handedly, kinda hard to say. I also rewrote chunks of a retail FX app written in Java1/awt -> Java5+/Swing. Right now I'm enjoying using my own HN viewer (hackerer.news). I'd like to make an SQL-oriented library so people don't have to settle for JPQL/Hibernate--started but not done/promoted.

A recent stroke of luck was working on a small team building buy-online-pickup-instore for thousands/millions of merchants, that completed just before the pandemic hit.

Re: Ask HN: What is the most impactful thing you've built?

#107
I worked on an ad attribution service for a AAA games company and sold my soul in the process. It was neat maintaining a service that had 130m+ hits a day though, never had to deal with scaling like that since. Even neater was it was just two instances in production. Vertical scaling all the way!

Re: Ask HN: What is the most impactful thing you've built?

#109
post #32

Probably this JavaScript function I posted on my blog in 2003 https://simonwillison.net/2003/Mar/25/getElementsBySelector/

Wow. You were the original querySelector. It's funny how you forget that somebody actually sat down and wrote these things into existence at some point. Thanks!
Post reply on HN