Live data from Hacker News

Hire me and pay what you want, just give me interesting work

truzzi.me

221–230 of 418 posts

Re: Hire me and pay what you want, just give me interesting work

#222
I'm not primarily a financially motivated person. And I would prefer to spend my time doing something interesting. But in my experience, taking on some one else's projects that are interesting but not well paid has always gone badly.

Positions are usually low paid for one of two reasons: either there isn't a budget for it, or there is but they're being cheap and cutting corners. If there isn't a budget, that's a sign of a failing organization or a bad startup idea, so probably not a job you should take. If they're being cheap, that's a sign that they don't respect or value the people doing the work, which is a huge red flag.

I've taken jobs that were essentially volunteer work because I got to work on projects that were interesting to me. I've also taken jobs that weren't that interesting to me which paid generously. In the end, much of my volunteer work wasn't valued, and seen as disposable. The more highly paid work never got interesting, but having a decent amount of money took off a lot of the financial stress and ultimately made me happier and enabled me to spend more of my free time on things that interested me.

At this point, no matter how interesting, there are only two people I would do underpaid work for: myself, and my grandmother.

Re: Hire me and pay what you want, just give me interesting work

#224

Earlier quoted context omitted.

Many people in my circle are proud of paying off mortgages, so I kind of assumed by default that it is a worthwhile thing. But looking at the numbers I'm not so sure: it seems much better in current market to cash out as much as possible and let that money sit in an index fund. I guess the main issues are some risks with downturns and/or liquidity.

You're right. None of those people account for the time value of money. If I could get an interest only mortgage I would (where I literally pay to rent the money). There are so many better things I can do with a few hundred thousand dollars now. If you have the money to pay off your mortgage, why not buy a second house with it and rent that out? Let someone pay your mortgage while you get the appreciation? Or invest…

I think the part that needs to be factored into your analysis is the volatility/risk aspect. A mortgage may be relatively low ROI but it’s also relatively low risk compared to the market. E.g., maybe somebody has a certain percentage invested into low risk bonds. Maybe it makes sense to pare back some of that and put it towards their mortgage during a period when bonds are being crushed. Neither bonds or the mortgage return will compete with a general index fund in terms of return over a long period of time, but the index fund is in a different (higher) risk category

Re: Hire me and pay what you want, just give me interesting work

#225

Earlier quoted context omitted.

Many people in my circle are proud of paying off mortgages, so I kind of assumed by default that it is a worthwhile thing. But looking at the numbers I'm not so sure: it seems much better in current market to cash out as much as possible and let that money sit in an index fund. I guess the main issues are some risks with downturns and/or liquidity.

You're right. None of those people account for the time value of money. If I could get an interest only mortgage I would (where I literally pay to rent the money). There are so many better things I can do with a few hundred thousand dollars now. If you have the money to pay off your mortgage, why not buy a second house with it and rent that out? Let someone pay your mortgage while you get the appreciation? Or invest…

I think this statement is a bit strong. The price/rent ratio varies greatly between places and times. Around here it's between 30 and 40 years, that makes it very difficult to make money by borrowing to buy a place to rent out.

Re: Hire me and pay what you want, just give me interesting work

#226

Earlier quoted context omitted.

Because no one owes you a job you like? It's great if what you're good at is what others are looking for. But outside of tech and math that's often a rare proposition.

Conversely, we don't owe anyone labor for uninteresting work. I suppose that's the beauty of having the freedom of choice.

You do owe labor in return for money though, unless you're an entitled tech or crypto bro who has grown up in a bubble without any understanding of how the other 99% of people live their lives (by just scraping by).

Re: Hire me and pay what you want, just give me interesting work

#227

Earlier quoted context omitted.

> is doing a bunch of stuff people don't enjoy I enjoy writing documentation and writing tests. To me, writing documentation is like teaching others about the awesome product / features we have built, and also the different technical tradeoff decisions we had to make. I can't grasp the mindset where an engineer builds something really cool that they are proud of, but don't enjoy talking about it / teaching people how…

Explaining how you did the thing that you already did cuts into the time for building the next thing. The difficulty that people wrestle with isn't whether or not documenting something is valuable, but rather whether documenting that thing should cut into their sleep, recreational activity, or The Next Thing.

This had nothing to do with the topic: some people don't want to write documentation.

Re: Hire me and pay what you want, just give me interesting work

#228
post #55

I’ve been on the receiving end of similar requests before. “I’ll work for free or nothing if you let me do what I love under the umbrella of your organization because I love it so much.” I did one or two agreements like this and then stopped altogether. The individual would start their work, others would start to depend on its existence and the individual would leave in a matter or weeks or months because something e…

I'd also suggest people making these requests to try and expand their interests to make themselves more rounded and valuable. For example I'm totally the kind of person that likes to jump from one thing to another cause I like the challenge and I get bored quick otherwise. But instead of jumping ship cause the challenge is gone I try to find a different closely related challenge.

Here's a couple of techniques for anyone looking to do the same:

1. Look at the 'supply chain' of inputs and outputs from your problem area. Are there new inefficiencies somewhere in the stack that you can dig into and solve, and leverage your new knowledge. This could mean a whole new area of things to learn in order to investigate or solve those problems.

2. Never accept the status quo. Every time you're asked to do something else, treat that as an opportunity to find one thing that you can improve in the related systems. Here you'll learn the new system, but you'll also learn how to pick worthwhile areas for improvement.

3. Be reflective and review what you found interesting and what you didn't and dig into the ones you didn't find interesting. Ask yourself why you didn't like things; was it cause it was too difficult to pick up? was it cause you don't like people problems? was it just too big a problem to tackle? Dig in more and ask why again (like the Toyota 5 Whys). Eventually you should be able to find a problem area that you can clearly define and potentially work on to improve.

I realize these 3 techniques won't necessarily lead to 'cool tech problems', but that's kinda the point! If you can get yourself interested in solving related problem areas, you'll find you pick up a lot of useful knowledge and value that you can apply in many other areas you wouldn't have first thought of, all while always jumping between things and not getting bored!

(edit: formatting)

Re: Hire me and pay what you want, just give me interesting work

#230

Earlier quoted context omitted.

People are better at what they enjoy, but I know very few people who enjoy documentation. I have apent most of my career as what the gp would call a hacker. My redeeming quality is probably my love of testing. I despise formal methodologies and processes, and people who fall in love with tools or languages or language features are hard for me to work with.

I don’t understand that general lack of love for writing documentation. It’s a part I like very much in a project: explaining how it works, why some things are done a certain way, the limitations of the software, the possible configuration options... It’s funto write.

I definitely don't begrudge anyone who likes documentation - but we all have different parts of the dev cycle that we like - some folks love to architect solutions and hate implementation because of the fiddly bits and details - other people dislike the stress of having to come up with overarching approaches and get analysis paralysis but when it comes to splatting out the vision into code it's meditative. Still other folks love to break things and enjoy needling edge cases in unit tests (if you find one of these or are one of these - know their value, they are a hot commodity). Then other folks love the teaching/explaining part that comes with documentation.

I think that there is a way we can improve as an industry to let more people specialize into their niches (which would move us closer to a factory/assembly line sort of setup) but right now most developers are artisans that receive some vague ticket and produce code and everything for it as a result.

Post reply on HN