Live data from Hacker News

Ask HN: What has been your most rewarding job or project and why?

news.ycombinator.com

61–70 of 265 posts

Re: Ask HN: What has been your most rewarding job or project and why?

#62

I work at a university and most of the time I am either doing research or teaching, but once in a while I get a call from a medical school or hospital asking if I can volunteer programming time for a project. I wrote some very simple code about 15 years ago to generate some charts so that care teams at hospitals across the country can see how they are doing compared to teams at other centers. The charts had a very st…

It's inspiring to see how a fairly simple solution can have such an impact. That is why it's so exciting to work as a developer, but on the other hand, lack of real human interactions can also be really devastating after a while.

Anyhow, really inspiring story and great job!

Re: Ask HN: What has been your most rewarding job or project and why?

#63
I am currently working on a side project that aims to provide the defunct on-line / multiplayer functionality for an old game.

The positive feedback and joy I get back from the community, is really awesome :)

Also fiddeling with unknown file Formats and stuff, reveres engineering and re implementing defunct stuff is great fun :D

Re: Ask HN: What has been your most rewarding job or project and why?

#64
post #53

I live in New York running my own wholesale business that doesnt consume a lot of time, makes decent money and has very little headache but I can say the most mentally (and financially) rewarding part was driving through places like western washington state, oregon, alabama and southern georgia to visit local shopping malls to see if any of the store owners would like to start purchasing from me. Just buying a ticket…

I've had to do something similar for an eCommerce business (my wife runs an online toystore). 100% agree having a reason to go to places you would otherwise never go to is amazing. The random connections/experiences has changed me into a better person and are incredibly rewarding.

Having written this I think the take away is you don't necessarily need a reason to go places- just go!

Re: Ask HN: What has been your most rewarding job or project and why?

#65
Security auditor in 2009/2010. In that job I was traveling the countryside of Afghanistan and visited the major US Army bases to provide information security assessments and write reports. I got to see some of the exotic landscape and talk to many different interesting people. I also got to go on flying adventures that aren't allowed by passenger carriers in the US. This was incredibly rewarding for the reasons not related to the technical qualities of the job.

At the end of my tour I read the ISC2 course book for the CISSP and passed the test on the first attempt. So now I just tell people to read the book and take the test from a management perspective and people look at me like I am crazy, because the test is so hard.

My most rewarding job for purely the software angle was being the A/B test engineer at Travelocity from 2010 to 2012. I learned to master walking the DOM. Some of our tests were extremely ambitious to the point of wildly defacing large areas of complex pages on the site. Your code had to be defect free and execute before the regular areas of the page displayed to the user. Some of our experiments comprised multiple various pages and required altering the browser history and moving people around the site in non-standard ways.

I learned to master my JavaScript browser interaction skills doing this job. You could not wait for framework or library code like jQuery, because it loaded too slowly and would bias the experiment. You simply had to learn to do the job against the actual web technologies. You also had to learn to execute quickly, because there were always more experiments demanding attention than we could ever get to which means potential lost revenue. It was always challenging and always rewarding. This job is what elevated me to a senior developer.

Re: Ask HN: What has been your most rewarding job or project and why?

#66
The most fulfilling project I've worked on: SimulaVR (a 3D Linux window manager meant to eventually run on standalone VR/AR headsets).

https://github.com/SimulaVR/Simula

The development has been slow and winding, but the possibility of a successful outcome makes the work very fulfilling. In addition, the other people working on Simula are not only extremely smart, but very open-minded about all sorts of interesting technologies (functional programming, AR/VR, BCIs, etc). The project itself sits at the intersection of lots of things bleeding edge in open-source: Godot, Wayland, Haskell, etc.

Re: Ask HN: What has been your most rewarding job or project and why?

#69
post #2

Not quite startup or hobby project material, but some of the most gratifying work is making non-critical, easy to implement changes in your business's workflow! Sometimes users will have minor (or major) issues with the way a tool works - database takes 30 seconds to retrieve a certain type of information, there's no clear path from point A to point B in a frequently used business tool, certain jobs take 2x as long a…

I would contend those fixes -do- add to the bottom line.

Making a user's job take less time frees them to do other things. Those other things may have value; that value is only captured because of the time saved due to your effort.

Even if that time becomes effectively 'free' time for the user, that increase in happiness and morale makes them more likely to be more productive in other areas, less likely to leave the company (however small an effect), etc.

Don't dismiss something that makes someone's life easier as having no monetary value just because you can't easily quantify it.

Re: Ask HN: What has been your most rewarding job or project and why?

#70
Once, I did a small change on a security software, including a new feature, then I went to update servers in loco, on our clients office.

I went there, and the people of security (my users), once they discovered why I was there, they got very very happy, their eyes were brightening, and started to make calls to their colleagues to tell the great news.

The feature I included on that version was very easy, did not took more than 2 hours to me to develop, but for them, it had a great value.

That day was the first time I remember that I was doing a meaningful work, literally my software was improving people lives.

Post reply on HN