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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Non-web developers, what do you do?

17 点作者 perdid0超过 4 年前
People who are developers&#x2F;software engineers but don&#x27;t work in web development, if you don&#x27;t mind me asking, what do you do?<p>I&#x27;m tired of developing web applications and of browsing through a whole bunch of job postings which all boil down to some combination of required language(s), some web framework, REST API, and one of the clouds.<p>Is that where most of writing code is now? Is there any hope for something else?

14 条评论

khadgar25超过 4 年前
I do scientific computing i.e. solve partial differential equations that arise in engineering using C&#x2F;C++&#x2F;CUDA&#x2F;OpenCL with some Python&#x2F;Matlab interfaces for non-specialist scientists to use.
评论 #24738645 未加载
2rsf超过 4 年前
Test automation can contain as much code as the product itself, and many times is as complicated or even more.<p>Think about distributed testing of multi user applications, ML analysis of test results, producing the big data for big data systems etc.<p>Test automation also interfaces with many related fields like DevOps and security.<p>The bonus in being a test automator is that usually you get complete freedom to implement things the way you want and usually your budget and resources are huge.
AnimalMuppet超过 4 年前
I work in embedded systems. It&#x27;s a smaller area, I&#x27;d guess maybe 5-10% of software engineering, but it&#x27;s not going to go away any time soon. It also is much less focused on &quot;frameworks&quot; and APIs.<p>It&#x27;s a lot of C++ on Linux these days. Harder-real-time stuff is more likely C or C++ on vxWorks or some similar RTOS.
评论 #24758544 未加载
评论 #24737003 未加载
a_lifters_life超过 4 年前
I&#x27;ve moved successfully to application security from software dev - primarily breaking apps now and helping devs more securely (re)write apps
评论 #24745072 未加载
dyingkneepad超过 4 年前
I do low-level operating-system C programming. There is some C++, and lots of scripting in Bash, some in Python. Also lots of Math is involved in what I specifically do.<p>I kinda daydream in laterally switching to working on Security and cryptography, maybe one day I&#x27;ll pull some strings and try that. Or do some programming that helps Physics people better understand the universe. But I don&#x27;t want a salary downgrade.
评论 #24738619 未加载
评论 #24756835 未加载
jugjug超过 4 年前
I develop a system to monitor energy production of solar panels. Before I helped build a system to manage large number of EV charge points. There is some web frontend, but most of the work is in the IoT communication, scaling, and insights into many kinds of malfunctions.
recov超过 4 年前
Data engineering. I do backend&#x2F;web things in my free time which I find more more but I would hate to do it for a job full time. DE lets me play around with large datasets with massive machines I normally wouldn&#x27;t be able to.
评论 #24735314 未加载
juangburgos超过 4 年前
Industrial software, at the SCADA level. Basically &quot;industrial IOT&quot; (aka indistry 4.0). Moving data from one place to another. Historial data, events, alarms, reports, human-machine interfaces (aka GUIs). Mostly C and C++. C++ really puts all together, just use C because most industrial network protocol libraries are implemeted in C.
danbolt超过 4 年前
I work in the video games industry. In a big-budget context, I have an interest in intersecting designer-focused scripting languages with C++ codebases.
nocubicles超过 4 年前
Developing ERP (Enterprise resource planning) systems. They mostly run with web user interfaces but you actually never work with Javascript&#x2F;Html. Instead you write code in domain specific language.
birdiesanders超过 4 年前
DevOps I would say, mostly lots of kubernetes work, and building various services to help us maintain them.
pknerd超过 4 年前
I was&#x2F;am a web dev but mostly use python for ETL and web scraping.
codingslave超过 4 年前
Real time event orchestration, eventual consistency in complex systems
heapslip超过 4 年前
Real programming I guess. Wouldn&#x27;t know.