HN user

meco

40 karma
Posts9
Comments13
View on HN

The philosophies aren’t related beyond the fact that EA seems to view making as much money as possible a virtue if you use the money effectively, and the crypto space has happened to be the place where people are making the most money the fastest.

Neither. I think he’s looking for someone with a spare room in NYC where they can both come and go as they please.

So on any given day there are four possibilities both in NYC, both in SF, OP in NYC && roommate in SF, and roommate in SF && OP in NYC

It’s a pretty interesting concept, not one I’ve considered before, but one I imagine there would be interest in.

Can you give some reqs on what your monitoring system looks like?

I've been wanting to monitor our house's air quality for a while, but usually get put off looking at how poorly most affordable air quality monitors are reviewed.

Also, what metrics are most important? There's monitoring out there for pm2.5, pm10, HCHO, CO2, AQI, TVOC, etc, it's a bit of an alphabet soup.

the goal of those systems tend to be to pre-emptively be ready for v-next and handle all of the requirements as cleanly as possible, and future requirements as cleanly as possible.

He greatly prefers to start hacking on a solution quickly and get something building and then work in the nuance and ugly later, refactoring whole sections over time to get a better and better solution.

I think you've articulated a dimension of programming that I've increasingly been observing and discussing with other engineers.

Do you happen to know a name for (or any language to describe) this kind of spectrum of problem solving where one end tends to pre-emptively encompass as many edge cases and future versions as possible, while the other focuses solely on the most obvious use case initially, adding in each edge case in successive versions of a "working" product (where working is used very loosely (i.e. single pixel on a screen is a "working" initial version))?

I definitely fall into the latter category, and find it very frustrating to work with engineers who want to chat edge cases that are days, weeks, or even months away from being relevant in my eyes. I would like to understand their thinking and this space of meta-problem solving better, but I'm not really sure what to call what we're talking about.