TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Explain your daily job to your family

7 点作者 orbanlevi超过 2 年前
How would you explain to your family what's your day-to-day job as software engineer / SRE?

5 条评论

BlameKaneda超过 2 年前
<i>Software Engineer:</i> When you open a website, I work on everything that&#x27;s <i>visible</i> on the page. Sometimes I work on what&#x27;s <i>not</i> visible, like with databases, passwords, etc.<p><i>Specific role at job:</i> I work on a user dashboard and profile page. Users can set up X, can see what X they have, and can check the statuses of other things. My team&#x27;s biggest problem is figuring out how to get users to do Y without getting stuck.
nicbou超过 2 年前
I write content that helps people move to Germany. Plain and simple.<p>My last corporate programmer job was harder to describe. I make computers do what people want them to. I turn people&#x27;s needs into software they can use. Concretely, I helped computers read and understand PDF invoices.
enonevets超过 2 年前
My family knows I do work on the computer. That&#x27;s it. We don&#x27;t get into the details.
RALaBarge超过 2 年前
I just tell people that I am a professional computer nerd…they tend to understand that pretty well vs actually telling them what I do daily.
评论 #34104211 未加载
solardev超过 2 年前
I work for a solar company, making a website for our installers that helps them keep track of their customers&#x27; home solar systems. A big installer can have dozens or hundreds of customers, and being able to monitor their status online means they can help homeowners troubleshoot problems remotely, only sending a technician out if they can&#x27;t resolve it online.<p>For me, part of the joy in working downstream of tech proper (i.e., as a techie in a different vertical where software just supports the main business) is that my work is easily understood, and I can see its output immediately. I&#x27;m building the very thing that our users touch every day, not working layers of abstractions &amp; services deep. It has immediate (if small &amp; incremental) impact on our installers, homeowners, the renewables industry as a whole, climate change, etc.<p>On paper I&#x27;m an engineer of some sort, but I don&#x27;t like that title because &quot;web dev&quot; is both more accurate (I never got an engineering license) and less pretentious (I don&#x27;t have to make the kinds of hard decisions that real engineers and architects make, and my mistakes are easily fixed with a push and nobody dies). I&#x27;ve been more or less doing the same job since the late 90s; back then it was called &quot;web design&quot; (UX hadn&#x27;t come into its own as a field&#x2F;title quite yet) and now it&#x27;s &quot;front end,&quot; but it&#x27;s still the same thing: Using HTML&#x2F;Perl&#x2F;ColdFusion&#x2F;ASP&#x2F;PHP&#x2F;JS&#x2F;CSS&#x2F;XSLT&#x2F;jQuery&#x2F;Angular&#x2F;React&#x2F;Next to move text and images around on a document, with a light design &amp; usability pass. I&#x27;m basically the digital equivalent of a business brochure designer. The tools may change over time, but the job is still the same.<p>Compared to other software engineers &amp; architects, I think my job is very straightforward and simple. Web apps are still more markup than algorithm, with just a sprinkling of business logic and UI interactions on top. But I love my job. It lets me harness the power of technology towards a predefined goal, instead of iterating the technology itself (the good folks at Next and React do that on my behalf). Instead, I get to rapidly prototype a vision of some feature or screen and have it come to life in minutes and hours. The instant gratification is nice. My code is really just a means of realizing a design, and writing actual lines of code is maybe only 30% of my day to day work, the rest being design (of all sorts... UI&#x2F;UX, product, graphics, type) and planning and way too many meetings.<p>But if it were up to me, my job would be automated away in 5-10 years&#x27; time... sketch something out on paper or Figma, show it to an AI, and have an interactive website created and hosted in a few minutes. That&#x27;d be cool, even though I&#x27;d be unemployed. In that case I&#x27;d love to change careers and do something as far away from the screen as possible.