TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

5 pointsby 0x6461188Aover 1 year ago
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 comments

syndicatedjellyover 1 year ago
Anything that lacks a proper debugger or logging mechanism is a PITA to work on
stop50over 1 year ago
the linux kernel parts that do the hardware&#x2F;firmware mitigations.