georgefox's comments

georgefox | 3 years ago | on: The Dunning-Kruger Effect Is Autocorrelation

This is a fascinating discussion, to which I have little to add, except this. Quoting the article (including the footnote):

> [I]f you carefully craft random data so that it does not contain a Dunning-Kruger effect, you will still find the effect. The reason turns out to be embarrassingly simple: the Dunning-Kruger effect has nothing to do with human psychology[1].

> [1]: The Dunning-Kruger effect tells us nothing about the people it purports to measure. But it does tell us about the psychology of social scientists, who apparently struggle with statistics.

It seems to me that despite rudely criticizing a broad swath of academics for their lack of statistical prowess, the author here is himself guilty of a cardinal statistical sin: accepting the null hypothesis.

The fact that data resemble a random simulation in which no effect exists does not disprove the existence of such an effect. In traditional statistical language, we might say such an effect is not statistically significant, but that is different from saying that the effect is absolutely and completely the result of a statistical artifact.

The nuance of statistics is never-ending.

georgefox | 4 years ago | on: Reasons to not use PCA for feature selection

I'm probably nitpicking your language, but L1 regularization is precisely that: regularization. (See https://en.wikipedia.org/wiki/Regularization_(mathematics)#R....) In your typical linear regression setting, it does not replace the squared error loss but rather augments it. In regularized linear regression, for example, your loss function becomes a weighted sum of the usual squared error loss (aiming to minimize residuals/maximize model fit) and the norm of the vector of estimated coefficients (aiming to minimize model complexity).

georgefox | 5 years ago | on: Enabling Rich Statistical Analyses with Differential Privacy

Releasing any data or statistic based on sensitive data--even once--bears a privacy risk. The primary purpose of differential privacy is to quantify that risk, both for a single release of data and over many releases of data.

As for the number of analyses you can run, that depends on what you mean. You're right that differential privacy won't allow you to set up a database of _confidential data_ that can be arbitrarily queried infinitely many times with any meaningful privacy guarantee, but this is in no way unique to differential privacy.

What you can do with differential privacy is release noisy statistics once and let researchers use those statistics for arbitrarily many analyses. This is what the 2020 US Census is doing, for example.

georgefox | 5 years ago | on: Enabling Rich Statistical Analyses with Differential Privacy

One of the interesting insights in differential privacy is that to provide privacy protections that can't be reverse-engineered, the process has to be random rather than deterministic. The sort of algorithm that OP describes is really neat, but in addition to what dp_throw says, deterministic algorithms like this that choose how to anonymize things based on private data can reveal information about that private data in the very way that they format the final data. (This may be less relevant in the case at hand, but consider a setting where it would be sensitive to know if someone is in the database at all, e.g., a medical study.)

georgefox | 9 years ago | on: How to leak to the press

Hmm, yeah. The linked video from the Globe and Mail says to avoid surfing the web during the procedure, but avoiding explicitly going to Facebook and Twitter (their examples, IIRC) won't stop all identifiable network traffic from your device. I suppose that's where the suggestion of using a boot-from-USB OS might come in.

georgefox | 9 years ago | on: How to leak to the press

A few of these articles are suggesting that uploads be performed from public places (e.g., Starbucks) for the sake of anonymity/deniability. But it would seem that performing these actions in public would potentially reveal your identity, actions, and secret codename to any eyes or cameras around. As a question of general curiosity about anonymity, how does one weigh the benefits of using an open internet access point with the more literal visibility that using a public access point might entail?

georgefox | 9 years ago | on: The illegal city of Somerville

Talk to a typical owner of an old house, and you'll likely hear something about how they love its quirks. But would they build a house the same way today? Some probably would, but others would certainly not. This actually probably applies well outside of old homes too. I suspect something akin to the endowment effect (https://en.wikipedia.org/wiki/Endowment_effect) plays in here.

It also makes sense to me that someone would appreciate a historical landmark but place a lesser value on a modern replica of that landmark. Similarly, I could imagine a person admiring a historical neighborhood more than a modern recreation of it.

> Let's drill down and focus in particular on laws about multi-family dwellings. What logic would make them good when they already exist, but bad if you wanted to build more, and even bad if you wanted rebuild them after a natural disaster?

I'm not sure the answer needs to be logical (see above), but even if it must be, I don't know why placing limits on something implies that it was never actually good in the first place. Natural disasters are another story for sure, but I would imagine that sort of massive rebuilding was not the primary motivation for the present zoning laws in Somerville.

georgefox | 9 years ago | on: The illegal city of Somerville

Just to be clear, I didn't mean my comment as a broad defense of zoning laws. Rather, I think it's only fair to consider that there's a very large difference between the relevance of zoning laws when the city is in its infancy and zoning laws when the city is pretty much entirely built up. When the city is, say, 97% built up, any zoning laws should reflect how its residents want the last 3% developed—if at all. I do realize it's more complicated than that (what about redevelopment, for example?), and I realize zoning is fraught with issues and controversy, but I don't think it logically follows that if present zoning laws in an older built-up area don't reflect the existing building stock, that the laws are illegitimate or corrupt. You may not like the zoning laws or the general concept of zoning (I'm not sure I do either, frankly), but that's not the same argument.

georgefox | 9 years ago | on: The illegal city of Somerville

This comment likely also misses the point, but the zoning laws are not really intended to cover situations where the entire city is destroyed and rebuilt. Realistically, if the city were rebuilt from scratch today, much of what people love about it now would be gone regardless of zoning laws.

It seems like it's theoretically possible for residents and visitors in a given city to enjoy its current building stock while simultaneously desiring different standards for new construction. Whether or not that is the case in Somerville, I don't really know, but a statement that the city couldn't legally be built from scratch the same way today doesn't necessarily imply (in my mind) that the zoning laws are illegitimate.

I get that there are other issues here too, of course.

georgefox | 12 years ago | on: Is work necessary?

I don't want to disagree with you, but I suspect there's more to this than just idle time. For example, there are plenty of retirement communities where idle time is the norm, and the social problems of poor urban American neighborhoods aren't really found there.

georgefox | 12 years ago | on: The Massachusetts Software Tax

> First of all the comment he was replying to was talking about services like housing, transportation, and healthcare, which already are provided by the market and aren't really things the government has any advantage in. As for all the stuff it does pay for, at best it costs exactly the same amount as you have to pay in taxes. But the government spends money on a lot of other things with your taxes that don't really benefit you. So you would save a decent amount of money. And with no competition, the services they do provide cost a lot more then they probably could.

Health care in the U.S. generally costs a lot more than government-run health care in other western countries.

georgefox | 12 years ago | on: The Massachusetts Software Tax

Monopolies are really hard to avoid, which makes your statement seem a bit logically inconsistent. Combine that with the impossibility of avoiding services like military protection, the public education of your community members, the regulation and insurance of the financial markets your money flows through, plus a whole host of other things, and I have a very hard time believing your dream of avoiding government services is in any way attainable.

georgefox | 13 years ago | on: At Google Conference, Cameras Even in the Bathroom

It was never stated that the each of the men at the urinals was overtly taking photos of the next. The author has no way of knowing whether or not the men wearing the glasses and blinking were actually taking photos. The way I read it, that was kind of the point.

It's this inconspicuous nature that makes Glass so concerning. Personally, the stories I've heard about cameras in bathrooms often involved trying to conceal the camera. It's quite uncommon for someone to whip out a DSLR at a urinal and start snapping photos of the man next to him. If it were to happen, it would be pretty obvious. With Glass, all you have is a person in a bathroom wearing glasses and blinking.

georgefox | 13 years ago | on: Come here and work on hard problems – except the ones on our doorstep

> For the sake of argument, let's assume that the super-rich spend the same or a similar proportion of their income on necessities as everyone else (meaning that they buy more food, more clothing, more housing, etc.). What does this do?

Like it or not, changes in wealth for the super-rich seem to have effects on the non-super-rich too. As the richest gain more wealth, the less rich feel even less rich. As they see bigger and nicer houses going up, more expensive cars driving around, etc., the relative quality of theirs is going down. In an attempt to keep up, they spend more, and so on down the socioeconomic ladder. This effect has been called "trickle-down consumption" in a recent study detailed here: http://www.washingtonpost.com/blogs/wonkblog/wp/2013/03/27/t....

The result is is exactly what you acknowledge later, which is a bit contradictory to your opening assumption: "[T]he super-rich don't actually spend their money in the same way poor people do. They invest a good chunk of their money and they don't spend in the same proportion of their income on necessities..."

People in lower income brackets are spending more money while saving less, and this is in part due to the rising displays of opulence from the upper income earners.

page 1