Earlier quoted context omitted.
No, I haven't been working in the last ten years. For seven years I have been mostly traveling and drifting, mostly in SE Asia. Long story. You need way, way less money then you think you do but the expectations adjustment process on the mental level is very slow. But of course it is good to have some savings.
I have lived in SE Asia for about seven years. In case anyone is curious, I've been able to live well on about $6000-8000 a year. I certainly eat like a king, since fruits and vegetables are amazingly cheap here. Otherwise my hobbies are inexpensive, e.g. exercise and sports, writing software for personal projects, making digital art, etc. It's not for everyone, but I would have really struggled on a more conventiona…
Ask HN: Why did you leave the tech industry?
401–410 of 496 posts
Re: Ask HN: Why did you leave the tech industry?
#402Earlier quoted context omitted.
May I ask what the specialized role is? Management? Sales Engineer? Business analyst? Data science?
I did independent consulting for a while and currently back with a larger company in a roving architect/advisor role so it is similar to consulting. It is nice in that I get to work with all the engineering teams but I greatly miss owning a product and doing hands-on development.
Re: Ask HN: Why did you leave the tech industry?
#403I stated my career early - while I was still in high school. I went from bagging groceries and doing checkouts at a grocery store to programming for a local company my senior year of high school. I continued doing this for my first couple years of college. But then dot-bomb happened and it looked like the party was over. I looked down at the job opportunities after graduation. I didn't really want to spend the rest o…
Like most people here, I developed myopia fairly soon after starting a cubicle job, and I can’t even see the stars anymore. It’s just a memory now. Even with glasses it’s not the same. Whether staring at a acreen was the cause, or just the thing I wasted it on, it’s gone.
Re: Ask HN: Why did you leave the tech industry?
#404Earlier quoted context omitted.
Are you a lawyer or are there jobs that you find stimulating without the overhead of getting accredited/years of school?
I'm a lawyer, but talented paralegals (typically just a college degree) can do very well. Especially ones who can master ediscovery - the production of documents stored electronically.
Re: Ask HN: Why did you leave the tech industry?
#405Earlier quoted context omitted.
> I honestly believe that if the nerds told them to fuck off and started spending their time working on things they think are relevant, the world would become much better quickly. This won't happen, I know. Most of the "creative nerds" I have encountered in this industry are arrogant, have grandiose beliefs about their own intelligence and have zero empathy for anybody who is not exactly like them. I don't think thin…
+1 for this. The "business" folk might be filling your day to day with features that only improve conversion rates which is soul draining, of course, but nothing feels worse than working on something interesting surrounded by these wannabe wozniak "nerds" that instill this unspoken aura of "youre too dumb to be in the room with me." THOSE are the people that i hate the most in this industry.
Had a coworker say to a client, "I could explain it you but you're not smart enough to understand it."
Absolutly ridiculous and toxic individual.
Re: Ask HN: Why did you leave the tech industry?
#406I previously worked in cyber security. Great job as a PM for a start up in the space. Great industry, for the most part. I loved the tech. But it just got boring. At the same time I was running an environmentally focused project on the side that I really enjoyed and was starting to take off commercially. One day I just decided to jump into it full-time. Now I must stress, I am incredibly fortunate 30 year old, no mas…
Re: Ask HN: Why did you leave the tech industry?
#407Re: Ask HN: Why did you leave the tech industry?
#408Earlier quoted context omitted.
Find your way into Industrial Electrical work if you can. You get a strong mix of tech and electrical, moreso than Residential, can't really say the comparison to Commercial work though... My company (Automation & controls) is partnered with electricians for all the jobs we bid on. Having electricians that know wiring for specialized bus networks, how to do basic troubleshooting on control circuits and all that is am…
I recently became kinda intrigued by PLCs and even consider buying one just to play with it (idk maybe it's the novelty of it) and the various programming languages for them and how they can be so different. What kind of education do you need to work on this kind of stuff?
The programming languages are all defined in IEC 61131-3, and you can more or less use them interchangeably. You can use structured text for (clunky) text-based programming, ladder logic if you want to feel like an electrician in the 70s, or functional block diagrams if you like flowcharts. They each have pros and cons, and being able to use the different languages (with different paradigms) in a single application is one of the more interesting things about PLC programming. There are probably good textbooks for this, but I don't know of any.
PLC programs execute in a constant loop (scan inputs, execute program, set outputs), so basic programming problems (e.g. delaying execution of some function) often require some re-thinking on PLCs. Having a basic understanding of how a PLC actually executes your code is pretty critical. Again, there are probably textbooks for this, but if you buy a physical PLC, its datasheet might also explain this.
You'll need to connect the PLC to some hardware for it to do anything meaningful, so having a basic knowledge of electronics would be useful. If it's just a hobby, you probably wouldn't need to know any more than you would if you were working with an Arduino.
There aren't that many major PLC vendors, so to get started, you could by an entry-level PLC from one of the big players (e.g. Allen-Bradley Micro800 series). Admittedly, I haven't looked at PLC options in 5+ years so there might be better options these days. Unfortunately, PLCs are pretty pricey, and even a small one will probably set you back a few hundred bucks. There are probably simulators available if you're just curious about PLC programming languages, but I don't have any experience there.
Re: Ask HN: Why did you leave the tech industry?
#409Earlier quoted context omitted.
> I was spending more time wrestling with package managers, version conflicts, obtuse configuration files, pointless deadlines, egotistical colleagues, and almost zero time solving interesting problems on products that I care about. That squares with my experience of software development. It's like being a furniture maker but spending 80% of your time fixing your goddamn hammer because it keeps breaking and no better…
My attraction to tech is the certainty of digital. In a messy analogue world, it provides a semblance of predictability. But my PC has recently started crashing for no obvious reason. The analogue has crept into the digital. Every error message is different. Parts work when tested in isolation. The whole is less than the sum of the parts. It's really quite annoying, and I'm enjoying walks in the park more these days…
Re: Ask HN: Why did you leave the tech industry?
#410Earlier quoted context omitted.
> I was spending more time wrestling with package managers, version conflicts, obtuse configuration files, pointless deadlines, egotistical colleagues, and almost zero time solving interesting problems on products that I care about. That squares with my experience of software development. It's like being a furniture maker but spending 80% of your time fixing your goddamn hammer because it keeps breaking and no better…
And when you're doing woodworking and has to do some repetitive task you make a jig or a template for your router. This is something that you're supposed to know on the first day after you finish apprenticeship. In the modern tech industry you need authorization from your product owner/manager and engineering manager just to build a new tool or abstraction to automate or speed up your own job, because god forbid you…