Live data from Hacker News

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

news.ycombinator.com

641–650 of 759 posts

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

#641
A few years ago I had an idea to make developing web easter eggs easier while sitting in the audience of a conference talk. I coded it and submitted it to Hacker News before the talk was over…and it made the home page!

https://mikeflynn.github.io/egg.js/

Egg.js is still the most popular public project on my GitHub page.

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

#642
post #324

Let's Encrypt (along with the coauthors of https://abetterinternet.net/documents/letsencryptCCS2019.pdf and many other contributors). Now the world's largest public certificate authority!

You win. I'm only the co-founder of Digitalocean. I tip my hat to one of the giants we all stand on the shoulders of.

The Let's Encrypt team was a large group effort across three organizations, plus a fourth organization that was spun off to develop and run it, and I in turn tip my hat to all of my colleagues. :-)

(Including Peter Eckersley https://en.wikipedia.org/wiki/Peter_Eckersley_(computer_scie... who passed away earlier this fall at just 43.)

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

#643
post #299

The Windows Terminal. It was a long journey to get the console code fairly modernized and maintainable. Another long journey to build a whole new application that could be compatible with the old. And years now of iterating of that original prototype, out in the open. It's not a perfect application, by any means. But the bar was _so_ low, that I can't help but think of how much we've helped users just over the last f…

I absolutely love Windows Terminal! Thank you so much for everything that you have done! I love being able to assign shortcuts to things like an SSH console.

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

#644
I guess it is too soon to say impact-wise one way or another, but I'm the author of libavif (and the avifenc/avifdec tools), which is the reference library for AVIF. I helped it get integrated into Chrome* and I worked with the author of the AVIF layer for Firefox too (it does not use libavif). I've been taking a more advisory/administrative role in the library's development over the last year, but it is basically my brainchild (for better or worse; just the library, not the standard). The folks that have contributed many changes over the last year are some really smart folks and I look forward to seeing where the library goes. I've also put a bunch of work into our HDR rendering pipeline and analysis tools at my current job, which doesn't necessarily have public impact, but mattered/matters a lot to a few teams at work.

* Before anyone asks, I was not involved in any of the recent JPEG-XL removal choices happening over at Google (I don't work there). I was as surprised as everyone else was. I'll admit I haven't given JPEG-XL as much of a R&D spin as I should, but it seems like it has a lot of cool features and if people prefer it to AVIF, game on. I'm proud of the library, but I'd rather people used their preferred format in any avenue and not be locked into something they dislike. I'd certainly rather that any technology succeed or fail on its own merits than any other possible reason.

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

#645

Earlier quoted context omitted.

Being an extensive ingress player, i'm quite surprised at this considering this should have been ingress code to begin with. Did pogo not share much code with ingress, just the dataset?

There was very little code shared on the backend. Ingress was appengine talking to custom clients via JSON, PGO was GCE/GKE talking to Unity clients via protobufs. Almost everything on the backend was written specifically for PGO because the Ingress codebase just couldn't scale, at least not cost-efficiently, to the number of users. Also, Ingress is all about controlling areas of the map, while PGO was mostly based o…

That's interesting! My friends who were avid Ingress players totally repeated the story that at least the geospatial data was somehow reused directly (to generate points of interest automatically based on places that figured into Ingress gameplay). It would be interesting to hear to what extent that was a misconception.

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

#646

I started an airplane turbulence forecasting website for nervous travelers back in 2005 (think - will it be bumpy when I take my flight from Chicago to New York tomorrow?). It started by repackaging government turbulence maps in an easy to use manner, and has evolved into a service where I handwrite forecasts of turbulence for your flight, and now offering automated turbulence forecasts. It has been used by employees…

That's wonderful! How accurate are the forecasts overall?

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

#647

I built the first "post-play" experience for Netflix. It made it so that Netflix would automatically start playing the next episode of the show you are watching after a 15 second count down. We built it in the Silverlight player on the web because it was the fastest way to A/B test new features at the time. Before post-play, you had to open the episode menu and click on the next episode to play it. We didn't want to…

I wonder how much bandwidth this is wasting.

Why not just have a next episode button without auto playing the next episode? Make the autoplay optional and not the default.

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

#648

I'm not in hi-tech or engineering. In fact, I'm a photographer who has made a living in the this field starting in 1989. This forum is a wonderful resource for me, so I thought I would mention my particular contribution to the world as I contemplate retirement. I've traveled North America photographing native bats. This was born from an obsession with documenting creatures that are not easily observed (this goes far…

Congratulations on working at what you love.

I love bats. As you may know, two species of bat are the only mammals native to New Zealand, where I live. I hope to see one one day!

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

#650
Greybeard with 26 years in the industry. Sorted in decreasing order of impact:

[1] Back in 2006, created a web scraper with .Net framework and C# that helped my wife run a home-based scraping business for 2 years. There were no tools / libraries / frameworks for spidering / scraping back then - or at least I wasnt aware of them. Helped her have a replacement income since she had quit her job for maternity. She of course enhanced it and made it better. Was fun while we were the early ones in it.

[2] SAP's Community Network in 2002: Supports a million users today, started with a much smaller user base of 10k, implemented it from scratch as a Java MVC web-app with another colleague.

[3] Amazon Ads in 2015: Contextual commerce ads in review websites and blogs, this single product drove (and still continues to drive) multi-hundred million dollars in incremental revenue for AMZN every year. HN doesnt like the Advertising business, but hey.

Post reply on HN