Live data from Hacker News

What's something difficult programmers make look easy?

tomaszs2.medium.com

71–76 of 76 posts

Re: What's something difficult programmers make look easy?

#71

Earlier quoted context omitted.

This. I feel fortunate that I didn't start out in tech - I didn't become a programmer until I was 30. I'd been working since I was 15 or so, so I'd had about 15 years of experience in various industries. I think a lot of devs who go into comp-sci and land into tech right after college have very little understanding of how hard life can be outside of tech. This isn't an easy industry, but goddamn it's so much better t…

Reminds me of the recurring conversation on HN about how people should stop driving cars and just walk everywhere. It's like, yeah, in an ideal world, all 8+ billion humans could pick up craft coffee as they stroll 5 minutes to their big tech employer who doesn't actually care when they show up. There's legitimate criticisms for how cities have been designed, but going further by vilifying car owners in the present a…

What do you think about public transport vs. personal cars?

Re: What's something difficult programmers make look easy?

#72

I would argue that difficult programmers don't make anything look easy.

Shouldn’t there be a "that" between "difficult" and "programmers" in the title to make parsing less ambiguous? I’m not sure if adding it would be grammatically correct

(Non native speaker)

Re: What's something difficult programmers make look easy?

#73
post #71

Earlier quoted context omitted.

Reminds me of the recurring conversation on HN about how people should stop driving cars and just walk everywhere. It's like, yeah, in an ideal world, all 8+ billion humans could pick up craft coffee as they stroll 5 minutes to their big tech employer who doesn't actually care when they show up. There's legitimate criticisms for how cities have been designed, but going further by vilifying car owners in the present a…

What do you think about public transport vs. personal cars?

[deleted]

Re: What's something difficult programmers make look easy?

#74
Debugging. It takes hours to pinpoint exact cause of anything more complex than a toy program, especially when the bug requires a combination of factors to manifest. In most situations its much harder to debug code that you didn't write, but it appears as if debugging is "easy" because people do it on their own code.

Bonus(appear easy to do, but are actually hard): Micro-optimizations that target a specific platform: a combination of CPU-compiler-OS factors.

Porting software: There are tons of subtle unportable things and assumptions that hide under the surface.

Rewriting X in Y:lots of footgun and like inexact translation in natural languages can cause subtle bugs.

Makefiles and shell scripts: they look so simple, but try debugging a moderately complex makefile or shell scripts. Bash is especially sinister example.

Anything that talks to a closed/blackbox API or close-source library: the dependence on code that you can't debug in general.

Maintaining software in general as it grows in complexity.

Re: What's something difficult programmers make look easy?

#75
post #72

I would argue that difficult programmers don't make anything look easy.

Shouldn’t there be a "that" between "difficult" and "programmers" in the title to make parsing less ambiguous? I’m not sure if adding it would be grammatically correct (Non native speaker)

Yes. Or at the very least a comma in the same location.

Re: What's something difficult programmers make look easy?

#76
post #58

Can I say how much I hate Medium these days? Remember when it didn't suck and was doing such a good job of not sucking that all sorts of very serious people created Medium accounts to start blogging? What the hell happened, Medium? I started reading this story, got about halfway down, and the story stopped and I got this big centered H2 reading "Create an account to read the full story." Fine, I want to read the rest…

The article is available for free. Just use the link at the top. It's not paywalled

My friend, this is a paywall: https://imgur.com/a/8t36SKt
Post reply on HN