Ask HN: What has been your most rewarding job or project and why?
61–70 of 265 posts
Re: Ask HN: What has been your most rewarding job or project and why?
#62I 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…
Anyhow, really inspiring story and great job!
Re: Ask HN: What has been your most rewarding job or project and why?
#63The 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?
#64I 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…
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?
#65At 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?
#66https://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?
#67Re: Ask HN: What has been your most rewarding job or project and why?
#68Re: Ask HN: What has been your most rewarding job or project and why?
#69Not 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…
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?
#70I 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.