Live data from Hacker News

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

news.ycombinator.com

121–130 of 265 posts

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

#121
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…

Sounds theoretical. Salary is fixed and if there’s a supply of alternative workers and resource scarcity mentality then allowing employees free time makes them more valuable to and easier to engage by competitors. Qualatative arguments go out the window when the shoe strings tighten in my experience.

My ideals agree and I’ve banged my head trying to maintain boundaries with my managers, now 5 jobs in. Experience is with VC in Bay Area... work life in Minneapolis was pretty chill tho, 2 longer jobs there with good people.

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

#122
For me it would be a small tool I made called easy Gmail scheduler (https://github.com/RayBB/easy-gmail-scheduler). In retrospect it wasn't that complicated but it was my first fully completed project. When others started making pull requests I knew that I had made something that was actually useful to people and that was exciting for me!

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

#123
I've spent the last four years helping produce a IMAX/Giant Screen film featuring 7.5 million images from Cassini, Hubble, and SDSS with no CGI/VFX.

http://insaturnsrings.com/

I spent most of that time writing the software that downloaded images from the Sloan Digital Sky Survey, located the galaxies in them, cut them out, and placed them with the correct location & scale in the animation software. The best part for me has been getting to work on a project I really believed in, even though I had absolutely no experience with films or astronomical imaging. I just jumped into the deep end and had to learn as I went.

Writing code that puts things on a 6 story tall movie screen is such a different experience than pushing code to an app server to serve up banking apps. Hopefully the work I did here will go on to inspire someone else to have the same love for space that I do.

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

#124
Before I answer the question: My most fun job was when I tried starting a company. Unfortunately, the company was a disaster and I never made any money. Thus, it wasn't fullfilling.

My most fulfilling / rewarding job is my current. I'm the desktop client architect for Syncplicity. We do enterprise grade file synchronization.

In 2011, I went looking for a good alternative to Dropbox and I found the industry, as a whole, immature. I decided the only way I'd use such a product was if I worked on the product itself, this way I could personally fix the kinds of bugs that I anticipated such a product would have.

There were ups and downs, but life is never perfect. Overall, I genuinely enjoy working on the product, and the people I work with are great. I've been able to find new challenges within the role, both technical and social. Unlike when I ran a startup, I'm actually getting paid!

IMO, my advice is: find a kind of product that you want to use, but where the product space is very immature. Join a company (or start a company) where you can make a tangible impact on the product itself so that it suits your needs.

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

#125
The formula for me seems to be: high impact combined with how ingenious I personally judge the project that be. I guess I want to be a wizard, casting benevolent spells for a grateful public.

I’ve been lucky enough to have been paid to write open source code on multiple occasions. That’s a great shortcut to having a big impact on the world. The best stuff I ever did was something other engineers told me was impossible - but I did it and it was good enough that other people went and built businesses around it. Or, in one case, a project that my manager told me I was doing too much for became the foundation for an entire community’s work.

However, probably the best for me was an algorithmic art project in the early days of social media. I was in between jobs and when I had the idea, I barely slept for a week. The code was terrible although the idea was interesting. Once the work was released, it was a modest sensation, and people were talking about it around the globe. One commenter even said it made her cry. I am still enough of an engineer that I had this “NAILED IT” moment. I remember looking at clubgoers on a Friday night, people I’d normally have felt irritated with/envious of, and thinking they had no idea how to really have fun.

Lately though, I’ve found a slightly different source of satisfaction. In my last job, I started to manage some people and found it extremely satisfying to help people with their careers, particularly young engineers. I also led projects to reduce hiring bias.

(You might notice that few of these high satisfaction projects had to do with how much money I was paid or whether it was something my manager wanted me to do. Still looking to square that circle.)

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

#126
I have been working for a non-profit in the health sector for 12 years now and only occasionally do gigs in enterprisey environments for serious money.

For me, going to bed each night, knowing lifes have been saved, has been enough reward. That and the fact that my work is 100% remote - I am writing this with a scotch in front of me at a North African beach ;)

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

#127
In my experience, consulting work of about ~ 1 year duration has been the most fulfilling project I have ever worked. It's not that I did not enjoy doing my own startup, but you have to give too much of your personal time and energy.

I had the opportunity to work with one of the government agencies, where I joined as a Lead Consultant and had to curve out the architecture, technology stacks, write boilerplate codes as platform, hired 2 Developers, work with the client to develop mockup, convert business into technical requirements, do hands-on development, make presentation to the clients for each iteration, rollout product, give training to end users and finally give credit to the team to have accomplished all these.

So, essentially it's like building a product but you will be doing all these while someone is paying you and without having to go through the financial stress. I have found this to be a great advantage over the startup.

I often envy the life of high end consulting hands-on architect who go to conferences for training, speaking, write Proof of Concept projects on new architectures/technologies, write books for various publishers and I am sure they must be earning more than any startup including equity!

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

#128
Stack window manager (https://losttech.software/stack.html) - which I launched on HN about a year ago.

I've always wanted to have a customizable tiling window manager for Windows, but the ones I found were outdated and did not cover all needs. I used to install GridMove the first thing on any new Windows installation, until it started failing me due to lack of HiDPI support.

I had some experience with WPF and XAML, which is a .NET's layout language. It is very flexible. Grids, lists, stacks, expandable containers, input driven animations, two-way data bindings - you name it. Also, many Windows-based desktop developers are already familiar with XAML. So it became the natural choice for my window manager's layout definition language. I just added grouping windows into tabs, and autostacking to the latest version.

The reason I mention it here is that I receive a lot of very positive feedback about it from various people. I've got some really inspiring mail (totally unexpected). One person even excused himself for not speaking my native language - so he could have expressed his happiness about the new superpower to tidy his desktop better.

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

#129
I really enjoyed organising non-profit bike expeditions (Berlin to Copenhagen and Copenhagen to Oslo) to help people take the first step out of their comfort zone. Planning to do more of this.

IT-wise, I stopped contract work and built TravelMap. It's not going to save the world but I find it really fulfilling. https://travelmap.net/blog/travelmap-story

Post reply on HN