wes-exp's comments

wes-exp | 10 years ago | on: Learn to Code, It's Harder Than You Think

It sounds like what you're describing is not figuring out at a high level what to do, but formalizing that into low-level instructions for a computer. This goes exactly to my point. What I meant by "algorithm design" is strategy selection, which I want to be careful to separate from strategy formalization for a computer. It is the latter that I think laypeople struggle with the most, however, the fascination with algorithms often drives attention to the former. For example, it's easy to be impressed by the cleverness of binary search, but it's actually relatively straightforward to understand as a high-level concept. The harder thing for a layperson is to formalize binary search into a working set of computer steps. I think there is a certain cognitive bias at play, where the formality of fine detail seems lowly and menial, so we want to skip over it, in spite of the fact that it's actually the biggest hurdle for most people to overcome.

wes-exp | 10 years ago | on: Learn to Code, It's Harder Than You Think

The ill-conceived notion that parents giving children procedural instructions is somehow like programming brings me to a question for you as a teacher.

I've noticed that the industry really prides itself on algorithms and this is commonly reflected in interviews.

However, it seems to me that merely discussing algorithms, however clever they might be, is actually an intuitive human activity not unlike the example of the parent verbalizing procedural instructions to their child. Therefore, I would argue that algorithm design, though clearly an intellectual challenge in its own right, does not target the essential part that makes programming hard and inaccessible to so many people. (Disclaimer: a high-level algorithm discussion is usually followed by whiteboard coding, which I'm ignoring in this critique as a separate kind of activity).

Do you agree with this claim that algorithm design is not actually the thing that makes programming so difficult for laypeople? Can you give your take on what does make programming hard or what students struggle with the most?

wes-exp | 10 years ago | on: Confessions of a Right-Wing Liberal (1968)

> And this meant that the great danger to the peace and freedom of the world came not from Moscow or "international communism," but from the U.S. and its Empire stretching across and dominating the world.

Can anyone explain how this statement makes any sense for a supposed libertarian at that time? Any way you look at it, the Soviet Union 1) suppressed freedom and 2) espoused militarism. I'm puzzled why it seems to get a free pass here.

wes-exp | 10 years ago | on: Airbnb JavaScript Style Guide

Airbnb's technical quality has been obviously crap for its entire existence. Why are we taking engineering cues from a glorified room rental site that is frequently buggy?

wes-exp | 10 years ago | on: Ask HN: Will programming continue to be a lucrative profession in the future?

The whole tone of this question smacks of "gold fever". I'm guessing you're thinking about entering the field, so I'm going to tell you what someone told me during the original dot-com bubble:

Only become a programmer if you truly enjoy it.

If you're getting into programming solely because you think it's "on fire", you're going to have a bad time. It is always possible at any given moment for various reasons that VCs could collectively pull back on tech, or some major employers could downsize, and flood the market with excess talent. No one can predict this shit. There was a time post-bubble when many programmers could hardly give away their skills let alone make big bucks. Not long later there was a time when it was a foregone conclusion that all software development was going to India. Now here we are talking like "is this money wagon going to go to infinity?" and I say stop. Just stop. Do it because it suits you. Do it because you like the work. Please don't do it for "the money" which may or may not deliver for you, ever.

wes-exp | 11 years ago | on: Ask HN: Why don't startups outsource/offshore development if salaries are low?

Two things:

1) You don't outsource your core in business, so outsourcing tech is not appealing for tech startups, period.

2) Typically tech startups are more of a growth optimization problem than a cost optimization problem. Outsourcing to cheaper parts of the US, let alone overseas, usually doesn't increase the startup's growth potential.

wes-exp | 11 years ago | on: Generating code

Greenspun's tenth rule rears its ugly head. Go reinvents Lisp macros, poorly.

wes-exp | 11 years ago | on: Why Silicon Valley Works

I strongly disagree that the high cost of living is beneficial for startups. Keep in mind the very term Silicon Valley comes from chip companies (Fairchild, Intel, etc.) who came to SV because it was cheap, open farm land. There isn't a business in the world that doesn't want to optimize on costs.

Take a look at a modern SV company now: Apple. It creates lots of jobs in SV, but far more in China.

SV succeeds in spite of the costs, not because of them.

wes-exp | 11 years ago | on: A fast HTTP request/response parser for Common Lisp

I think too often people make social rather than technical decisions

Indeed. It's sad that as engineers (who theoretically espouse logic, reason, and evidence) we still end up making so many decisions based on herd behavior.

wes-exp | 11 years ago | on: I Hate Puzzles: Am I Still a Programmer? (2011)

For me something like list comprehensions is simply a matter of learning and expertise, not cleverness. Somebody banning them for "cleverness" reasons should be called out for what they are really doing: setting a (sadly low) knowledge ceiling.

The real problem of cleverness is when people are bored of being code monkeys and start inventing things that complexify their project without any legitimate justification. Like "a cron job and a two line shell script would do but why don't I design my own multi-tier scheduling cluster"

wes-exp | 11 years ago | on: Why Inequality Matters

All good points. I wasn't trying to suggest a solution, but merely trying to point out that job creation should not be the sole bar by which we measure the investment of capital, but that it should do something useful too — whether that investment comes from private actors, or government.

wes-exp | 11 years ago | on: Why Inequality Matters

Employment is all good and well, but one needs to consider: what are the second-order effects of that action? For instance, you could employ people to dig holes that serve no purpose. Or, you could employ people to build public infrastructure that continues to pay dividends over its lifetime.

Buying the yacht is a little bit like digging useless holes, because it's basically a very costly form of recreation that doesn't do much for society. Ideally, money goes into things that both employ and have desirable second-order effects.

page 1