util's comments

util | 6 years ago | on: Inequality is exacerbated by the assumption that everyone has a mobile phone

Simplifying creating an account on behalf of someone else could help, it seems. Then the author could likely have helped out the woman directly, leveraging the trust accrued by her own account.

But if the author had her own mobile phone with her, it seems she could have used this plus existing account creation mechanisms anyway?

util | 15 years ago | on: Great People Are Overrated

"Star analysts who change firms suffer an immediate and lasting decline in performance." This sounds a lot like "regression to the mean", that is, people performing better than their "mean" performance level for a time but longer term trending back to it.

util | 15 years ago | on: The Quora post that killed Bitcoins. Please discuss if his arguments are valid.

Having access to more wealth gives people more faith that the government will be around a long time, will not do crazy things with the currency. That's not the same thing as the currency having more intrinsic value. (Also, it would not seem to make sense to talk about backing a currency with taxes denominated in that same currency, would it? But I'm unclear what you meant by "provide value".)

(What I've heard about bitcoin makes me a bit skeptical, but I want to be skeptical for the right reasons.)

util | 15 years ago | on: The Quora post that killed Bitcoins. Please discuss if his arguments are valid.

It seems like this in particular applies to most government-issued currencies as well (except that they have very good marketing and market share). Each currency itself has no intrinsic value and depends on "marketing" (reputation of the government minting it) and market share (number of places accepting it). If people lose faith that a government will do a good job managing its currency or even think that the government will disappear soon, the worth of the currency (in terms of what people will give you for it) will probably fall.

util | 15 years ago | on: Why PostgreSQL doesn't have query hints

A couple people have mentioned the query plan changing in the middle of the night. Is the scenario a single query getting executed two different ways by the same running system? Or is it from upgrading to a new version of PostgreSQL and hitting different behavior? If it's the first scenario, would using prepared statements help somewhat with avoiding unexpected changes?

// Edit: Sorry for the naive question. I see that other people are saying that is the first one.

util | 15 years ago | on: Guile also supports the web at the programming language level

There's no irony in advocating using a richer array of types in a dynamically-typed language. In fact, static vs dynamic typing doesn't seem apropos here since it's also common in statically typed languages to use strings for everything, leading to the same problems.

util | 15 years ago | on: Why I Switched to Duck Duck Go Permanently

"I prefer to uses dashes rather than %20 as it looks cleaner and is more easily understood by the non-technically versed visitor."

Isn't "+" the standard alternative, also pretty readable?

page 1