Live data from Hacker News

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

news.ycombinator.com

261–270 of 759 posts

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

#261
Early in my career at a FAANG, I set out to fix a minor bug in how some labels were displayed in non-Latin scripts and ended up rewriting a small part of the font handling system. Nothing fancy, basically just a hash table lookup.

Ten years later my code lives on in a product used by billions of people, meaning it has been executed trillions of times since, far more than the total sum of all the other code I have written in my career.

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

#262
post #32

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

Hey Simon, thanks for creating Django with Adrian. I was deeply interested in programming from a young age but learning Django in my teens sparked a passion for web development that has yet to feign so many years later! Appreciate all your contributions to this space.

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

#264
I've been lucky in lots of ways on what I have ended up working on. I've worked across the sectors but ultimately working on government services has been the most rewarding, which is far removed from being the most enjoyable.

The most difficult but ultimately rewarding was a system that performed checks on people who wanted to work with children or vulnerable adults. I ended up having ultimate responsibility for this being successful which whilst now I can look back on with some pride, I wouldn't attempt again.

Before that I'd rewritten exam appeal systems and been a key developer in the UKs first online student loan offering. I still meet people 20 years on that have to browse my code when reworking those systems/codebase.

Working for banks pays the bills, and I never do subpar work but not something I look back with fondness on, even though I did my share.

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

#265

A hotel concierge that’s helped 50 million guests during their stay. The goal is to create unforgettable experiences for a billion people! Ivy sends you a text message introducing herself as a virtual concierge when you check in. She answers FAQs in 1 second using NLP and routes anything more complex to the front desk team for resolution in 2-3 minutes. All in one simple text thread, no apps or UI needed. Guests ofte…

That is awesome. Great work.

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

#266
My first job out of college I worked for an international telecommunications company.

The first big project I worked on was to develop a call detail record (CDR) search tool.

This tool was used to help locate a missing family who had been lost in the Nevada wilderness for more than 48 hours: https://www.cnn.com/2013/12/11/us/nevada-family-found-alive/...

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

#267
maybe paid video streaming "one ticket one seat" where one entitlement gets one stream even on a global CDN; tried to take it to realnetworks, they said nobody would pay for video on the internet so i took it to microsoft; we did HBO, Showtime, WWE, together -- turns out people will pay for video on the Internet and various Microsoft tech we collab'd on for 2+ years before release went on to be foundations of online video w/ rights for folks like Netflix

https://news.microsoft.com/2000/02/09/microsoft-unveils-digi...

https://news.microsoft.com/2000/06/12/microsofts-new-digital...

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

#268
I took couple years off coding to build a Kenyan infrastructure engineering firm - we're still going although I've started programming again. The biggest thing we've done is 6.7km of a mountain / lakeside ring road in Homa Bay on Lake Victoria (Kodula village section specifically, the work is visible on satellite). We're actually not completely done with it but watching the community growth from having the paved road reaching completion and improving the accessibility was absolutely incredible. Extremely frustrating sector to work in and difficult to pay yourself a salary even when it's not charity, but sometimes the rewards are awesome. I have a physics background so doing civil / electrical / mechanical stuff is tractable for me beyond programming, then we use the classic PM tooling to make things run ~relatively better than most people doing stuff out there. All Kenyan engineers other than me, lots of smart people who are highly motivated to meet and work with.

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

#269
A warehouse management system of sorts. I spent a long time on the systems passing orders in to take out the human intervention first. On a busy monday the couriers would be collecting at 5pm and the pickers would not have finished the 'next day' orders. A few weeks later it was peak season and they had finished by 9am!

On my last day a picker came over and hugged me and said I had changed their lives. Proudest moment of my career!

It was a bit of Python and SQL and a lot of thought!

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

#270

I took couple years off coding to build a Kenyan infrastructure engineering firm - we're still going although I've started programming again. The biggest thing we've done is 6.7km of a mountain / lakeside ring road in Homa Bay on Lake Victoria (Kodula village section specifically, the work is visible on satellite). We're actually not completely done with it but watching the community growth from having the paved road…

Moving atoms must be 6x10^23 more satisfying than slinging electrons. Kudos to making the leap to building infrastructure for the community.

May I ask what made you take the leap?

Post reply on HN