Live data from Hacker News

Ask HN: What is the most surprising technical skill you possess?

news.ycombinator.com

1–10 of 37 posts

Ask HN: What is the most surprising technical skill you possess?

#1
I'm hoping to get responses from a programmer's perspective.

The emphasis here is on practical usage/benefit (productivity, efficiency, simplicity, etc.).

By surprising, I mean what has shown you the greatest returns, though it was not an emphasis in a curriculum or hiring.

For example, something you learned when you were 12 you found not many people understand or use, but has served great productivity. Or it could be something that everyone knows, but doesn't use because of a trend, or some other reason.

It could be a language or a tool, just something technical that you never realized would be so useful.

Re: Ask HN: What is the most surprising technical skill you possess?

#3
post #2

Empathy. It seems to be the basis for the small degree of mechanical sympathy I have because it makes me stop and think, 'why does someone else think this is the right way of doing things?'. Good luck.

I had something else in mind, but this certainly qualifies, and there is tremendous value for you, and "the greater good," in actively asking yourself that question. It adds perspective to the discussion as well. Thank you for the input.

Re: Ask HN: What is the most surprising technical skill you possess?

#5
Rocket Science

https://www.youtube.com/watch?v=cpYoQfhk37s

God says... ping condescending takeover formlessness enshrouds tildes Americanization's Canaries doxology solution growl Sahara clavicle's sustenance's tensed skill handstand consigned katydid's sealskin's fricassee's Styx's itemize telexing nonflammable wryness wrists topside shouldn't cajolery's curlycue muskrats

Re: Ask HN: What is the most surprising technical skill you possess?

#6
Laziness - though of course when hiring you would bill it as efficiency or "expertise in software automation". A PhD taught me that often the best way to do things is the way that lets you press one button and have everything else happen automatically.

Mostly it's to make life easier, particularly when 2 months down the line you need to make a subtle code change and reprocess huge volumes of data. Being able to start a script and go to bed, rather than continually change the inputs, is a godsend.

I think this is likely a side effect of the "smart but lazy" geek trope, except actually taking advantage of it rather than procrastinating.

Re: Ask HN: What is the most surprising technical skill you possess?

#7
Knowing how to use Google really well so I can find answers to bugs, tutorials, code snippets, etc. Learned the importance of this from a wise older Chinese programmer at my first job ever, an internship: "I don't really know how to code anything, I just copy it from Google."

Re: Ask HN: What is the most surprising technical skill you possess?

#8
post #2

Empathy. It seems to be the basis for the small degree of mechanical sympathy I have because it makes me stop and think, 'why does someone else think this is the right way of doing things?'. Good luck.

I had something else in mind, but this certainly qualifies, and there is tremendous value for you, and "the greater good," in actively asking yourself that question. It adds perspective to the discussion as well. Thank you for the input.

[deleted]

Re: Ask HN: What is the most surprising technical skill you possess?

#9

Knowing how to use Google really well so I can find answers to bugs, tutorials, code snippets, etc. Learned the importance of this from a wise older Chinese programmer at my first job ever, an internship: "I don't really know how to code anything, I just copy it from Google."

I agree that being able to search effectively for information is an important skill - I do it quite a bit. But if someone doesn't really know how to code anything, doesn't that imply that they don't really understand how anything really works? And if you don't understand how something works, how can you fix it when something inevitably goes wrong?

Re: Ask HN: What is the most surprising technical skill you possess?

#10
The ability to use Emacs with a decent degree of proficiency. I find its text navigation abilities beyond compare. This is huge for me since I write software and and the creation of software generally involves a lot of text manipulation. This is perhaps less of an edge now that other IDEs are better at autocomplete and jumping around the code than they were when I started learning Emacs.

On the other hand, the fact that I can write Windows applications, compile them using Microsoft's compiler, launch them, and follow their log files all within Emacs is wonderful.

So between the keybindings, 3rd party packages, and flexibility it not only makes me more productive but also helps me have more fun and stave off burnout.

(EDIT: Readability)

Post reply on HN