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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What type of programming has the most overwhelming complexity?

5 点作者 0x6461188A超过 1 年前
I was reading a post about figuring out what you are bad at.<p>https:&#x2F;&#x2F;the-ken.com&#x2F;newsletter&#x2F;first-principles&#x2F;what-do-you-choose-to-be-bad-at&#x2F;<p>I feel that I am bad at handling complexity in my head. So I build abstractions to deal with it.<p>However, in most programming domains programmers who can hold complexity in their heads have an advantage. They don’t have to build abstractions or use languages like Lisp or Clojure to solve problems. They can just hack out a solution in a flat abstractionless stream of consciousness.<p>So I want to go to the deeper part of the ocean where the complexity is too overwhelming to be held by human minds.<p>What are some areas you would suggest?

2 条评论

syndicatedjelly超过 1 年前
Anything that lacks a proper debugger or logging mechanism is a PITA to work on
stop50超过 1 年前
the linux kernel parts that do the hardware&#x2F;firmware mitigations.